@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 767px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/*******************************************************************************
* X.0 - INCLUDES: Bower
*******************************************************************************/
/*
* BOOTSTRAP
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #232320 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #232320 !important;
  }
  .label {
    border: 1px solid #232320;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #4caf50;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #fff;
}

.text-warning {
  color: #f5b227;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #fff;
}

.text-danger {
  color: #d84528;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #fff;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: ' ';
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-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%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
  border: 1px solid grey;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type='file'] {
  display: block;
}

input[type='range'] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 34px;
  }
  input[type='date'].input-sm,
  .input-group-sm input[type='date'],
  input[type='time'].input-sm,
  .input-group-sm input[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm input[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm input[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  .input-group-lg input[type='date'],
  input[type='time'].input-lg,
  .input-group-lg input[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg input[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg input[type='month'] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #c34627;
}

.has-error .form-control {
  border-color: #c34627;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #c34627;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c34627;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c34627;
}

.has-error .input-group-addon {
  color: #c34627;
  border-color: #c34627;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #c34627;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: ' ';
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: '';
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: ' ';
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #232320;
  color: #fff;
  border: 1px solid grey;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #232320;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before,
.modal-header:after {
  content: ' ';
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

/*
* Hover css
*/
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(
    50% 150%,
    ellipse,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(
    50% -50%,
    ellipse,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover .hvr-icon,
.hvr-icon-drop:focus .hvr-icon,
.hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover .hvr-icon,
.hvr-icon-fade:focus .hvr-icon,
.hvr-icon-fade:active .hvr-icon {
  color: #0f9e5e;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover .hvr-icon,
.hvr-icon-float-away:focus .hvr-icon,
.hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover .hvr-icon,
.hvr-icon-sink-away:focus .hvr-icon,
.hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover .hvr-icon,
.hvr-icon-shrink:focus .hvr-icon,
.hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover .hvr-icon,
.hvr-icon-pulse-shrink:focus .hvr-icon,
.hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover .hvr-icon,
.hvr-icon-bounce:focus .hvr-icon,
.hvr-icon-bounce:active .hvr-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover .hvr-icon,
.hvr-icon-rotate:focus .hvr-icon,
.hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover .hvr-icon,
.hvr-icon-float:focus .hvr-icon,
.hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover .hvr-icon,
.hvr-icon-hang:focus .hvr-icon,
.hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover .hvr-icon,
.hvr-icon-wobble-vertical:focus .hvr-icon,
.hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover .hvr-icon,
.hvr-icon-buzz:focus .hvr-icon,
.hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover .hvr-icon,
.hvr-icon-buzz-out:focus .hvr-icon,
.hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#232320');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/*******************************************************************************
* X.1 - INCLUDES: Website
*******************************************************************************/
/*******************************************************************************
* VARIABLES
*******************************************************************************/
/********************************************
* X.X - Custom row and custom col ready
********************************************/
/********************************************
* X.X - Arrows mixin
********************************************/
/*
*	1. Default page fonts
*/
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 130px;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    font-size: 30px;
  }
}
h2.red {
  color: #232320;
}
h2.green {
  color: #232320;
}
h2.orange {
  color: #232320;
}
h2.align-center {
  text-align: center;
}
h2.small-border {
  position: relative;
  padding-bottom: 25px;
}
h2.small-border:after {
  content: '';
  position: absolute;
  width: 75px;
  height: 5px;
  background: #232320;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  h3 {
    font-size: 20px;
  }
}
h3.condensed {
  margin-bottom: 40px;
}

h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  h4 {
    font-size: 18px;
  }
}
h4.gray {
  color: #b3b3b3;
}

.condensed {
  font-family: 'Roboto Condensed', sans-serif;
}

/*
*	2. Default editor fonts
*/
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4 {
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
}

.editor-text table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .editor-text table {
    display: block;
    overflow-x: auto;
  }
}
.editor-text table tr td {
  font-size: 14px;
  padding: 2px 5px;
}
@media screen and (max-width: 767px) {
  .editor-text table tr td {
    font-size: 12px;
  }
}

.editor-text p,
.editor-text a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .editor-text p,
  .editor-text a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .editor-text p,
  .editor-text a {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .editor-text p,
  .editor-text a {
    font-size: 16px;
  }
}

.editor-text p {
  cursor: default;
}

.editor-text ul {
  list-style: none;
  padding: 0;
}
.editor-text ul li {
  position: relative;
  padding-left: 27px;
  margin-top: 25px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .editor-text ul li {
    font-size: 18px;
  }
}
.editor-text ul li:after {
  content: '';
  display: inline-block;
  left: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
}
.editor-text ul + p {
  display: block;
  margin: 0 0 0 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
}
@media screen and (max-width: 480px) {
  .editor-text ul + p {
    font-size: 18px;
  }
}

.editor-text ol li {
  counter-increment: step-counter;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
  position: relative;
}
@media screen and (max-width: 480px) {
  .editor-text ol li {
    font-size: 18px;
  }
}
.editor-text ol li:after {
  display: inline-block;
  left: -40px;
  font-size: 20px;
  top: 0;
  position: absolute;
  width: 8px;
  height: 8px;
}

.editor-text strong {
  font-weight: 500;
}

.editor-text.red h1,
.editor-text.red h2,
.editor-text.red h3,
.editor-text.red h4,
.editor-text.red ol li:after {
  color: #232320;
}

.editor-text.red ul li:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNlNzNjNWM7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iU2hhcGVfMl9jb3B5XzExIiBkYXRhLW5hbWU9IlNoYXBlIDIgY29weSAxMSIgY2xhc3M9ImNscy0xIiBkPSJNNjA2LjQ5LDkyNy42Nkg2MTN2LTIuNDkxSDYwNi40OVY5MTguNjZINjA0djloMi40OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDQgLTkxOC42NTYpIi8+Cjwvc3ZnPgo=)
    no-repeat center;
  background-size: 8px 8px;
}

.editor-text.green h1,
.editor-text.green h2,
.editor-text.green h3,
.editor-text.green h4,
.editor-text.green ol li:after {
  color: #232320;
}

.editor-text.green ul li:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICM4NWJmNjg7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iU2hhcGVfMl9jb3B5XzExIiBkYXRhLW5hbWU9IlNoYXBlIDIgY29weSAxMSIgY2xhc3M9ImNscy0xIiBkPSJNNjA2LjQ5LDkyNy42Nkg2MTN2LTIuNDkxSDYwNi40OVY5MTguNjZINjA0djloMi40OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDQgLTkxOC42NTYpIi8+Cjwvc3ZnPgo=)
    no-repeat center;
  background-size: 8px 8px;
}

.editor-text.blue h1,
.editor-text.blue h2,
.editor-text.blue h3,
.editor-text.blue h4,
.editor-text.blue ol li:after {
  color: #232320;
}

.editor-text.blue ul li:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICMzM2IxYzA7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iU2hhcGVfMl9jb3B5XzExIiBkYXRhLW5hbWU9IlNoYXBlIDIgY29weSAxMSIgY2xhc3M9ImNscy0xIiBkPSJNNjA2LjQ5LDkyNy42Nkg2MTN2LTIuNDkxSDYwNi40OVY5MTguNjZINjA0djloMi40OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDQgLTkxOC42NTYpIi8+Cjwvc3ZnPgo=)
    no-repeat center;
  background-size: 8px 8px;
}

.editor-text.color-2018 h1,
.editor-text.color-2018 h2,
.editor-text.color-2018 h3,
.editor-text.color-2018 h4,
.editor-text.color-2018 ol li:after {
  color: #232320;
}

.editor-text.color-2018 ul li:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='37' height='37.031' viewBox='0 0 37 37.031'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23279eb9; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M26.762,0.015 L0.005,0.015 L0.005,10.263 L26.762,10.263 L26.762,37.043 L37.001,37.043 L37.001,10.263 L37.001,0.015 L26.762,0.015 Z' class='cls-1'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 8px 8px;
  transform: rotate(180deg);
}

.editor-text a {
  color: #ee576a;
}

/* The animation code */
@keyframes menu-animation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes menu-animation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-moz-keyframes menu-animation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.balerina-static {
  display: none;
  max-width: 678px;
  width: 100%;
  height: 100%;
  max-height: 560px;
  margin: -10% auto 0 auto;
  padding: 40px 0;
  opacity: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .balerina-static {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .balerina-static {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 670px) {
  .balerina-static {
    padding: 10px 20px 80px 20px;
    margin: 80px auto 0 auto;
    transform: none;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 480px) {
  .balerina-static {
    margin: 100px auto 0 auto;
    padding: 0 20px 40px 20px;
  }
}
@media screen and (max-height: 767px) {
  .balerina-static {
    padding: 40px 20px 170px 20px;
    margin: -5% auto 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-height: 991px) {
  .balerina-static {
    padding: 40px 20px 80px 20px;
    margin: -7% auto 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-height: 860px) {
  .balerina-static {
    padding: 80px 20px 80px 20px;
    margin: -7% auto 0 auto;
  }
}
@media screen and (max-width: 991px) and (max-height: 767px) {
  .balerina-static {
    padding: 100px 20px 100px 20px;
  }
}
@media screen and (max-width: 670px) and (max-height: 860px) {
  .balerina-static {
    margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 670px) and (max-height: 991px) {
  .balerina-static {
    margin: 5% auto 0 auto;
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 670px) and (max-height: 767px) {
  .balerina-static {
    margin: -1% auto 0 auto;
    padding: 80px 20px 120px 20px;
  }
}
@media screen and (max-width: 480px) and (max-height: 860px) {
  .balerina-static {
    margin: 15% auto 0 auto;
  }
}
@media screen and (max-width: 480px) and (max-height: 991px) {
  .balerina-static {
    margin: 12% auto 0 auto;
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-height: 670px) {
  .balerina-static {
    padding: 40px 20px 40px 20px;
    margin: 80px auto 0 auto;
    transform: none;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 375px) and (max-height: 480px) {
  .balerina-static {
    padding: 20px 20px 80px 20px;
    margin: 100px auto 0 auto;
    transform: none;
    top: auto;
    left: auto;
  }
}

.balerina {
  max-width: 678px;
  width: 100%;
  height: 560px;
  margin: auto;
  padding: 40px 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform-origin: center;
}
@media screen and (max-width: 1700px) {
  .balerina {
    margin-top: -10%;
    transform: scale(0.83) translateY(-50%);
  }
}
@media screen and (max-height: 767px) {
  .balerina {
    margin-top: 0;
    transform: scale(0.8) translateY(-50%);
  }
}
@media screen and (max-width: 1700px) and (max-height: 860px) {
  .balerina {
    top: auto;
    margin-top: 0;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1700px) and (max-height: 767px) {
  .balerina {
    top: auto;
    margin-top: 0;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 1440px) and (max-height: 860px) {
  .balerina {
    top: auto;
    margin-top: 1%;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1440px) and (max-height: 767px) {
  .balerina {
    top: auto;
    margin-top: -1%;
    transform: scale(0.6);
  }
}
@media screen and (max-height: 670px) and (min-width: 1700px) {
  .balerina {
    top: 300px;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1440px) and (max-height: 991px) {
  .balerina {
    margin-top: -8%;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1440px) and (max-height: 860px) {
  .balerina {
    margin-top: -11%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: scale(0.7) translateY(-50%);
  }
}
@media screen and (max-width: 1700px) and (min-width: 1440px) and (max-height: 670px) {
  .balerina {
    top: 0;
    margin-top: 3%;
    padding: 0;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1024px) {
  .balerina {
    display: none;
  }
}
.balerina svg,
.balerina img {
  height: auto;
  outline: 1px solid transparent;
  transform-style: preserve-3d;
}
.balerina img {
  position: absolute;
}
.balerina .anim-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.balerina .anim-frame {
  width: 100%;
  transform: translateZ(90px);
  z-index: 1;
}
.balerina .anim-logo {
  top: -48px;
  left: -52px;
  width: 636px;
  transform: translateZ(120px);
  z-index: 2;
}
.balerina .anim-balerina {
  top: -4%;
  left: 11%;
  margin-top: -50px;
  width: 540px;
  transform: translateZ(199px);
  z-index: 3;
  opacity: 0;
}
.balerina .anim-txt {
  left: -52px;
}
.balerina .txt1 {
  top: 150px;
  width: 250px;
  transform: translateZ(420px);
  z-index: 10;
}
.balerina .txt2 {
  top: 212px;
  width: 326px;
  transform: translateZ(420px);
  z-index: 20;
}
.balerina .txt3 {
  top: 262px;
  width: 36px;
  transform: translateZ(330px);
  z-index: 30;
}
.balerina .txt4 {
  top: 317px;
  width: 330px;
  transform: translateZ(380px);
  z-index: 40;
}
.balerina .txt5 {
  top: 358px;
  width: 250px;
  transform: translateZ(380px);
  z-index: 50;
}

/*******************************************
			PARTICLES ANIMATION
*********************************************/
/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: url('');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */
.count-particles {
  background: #232320022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

section#header-section {
  width: 100%;
  height: 100%;
  background: #ee576a url('../img/2021/2021_websi_bg.png') no-repeat
    center/cover;
  position: relative;
  /*
  *	1. SOCIAL BUTTONS
  */
  /*
  *	2. COUNTDOWN TIMER AND BUTTON
  */
  /*
  *	3. BOTTOM HEADER BUTTONS AND JURY
  */
}
@media screen and (min-width: 992px) {
  section#header-section {
    position: relative;
  }
}
section#header-section .images.slick-slider {
  height: 88px;
}
section#header-section .images.slick-slider .slick-list {
  height: 100%;
}
section#header-section > .main-header-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-height: 670px), screen and (max-width: 480px) {
  section#header-section {
    height: 100vh;
    padding-bottom: 150px;
    position: relative;
  }
}
section#header-section .social {
  left: 160px;
  top: 70px;
  position: absolute;
  font-size: 0;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 1199px) {
  section#header-section .social {
    display: none;
  }
}
section#header-section .application-timer-wrap {
  position: absolute;
  float: right;
  min-height: 30px;
  z-index: 20;
  top: 57px;
  right: 105px;
}
@media screen and (max-width: 1200px) {
  section#header-section .application-timer-wrap {
    right: 61px;
  }
}
@media screen and (max-width: 1440px) {
  section#header-section .application-timer-wrap {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  section#header-section .application-timer-wrap {
    top: 90px;
    right: 24px;
  }
}
@media screen and (max-width: 480px) {
  section#header-section .application-timer-wrap {
    right: 10px;
  }
}
section#header-section .application-timer-wrap.after-event {
  text-align: right;
  top: 190px;
  width: 347px;
}
@media screen and (max-width: 1200px) {
  section#header-section .application-timer-wrap.after-event {
    width: auto;
    top: 155px;
  }
}
@media screen and (max-width: 992px) {
  section#header-section .application-timer-wrap.after-event {
    top: 164px;
  }
}
@media screen and (max-width: 480px) {
  section#header-section .application-timer-wrap.after-event {
    left: 0;
    right: 0;
    text-align: center;
  }
}
section#header-section .application-timer-wrap > p {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1700px) {
  section#header-section .application-timer-wrap > p {
    width: 356px;
  }
}
@media screen and (max-width: 1200px) {
  section#header-section .application-timer-wrap > p {
    width: 100%;
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  section#header-section .application-timer-wrap > p {
    font-size: 12px;
  }
}
section#header-section .application-timer-wrap a.application {
  font-size: 20px;
  line-height: 90px;
  height: 90px;
  padding: 0 50px;
  display: inline-block;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to right, #ee576a 50%, #e92941 50%);
  box-shadow: 0 4px 20px rgba(232, 92, 155, 0.4);
}
@media screen and (max-width: 1270px) {
  section#header-section .application-timer-wrap a.application {
    width: auto;
    padding: 0 38px;
    height: 65px;
    line-height: 68px;
  }
}
@media screen and (max-width: 992px) {
  section#header-section .application-timer-wrap a.application {
    padding: 0 24px;
    height: 44px;
    line-height: 45px;
    top: 0;
  }
}
section#header-section .application-timer-wrap #countdown-timer {
  margin-bottom: 20px;
  font-size: 0;
}
@media screen and (max-width: 1279px) {
  section#header-section .application-timer-wrap #countdown-timer {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
}
section#header-section .application-timer-wrap #countdown-timer > span {
  width: 89px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.5em;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 15px 0 8px 0;
}
@media screen and (max-width: 1700px) {
  section#header-section .application-timer-wrap #countdown-timer > span {
    padding: 15px 0 2px 0;
  }
}
@media screen and (max-width: 1200px) {
  section#header-section .application-timer-wrap #countdown-timer > span {
    width: 60px;
    font-size: 42px;
  }
}
@media screen and (max-width: 992px) {
  section#header-section .application-timer-wrap #countdown-timer > span {
    padding: 5px 0 2px 0;
    width: 44px;
    font-size: 29px;
  }
}
section#header-section
  .application-timer-wrap
  #countdown-timer
  > span
  span.sub-name {
  font-weight: 100;
  font-size: 24px;
  line-height: 1.25em;
}
@media screen and (max-width: 992px) {
  section#header-section
    .application-timer-wrap
    #countdown-timer
    > span
    span.sub-name {
    font-size: 20px;
    line-height: 1.75em;
  }
}
section#header-section #bottom-header-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 0;
  display: none;
}
section#header-section #bottom-header-wrap .bottom-header-center-wrap {
  margin: auto;
  padding: 0;
  /*
	   * Defaults
	   */
  /*
	  * Left part
	  */
  /*
	  * Right part
	  */
}
@media screen and (min-width: 1440px) {
  section#header-section #bottom-header-wrap .bottom-header-center-wrap {
    width: 1182px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1199px) {
  section#header-section #bottom-header-wrap .bottom-header-center-wrap {
    width: 982px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  section#header-section #bottom-header-wrap .bottom-header-center-wrap {
    width: 872px;
  }
}
@media screen and (max-width: 991px) {
  section#header-section #bottom-header-wrap .bottom-header-center-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  section#header-section #bottom-header-wrap .bottom-header-center-wrap:before,
  section#header-section #bottom-header-wrap .bottom-header-center-wrap:after {
    content: ' ';
    display: table;
  }
  section#header-section #bottom-header-wrap .bottom-header-center-wrap:after {
    clear: both;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .bottom-header {
  display: inline-block;
  width: 590px;
  height: 150px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  line-height: 1em;
  font-weight: 900;
  font-size: 20px;
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .bottom-header
  a {
  color: #ffffff;
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .bottom-header.jury-members
  .content {
  background-image: linear-gradient(107deg, #279eb9 0%, #ee576a 100%);
}
@media screen and (max-width: 1440px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .bottom-header {
    width: 490px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .bottom-header {
    width: 434px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .bottom-header {
    width: 100%;
    height: auto;
    display: block;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .bottom-header {
    font-size: 16px;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .bottom-header
  .content {
  height: 72px;
  position: relative;
  bottom: 0;
  background-image: linear-gradient(107deg, #279eb9 0%, #ee576a 100%);
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .bottom-header
    .content {
    padding: 0 15px;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .bottom-header
  .content
  .subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3em;
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .bottom-header
    .content
    .subtitle {
    display: none;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .bottom-header:not(:first-child) {
  margin-left: 2px;
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .bottom-header:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header {
    bottom: -233px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header {
    bottom: -150px;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header {
    bottom: -212px;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap {
  margin-top: 78px;
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap {
    margin: auto;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap {
    padding-left: 0;
    width: 100%;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap
  > div {
  display: inline-block;
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap
  > div.left-content {
  text-transform: uppercase;
  padding-left: 42px;
  line-height: 72px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.left-content {
    padding-left: 12px;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.left-content {
    padding-left: 0;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap
  > div.left-content:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI0ZGRkZGRjsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0iU2hhcGVfMl9jb3B5XzExIiBkYXRhLW5hbWU9IlNoYXBlIDIgY29weSAxMSIgY2xhc3M9ImNscy0xIiBkPSJNNjA2LjQ5LDkyNy42Nkg2MTN2LTIuNDkxSDYwNi40OVY5MTguNjZINjA0djloMi40OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDQgLTkxOC42NTYpIi8+PC9zdmc+)
    no-repeat center;
  background-size: 9px 10px;
  margin-left: 20px;
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.left-content:after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.left-content:after {
    margin-left: 10px;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap
  > div.left-content
  .images {
  left: 50px;
  top: -75px;
  position: absolute;
  width: 141px;
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.left-content
    .images {
    left: 10px;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.left-content
    .images {
    left: 0;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap
  > div.left-content
  .images
  .imgs {
  position: relative;
  height: 88px;
  width: 140px;
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap
  > div.left-content
  .images
  .imgs
  img {
  position: absolute;
  height: 88px;
  width: 141px;
  z-index: 1;
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header
  .content
  .content-wrap
  > div.right-content {
  padding-left: 20px;
  vertical-align: middle;
  max-width: 300px;
}
@media screen and (max-width: 1440px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content {
    max-width: 250px;
  }
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content {
    max-width: calc(100% - 245px);
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content {
    max-width: calc(100% - 190px);
    padding-left: 10px;
  }
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content
    span {
    padding-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content {
    padding-left: 15px;
    padding-right: 1px;
  }
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content
    span {
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .jury-members.bottom-header
    .content
    .content-wrap
    > div.right-content {
    max-width: calc(100% - 170px);
    padding-left: 10px;
    padding-right: 1px;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .jury-members.bottom-header:not(:first-child) {
  margin-left: 2px;
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .button-file.bottom-header {
  position: relative;
  vertical-align: bottom;
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header {
    bottom: -154px;
    margin-top: 0;
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header {
    bottom: -72px;
    height: 72px;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header {
    height: 134px;
    bottom: -134px;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .button-file.bottom-header
  img {
  position: absolute;
  left: 65px;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    img {
    left: 5px;
    width: 172px;
  }
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    img {
    left: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    img {
    height: 64px;
    top: 2px;
  }
}
@media screen and (max-width: 480px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    img {
    display: none;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .button-file.bottom-header
  .content {
  padding-right: 54px;
  margin-top: 78px;
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content {
    padding-right: 12px;
  }
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content {
    height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .button-file.bottom-header
  .content
  .content-wrap {
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-30%);
  right: 72px;
}
@media screen and (max-width: 1440px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content
    .content-wrap {
    right: 89px;
  }
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content
    .content-wrap {
    right: 115px;
  }
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content
    .content-wrap {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content
    .content-wrap {
    text-align: left;
    padding-right: 0;
    right: auto;
    left: 50px;
  }
}
@media screen and (max-width: 480px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content
    .content-wrap {
    width: 140px;
    padding-left: 12px;
    display: inline-block;
    left: 0;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content
    .content-wrap {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    text-align: center;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    .content
    .content-wrap
    .subtitle {
    display: block;
  }
}
section#header-section
  #bottom-header-wrap
  .bottom-header-center-wrap
  .button-file.bottom-header
  a.button {
  padding: 0 31px;
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 18px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    a.button {
    right: 28px;
  }
}
@media screen and (max-width: 991px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    a.button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 16px;
    right: 47px;
  }
}
@media screen and (max-width: 767px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    a.button {
    padding: 0 20px;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    right: 15px;
  }
}
@media screen and (max-width: 375px) {
  section#header-section
    #bottom-header-wrap
    .bottom-header-center-wrap
    .button-file.bottom-header
    a.button {
    top: 72px;
    width: 200px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.header-logo {
  width: 221px;
  height: 250px;
  margin: 0 auto;
  background: url('../img/header-logo.png') no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
}
@media screen and (max-width: 1440px) {
  .header-logo {
    width: 170px;
    height: 200px;
    top: 50px;
    background-size: contain;
  }
}
@media screen and (max-width: 1199px) {
  .header-logo {
    width: 140px;
    height: 150px;
    top: 25px;
  }
}
@media screen and (max-width: 991px) {
  .header-logo {
    width: 130px;
    height: 100px;
    top: 95px;
  }
}

/**
*
* 1. Left part of header
*
**/
.is-homepage header #right-menu .nav-icon span {
  background: #ee576a;
}

header {
  /**
  *
  * 2. Right part of header
  *
  **/
  /**
  *
  * 3. Menu
  *
  **/
  /**
  *
  * 3. MOBILE MENU
  *
  **/
}
header .desktop-menu-wrap {
  display: block;
}
@media screen and (max-width: 991px) {
  header .desktop-menu-wrap {
    display: none;
  }
}
header a#logo-link {
  position: fixed;
  top: 61px;
  z-index: 1000;
  width: 110px;
  height: 50px;
  padding: 14px;
  display: block;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
header a#logo-link:hover,
header a#logo-link:focus,
header a#logo-link:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
header a#logo-link.logo-full {
  display: block;
}
header a#logo-link.logo-full img {
  max-width: 100%;
}
header a#logo-link.logo-icon {
  display: none;
}
@media screen and (max-width: 1440px) {
  header a#logo-link {
    width: 60px;
    height: 60px;
  }
  header a#logo-link.logo-full {
    display: none;
  }
  header a#logo-link.logo-icon {
    display: block;
  }
  header a#logo-link.logo-icon img {
    max-width: 100%;
  }
}
header #left-menu {
  height: 100%;
  width: 110px;
  background-size: 200% 100%;
  background-image: linear-gradient(
    to right,
    rgba(238, 87, 106, 0.85) 50%,
    rgba(236, 64, 85, 0.85) 50%
  );
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: 500;
  z-index: 999;
}
@media screen and (max-width: 1440px) {
  header #left-menu {
    width: 60px;
  }
}
header #left-menu img {
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 55px;
}
header #left-menu .rotated-text {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}
header #left-menu .rotated-text span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: block;
  white-space: nowrap;
  color: #ffffff;
  transform: rotate(-90deg);
  position: relative;
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  header #left-menu .rotated-text span {
    font-size: 18px;
  }
}
header #left-menu .rotated-text span:before,
header #left-menu .rotated-text span:after {
  content: '';
  width: 51px;
  height: 22px;
  display: block;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMTYuMDcxIDUxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMTYuMDcxIDUxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEwLjM0OSwxOS45MjVsLTAuMDkxLDEyLjk0OGMtMy41MzMtMy40NTItNy40MjQtNi40ODMtMTEuNTk4LTkuMDU0bC0xLjIyMy0zLjkzNWwtNC40MzYtMTQuMjhsLTUuNDY1LDEuNjk4DQoJbDMuOTM5LDEyLjY4Yy00LjMyLTEuOTc4LTguODU5LTMuNTA2LTEzLjU1OS00LjUyOWwtMi44MzUtMy42NDdMNjUuOTA0LDBsLTQuNTE4LDMuNTEybDguMzAyLDEwLjY4DQoJYy00LjM1OC0wLjM5MS04LjcwNy0wLjM1Mi0xMi45OTEsMC4xMDRsLTQuODE5LTIuNDQ1TDM4LjU0NCw1LjA4NWwtMi41ODksNS4xMDNsMTEuMzk5LDUuNzg0DQoJYy0zLjQ1NSwwLjg3OC02LjgzNSwyLjAzMy0xMC4xMDcsMy40NTNsLTQuNDA2LTEuNDA2bC0xNC4yNDUtNC41NDZsLTEuNzQsNS40NTFsMTMuMTM3LDQuMTkyYy0zLjUxNSwyLjA2OC02Ljg1OCw0LjQ3LTkuOTgyLDcuMTg5DQoJbC00LjY2OS0wLjM1MUwwLjQyOSwyOC44MzJMMCwzNC41MzhsMTQuOTExLDEuMTIybC0xLjEyMiwxNC45MTFMMTkuNDk1LDUxbDEuMTIyLTE0LjkxMWwwLjI2NC0zLjUwNg0KCWMyLjk5LTIuNjcxLDYuMTk1LTUuMDM2LDkuNTctNy4wNzlsLTMuODk3LDEyLjIxMWw1LjQ1MSwxLjc0bDQuNTQ2LTE0LjI0NWwxLjEwNy0zLjQ2OGMzLjU4My0xLjU5MSw3LjMwMi0yLjg1MSwxMS4xMTEtMy43NjMNCglsLTYuMjQ3LDEyLjMxMWw1LjEwMywyLjU4OWw2Ljc2Ni0xMy4zMzVsMS40NDQtMi44NDZjNC4zNzctMC41NDIsOC44My0wLjY0MSwxMy4yOTQtMC4yNjVsLTEwLjM3Myw4LjA2M2wzLjUxMiw0LjUxOGwxMS44MDYtOS4xNzcNCglsMi44ODgtMi4yNDVjNC42OTIsMC45ODQsOS4yMjQsMi40ODMsMTMuNTI4LDQuNDUxbC0xMi43OTgsMy45NzZsMS42OTgsNS40NjVsMTQuMjgtNC40MzZsMy45MDMtMS4yMTMNCgljNC4xMzIsMi41NTcsNy45NzQsNS41ODQsMTEuNDUxLDkuMDM1bC0xMy43MzQtMC4wOTZsLTAuMDQsNS43MjJsMTQuOTUzLDAuMTA1bDUuNzIyLDAuMDRsMC4wNC01LjcyMmwwLjEwNS0xNC45NTNMMTEwLjM0OSwxOS45MjV6DQoJIi8+DQo8L3N2Zz4NCg==)
    no-repeat scroll center/51px 22px;
  top: 0;
  transition: all 500ms;
}
@media screen and (max-width: 1440px) {
  header #left-menu .rotated-text span:before,
  header #left-menu .rotated-text span:after {
    width: 44px;
    height: 15px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMTYuMDcxIDUxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMTYuMDcxIDUxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEwLjM0OSwxOS45MjVsLTAuMDkxLDEyLjk0OGMtMy41MzMtMy40NTItNy40MjQtNi40ODMtMTEuNTk4LTkuMDU0bC0xLjIyMy0zLjkzNWwtNC40MzYtMTQuMjhsLTUuNDY1LDEuNjk4DQoJbDMuOTM5LDEyLjY4Yy00LjMyLTEuOTc4LTguODU5LTMuNTA2LTEzLjU1OS00LjUyOWwtMi44MzUtMy42NDdMNjUuOTA0LDBsLTQuNTE4LDMuNTEybDguMzAyLDEwLjY4DQoJYy00LjM1OC0wLjM5MS04LjcwNy0wLjM1Mi0xMi45OTEsMC4xMDRsLTQuODE5LTIuNDQ1TDM4LjU0NCw1LjA4NWwtMi41ODksNS4xMDNsMTEuMzk5LDUuNzg0DQoJYy0zLjQ1NSwwLjg3OC02LjgzNSwyLjAzMy0xMC4xMDcsMy40NTNsLTQuNDA2LTEuNDA2bC0xNC4yNDUtNC41NDZsLTEuNzQsNS40NTFsMTMuMTM3LDQuMTkyYy0zLjUxNSwyLjA2OC02Ljg1OCw0LjQ3LTkuOTgyLDcuMTg5DQoJbC00LjY2OS0wLjM1MUwwLjQyOSwyOC44MzJMMCwzNC41MzhsMTQuOTExLDEuMTIybC0xLjEyMiwxNC45MTFMMTkuNDk1LDUxbDEuMTIyLTE0LjkxMWwwLjI2NC0zLjUwNg0KCWMyLjk5LTIuNjcxLDYuMTk1LTUuMDM2LDkuNTctNy4wNzlsLTMuODk3LDEyLjIxMWw1LjQ1MSwxLjc0bDQuNTQ2LTE0LjI0NWwxLjEwNy0zLjQ2OGMzLjU4My0xLjU5MSw3LjMwMi0yLjg1MSwxMS4xMTEtMy43NjMNCglsLTYuMjQ3LDEyLjMxMWw1LjEwMywyLjU4OWw2Ljc2Ni0xMy4zMzVsMS40NDQtMi44NDZjNC4zNzctMC41NDIsOC44My0wLjY0MSwxMy4yOTQtMC4yNjVsLTEwLjM3Myw4LjA2M2wzLjUxMiw0LjUxOGwxMS44MDYtOS4xNzcNCglsMi44ODgtMi4yNDVjNC42OTIsMC45ODQsOS4yMjQsMi40ODMsMTMuNTI4LDQuNDUxbC0xMi43OTgsMy45NzZsMS42OTgsNS40NjVsMTQuMjgtNC40MzZsMy45MDMtMS4yMTMNCgljNC4xMzIsMi41NTcsNy45NzQsNS41ODQsMTEuNDUxLDkuMDM1bC0xMy43MzQtMC4wOTZsLTAuMDQsNS43MjJsMTQuOTUzLDAuMTA1bDUuNzIyLDAuMDRsMC4wNC01LjcyMmwwLjEwNS0xNC45NTNMMTEwLjM0OSwxOS45MjV6DQoJIi8+DQo8L3N2Zz4NCg==)
      no-repeat scroll center/44px 15px;
    top: 3px;
  }
}
header #left-menu .rotated-text span:before {
  right: -62px;
  transform: rotate(90deg);
}
@media screen and (max-width: 1440px) {
  header #left-menu .rotated-text span:before {
    right: -102px;
  }
}
header #left-menu .rotated-text span:after {
  left: -47px;
  transform: rotate(90deg) scaleY(-1);
}
header #left-menu:hover .rotated-text span:before {
  right: -82px;
}
@media screen and (max-width: 1440px) {
  header #left-menu:hover .rotated-text span:before {
    right: -122px;
  }
}
header #left-menu:hover .rotated-text span:after {
  left: -67px;
}
header #right-menu {
  height: 100%;
  width: 110px;
  background: rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  display: block;
  z-index: 999;
  /* Hamburger menu icon animation */
}
@media screen and (max-width: 1440px) {
  header #right-menu {
    width: 60px;
  }
}
header #right-menu:hover .nav-icon span:nth-child(1) {
  animation: menu-animation 1s infinite;
}
header #right-menu:hover .nav-icon span:nth-child(2),
header #right-menu:hover .nav-icon span:nth-child(3) {
  animation: menu-animation 1s infinite 0.2s;
}
header #right-menu:hover .nav-icon span:nth-child(4) {
  animation: menu-animation 1s infinite 0.4s;
}
header #right-menu .nav-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 12px;
  position: relative;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  header #right-menu .nav-icon {
    width: 25px;
  }
}
header #right-menu .nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ee576a;
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 1440px) {
  header #right-menu .nav-icon span {
    height: 3px;
  }
}
header #right-menu .nav-icon span:nth-child(1) {
  top: 0;
}
header #right-menu .nav-icon span:nth-child(2),
header #right-menu .nav-icon span:nth-child(3) {
  top: 15px;
}
@media screen and (max-width: 1440px) {
  header #right-menu .nav-icon span:nth-child(2),
  header #right-menu .nav-icon span:nth-child(3) {
    top: 9px;
  }
}
header #right-menu .nav-icon span:nth-child(4) {
  top: 30px;
}
@media screen and (max-width: 1440px) {
  header #right-menu .nav-icon span:nth-child(4) {
    top: 18px;
  }
}
header #menu-wrap {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  font-size: 0;
  z-index: 9999;
  transition: visibility 800ms;
}
header #menu-wrap .left-part {
  display: inline-block;
  background-image: linear-gradient(180deg, #279eb9 0%, #ee576a 100%);
  height: 100%;
  padding: 5px 60px;
  width: calc(100% - 650px);
  left: -100%;
  position: relative;
  transition: left 800ms;
  overflow: auto;
}
@media screen and (max-width: 1440px) {
  header #menu-wrap .left-part {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 991px) {
  header #menu-wrap .left-part {
    display: block;
    overflow: hidden;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header #menu-wrap .left-part {
    padding: 10px 30px;
  }
}
header #menu-wrap .left-part .partners-wrap {
  margin-bottom: 50px;
}
@media screen and (max-width: 375px) {
  header #menu-wrap .left-part .partners-wrap h3 {
    margin-bottom: 20px;
  }
}
header #menu-wrap .right-part {
  display: inline-block;
  background: #ffffff;
  padding: 169px 100px 0 0;
  width: 650px;
  position: fixed;
  right: -650px;
  height: auto;
  min-height: 100%;
  float: right;
  transition: right 800ms;
}
@media screen and (max-width: 1440px) {
  header #menu-wrap .right-part {
    width: 450px;
    right: -450px;
  }
}
@media screen and (max-width: 991px) {
  header #menu-wrap .right-part {
    position: relative;
    width: 100%;
    right: -100%;
    float: none;
    display: block;
    padding: 109px 100px 100px 0;
  }
}
@media screen and (max-height: 991px) and (min-width: 991px) {
  header #menu-wrap .right-part {
    padding: 99px 100px 100px 0;
  }
}
@media screen and (max-width: 480px) {
  header #menu-wrap .right-part {
    padding: 99px 70px 100px 0;
  }
}
header #menu-wrap .right-part ul {
  list-style: none;
  text-align: right;
  font-family: 'Roboto', sans-serif;
}
header #menu-wrap .right-part ul > li {
  font-weight: 900;
  font-size: 40px;
  line-height: 1.75em;
}
@media screen and (max-height: 991px) and (min-width: 991px) {
  header #menu-wrap .right-part ul > li {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  header #menu-wrap .right-part ul > li {
    font-size: 30px;
  }
}
header #menu-wrap .right-part ul > li a {
  color: #232320;
  text-decoration: none;
}
header #menu-wrap .right-part ul > li a:hover,
header #menu-wrap .right-part ul > li a.active {
  color: #ee576a;
}
header #menu-wrap .right-part ul > li a.menu-has-child.collapsed:before {
  transform: rotate(45deg);
}
header #menu-wrap .right-part ul > li a.menu-has-child {
  position: relative;
}
header #menu-wrap .right-part ul > li a.menu-has-child:before {
  content: '';
  position: absolute;
  right: -36px;
  top: 48%;
  width: 16px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='37' height='37.031' viewBox='0 0 37 37.031'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23279eb9; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M26.762,0.015 L0.005,0.015 L0.005,10.263 L26.762,10.263 L26.762,37.043 L37.001,37.043 L37.001,10.263 L37.001,0.015 L26.762,0.015 Z' class='cls-1'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 16px 10px;
  transition: all 400ms;
  transform: rotate(135deg);
}
@media screen and (max-width: 480px) {
  header #menu-wrap .right-part ul > li a.menu-has-child:before {
    top: 44%;
  }
}
header #menu-wrap .right-part ul > li ul li {
  font-size: 25px;
  line-height: 2em;
}
@media screen and (max-height: 991px) and (min-width: 991px) {
  header #menu-wrap .right-part ul > li ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  header #menu-wrap .right-part ul > li ul li {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
header #menu-wrap .right-part .social {
  position: absolute;
  right: 100px;
  bottom: 40px;
}
@media screen and (max-width: 480px) {
  header #menu-wrap .right-part .social {
    right: 70px;
  }
}
header #menu-wrap.open {
  visibility: visible;
}
@media screen and (max-width: 991px) {
  header #menu-wrap.open {
    overflow: auto;
  }
}
header #menu-wrap.open .left-part {
  left: 0;
}
header #menu-wrap.open .right-part {
  right: 0;
}
header .mobile-menu-wrap {
  height: 80px;
  background: rgba(39, 158, 185, 0.8);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 991px) {
  header .mobile-menu-wrap {
    display: block;
  }
}
header .mobile-menu-wrap .logo-link {
  height: 80px;
  text-align: left;
}
header .mobile-menu-wrap .logo-link img {
  max-height: 60px;
  max-width: 110px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: 15px;
}
header .mobile-menu-wrap .link-text {
  white-space: nowrap;
  color: #ffffff;
  position: relative;
  font-size: 20px;
  text-align: center;
  height: 100%;
}
header .mobile-menu-wrap .link-text:hover,
header .mobile-menu-wrap .link-text:focus,
header .mobile-menu-wrap .link-text:active {
  border: none;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header .mobile-menu-wrap .link-text {
    display: none;
  }
}
header .mobile-menu-wrap .link-text span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  display: block;
}
header .mobile-menu-wrap .link-text span:before,
header .mobile-menu-wrap .link-text span:after {
  content: '';
  width: 41px;
  height: 17px;
  display: block;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMTYuMDcxIDUxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMTYuMDcxIDUxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEwLjM0OSwxOS45MjVsLTAuMDkxLDEyLjk0OGMtMy41MzMtMy40NTItNy40MjQtNi40ODMtMTEuNTk4LTkuMDU0bC0xLjIyMy0zLjkzNWwtNC40MzYtMTQuMjhsLTUuNDY1LDEuNjk4DQoJbDMuOTM5LDEyLjY4Yy00LjMyLTEuOTc4LTguODU5LTMuNTA2LTEzLjU1OS00LjUyOWwtMi44MzUtMy42NDdMNjUuOTA0LDBsLTQuNTE4LDMuNTEybDguMzAyLDEwLjY4DQoJYy00LjM1OC0wLjM5MS04LjcwNy0wLjM1Mi0xMi45OTEsMC4xMDRsLTQuODE5LTIuNDQ1TDM4LjU0NCw1LjA4NWwtMi41ODksNS4xMDNsMTEuMzk5LDUuNzg0DQoJYy0zLjQ1NSwwLjg3OC02LjgzNSwyLjAzMy0xMC4xMDcsMy40NTNsLTQuNDA2LTEuNDA2bC0xNC4yNDUtNC41NDZsLTEuNzQsNS40NTFsMTMuMTM3LDQuMTkyYy0zLjUxNSwyLjA2OC02Ljg1OCw0LjQ3LTkuOTgyLDcuMTg5DQoJbC00LjY2OS0wLjM1MUwwLjQyOSwyOC44MzJMMCwzNC41MzhsMTQuOTExLDEuMTIybC0xLjEyMiwxNC45MTFMMTkuNDk1LDUxbDEuMTIyLTE0LjkxMWwwLjI2NC0zLjUwNg0KCWMyLjk5LTIuNjcxLDYuMTk1LTUuMDM2LDkuNTctNy4wNzlsLTMuODk3LDEyLjIxMWw1LjQ1MSwxLjc0bDQuNTQ2LTE0LjI0NWwxLjEwNy0zLjQ2OGMzLjU4My0xLjU5MSw3LjMwMi0yLjg1MSwxMS4xMTEtMy43NjMNCglsLTYuMjQ3LDEyLjMxMWw1LjEwMywyLjU4OWw2Ljc2Ni0xMy4zMzVsMS40NDQtMi44NDZjNC4zNzctMC41NDIsOC44My0wLjY0MSwxMy4yOTQtMC4yNjVsLTEwLjM3Myw4LjA2M2wzLjUxMiw0LjUxOGwxMS44MDYtOS4xNzcNCglsMi44ODgtMi4yNDVjNC42OTIsMC45ODQsOS4yMjQsMi40ODMsMTMuNTI4LDQuNDUxbC0xMi43OTgsMy45NzZsMS42OTgsNS40NjVsMTQuMjgtNC40MzZsMy45MDMtMS4yMTMNCgljNC4xMzIsMi41NTcsNy45NzQsNS41ODQsMTEuNDUxLDkuMDM1bC0xMy43MzQtMC4wOTZsLTAuMDQsNS43MjJsMTQuOTUzLDAuMTA1bDUuNzIyLDAuMDRsMC4wNC01LjcyMmwwLjEwNS0xNC45NTNMMTEwLjM0OSwxOS45MjV6DQoJIi8+DQo8L3N2Zz4NCg==)
    no-repeat scroll center/41px 17px;
  top: 0;
  transition: all 500ms;
}
@media screen and (max-width: 991px) {
  header .mobile-menu-wrap .link-text span:before,
  header .mobile-menu-wrap .link-text span:after {
    top: 4px;
  }
}
header .mobile-menu-wrap .link-text span:before {
  right: 0;
  transform: rotate(90deg);
}
header .mobile-menu-wrap .link-text span:after {
  left: 0;
  transform: rotate(90deg) scaleY(-1);
}
header .mobile-menu-wrap .open-menu {
  height: 100%;
  z-index: 999;
  /* Hamburger menu icon animation */
}
header .mobile-menu-wrap .open-menu:hover .nav-icon span:nth-child(1) {
  animation: menu-animation 1s infinite;
}
header .mobile-menu-wrap .open-menu:hover .nav-icon span:nth-child(2),
header .mobile-menu-wrap .open-menu:hover .nav-icon span:nth-child(3) {
  animation: menu-animation 1s infinite 0.2s;
}
header .mobile-menu-wrap .open-menu:hover .nav-icon span:nth-child(4) {
  animation: menu-animation 1s infinite 0.4s;
}
header .mobile-menu-wrap .open-menu .nav-icon {
  width: 35px;
  height: 12px;
  position: relative;
  margin: 25px 15px 0 0;
  cursor: pointer;
  float: right;
}
header .mobile-menu-wrap .open-menu .nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  right: 0;
}
header .mobile-menu-wrap .open-menu .nav-icon span:nth-child(1) {
  top: 0;
}
header .mobile-menu-wrap .open-menu .nav-icon span:nth-child(2),
header .mobile-menu-wrap .open-menu .nav-icon span:nth-child(3) {
  top: 12px;
}
header .mobile-menu-wrap .open-menu .nav-icon span:nth-child(4) {
  top: 24px;
}

/*******************************************************************************
*	DEFAULTS
*******************************************************************************/
body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
body.no-scroll,
html.no-scroll {
  overflow: hidden;
}

::-moz-selection {
  background: #d5b22e;
  color: #232320;
}

::selection {
  background: #d5b22e;
  color: #232320;
}

body {
  position: relative;
}

a {
  color: #d5b22e;
}
a:hover {
  color: #fff;
}

/*
*	SCROLL TO TOP BUTTON
*/
.scroll-to-top {
  display: none;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background: rgba(239, 101, 165, 0.7);
  cursor: pointer;
  z-index: 9990;
}
.scroll-to-top:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyNS41NjMiIHZpZXdCb3g9IjAgMCA0MCAyNS41NjMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmZmZmY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05NzMuMSw5MjAuODg4bDE0LjQ2NC0xNC40NjMtNS41MzUtNS41MzUtMTQuNDYzLDE0LjQ2M0w5NTMuMSw5MDAuODlsLTUuNTM1LDUuNTM1LDE0LjQ2MywxNC40NjMsNS41MzUsNS41MzVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTQ3LjU2MyAtOTAwLjg3NSkiLz4KPC9zdmc+Cg==')
    no-repeat center;
  background-size: 31px 16px;
  transform: rotate(180deg);
}

/*
 *	CONTAINER AND HEADER
 */
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .container {
    padding: 0 75px;
  }
}

.fade-in-bg-img > img:first-of-type {
  display: none;
}

.fade-in-bg-img .main-header-image {
  opacity: 0;
}

section.container,
section.container-fluid {
  margin-top: 80px;
}
section.container > h2,
section.container > .container > h2,
section.container-fluid > h2,
section.container-fluid > .container > h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  section.container-fluid .container {
    padding-left: 0;
    padding-right: 0;
  }
}

section.container-fluid .container-fluid-body {
  margin-left: 135px;
  margin-right: 122px;
  max-width: 1683px;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  section.container-fluid .container-fluid-body {
    margin: auto;
    padding: 0 75px;
  }
}
@media screen and (min-width: 1921px) {
  section.container-fluid .container-fluid-body {
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  section.container-fluid .container-fluid-body {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  section.container-fluid .container-fluid-body {
    margin: 0 15px;
  }
}

section.header-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-height: 480px) {
  section.header-image {
    height: 100vh;
    min-height: 670px;
    position: relative;
  }
}
section.header-image > img:first-of-type {
  display: none;
}
section.header-image > .main-header-image {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
section.header-image .header-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
@media screen and (max-height: 480px) {
  section.header-image .header-text {
    position: relative;
    min-height: 670px;
    padding: 100px 0;
  }
}
section.header-image .header-text > a {
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='37' height='37.031' viewBox='0 0 37 37.031'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M26.762,0.015 L0.005,0.015 L0.005,10.263 L26.762,10.263 L26.762,37.043 L37.001,37.043 L37.001,10.263 L37.001,0.015 L26.762,0.015 Z' class='cls-1'/%3E%3C/svg%3E")
    no-repeat center center;
  background-size: 40px 26px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: rotate(135deg);
  left: 0;
  right: 0;
  margin: auto;
}
section.header-image .header-text > a:hover,
section.header-image .header-text > a:active,
section.header-image .header-text > a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
section.header-image .header-text.green {
  background-image: linear-gradient(
    180deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}
section.header-image .header-text.blue {
  background-image: linear-gradient(
    180deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}
section.header-image .header-text.orange {
  background-image: linear-gradient(
    180deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}
section.header-image .header-text .main-text-wrap {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 160px;
}
@media screen and (max-width: 991px) {
  section.header-image .header-text .main-text-wrap {
    padding: 0 25px;
  }
}
@media screen and (max-height: 480px) {
  section.header-image .header-text .main-text-wrap {
    width: 100%;
    position: absolute;
  }
}
section.header-image .header-text .main-text-wrap > h1 {
  display: inline-block;
  border-bottom: 5px solid #ffffff;
  padding-bottom: 20px;
}

/*
 *	CUSTOM CONTAINER
 */
.custom-container.container-fluid {
  padding: 0;
}
.custom-container.container-fluid .container-fluid-body {
  max-width: 1683px;
}

/*
 *	MAIN BUTTONS
 */
a.button,
button.button {
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  display: block;
  text-align: center;
  border: none;
  outline: none;
  font-size: 18px;
  background-size: 200% 100%;
  transition: 0.3s;
  text-decoration: none;
  background-color: #d5b22e;
  color: #232320;
  font-weight: 600;
  border-radius: 40px;

}
a.button:hover,
button.button:hover {
  background-color: #d96628;
}
a.button.inline,
button.button.inline {
  display: inline-block;
}
a.button.content-button,
button.button.content-button {
  font-size: 20px;
  height: 70px;
  line-height: 70px;
}
a.button > span,
a.button > span:hover,
a.button > span:focus,
a.button > span:active,
button.button > span,
button.button > span:hover,
button.button > span:focus,
button.button > span:active {
  border: none;
  outline: none;
  text-decoration: none;
}
a.button:hover,
a.button:focus,
a.button:active,
button.button:hover,
button.button:focus,
button.button:active {
  background-position: 100% 0;
  border: none;
  outline: none;
  text-decoration: none;
}

/*
 *	GRAYED IMAGES
 */
.grayed-images {
  margin-top: -30px;
}
.grayed-images.white a {
  background: #ffffff;
}
.grayed-images.gray a {
  background: rgba(217, 217, 217, 0.3);
}
.grayed-images > div {
  margin-top: 30px;
}
@media screen and (max-width: 375px) {
  .grayed-images > div {
    width: 100%;
  }
}
.grayed-images > div a {
  display: inline-block;
  padding: 15px;
  text-align: center;
  width: 100%;
  height: 142px;
}
.grayed-images > div a img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 300ms;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.grayed-images > div a:hover img {
  -webkit-filter: none;
  filter: none;
}

/*
 *	SOCIAL BUTTONS
 */
.social {
  display: inline-block;
  font-size: 0;
}
.social a {
  font-size: 10px;
  background: #ee576a;
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 30px;
}
.social a:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .social a {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
.social a img {
  transform: rotate(0);
  transition: all 600ms;
}
@media screen and (max-width: 991px) {
  .social a img {
    min-height: 20px;
  }
}
.social a:hover img {
  transform: rotate(360deg);
}
.social.green a {
  background: #85bf68;
}

/*
 *	CUSTOM SCROLLBAR
 */
#mCSB_1_scrollbar_vertical .mCSB_dragger_bar {
  border-radius: 0;
}

/*
* CLOSE ICON
*/
.close-icon {
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 37px;
  height: 37px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='37' height='37.031' viewBox='0 0 37 37.031'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23279eb9; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M26.762,0.015 L0.005,0.015 L0.005,10.263 L26.762,10.263 L26.762,37.043 L37.001,37.043 L37.001,10.263 L37.001,0.015 L26.762,0.015 Z' class='cls-1'/%3E%3C/svg%3E");
  background-size: 37px 37px;
  cursor: pointer;
  transform: rotate(-90deg) scaleY(-1);
  transition: all 600ms;
  color: #ee576a;
}
.close-icon:hover,
.close-icon:focus,
.close-icon:active {
  border: none;
  outline: none;
  text-decoration: none;
}
.close-icon:hover {
  transform: rotate(90deg) scaleY(-1);
}
.close-icon.white {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA5IDkiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBpZD0iU2hhcGVfMl9jb3B5XzExIiBkYXRhLW5hbWU9IlNoYXBlIDIgY29weSAxMSIgY2xhc3M9ImNscy0xIiBkPSJNNjA2LjQ5LDkyNy42Nkg2MTN2LTIuNDkxSDYwNi40OVY5MTguNjZINjA0djloMi40OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDQgLTkxOC42NTYpIi8+Cjwvc3ZnPgo=)
    no-repeat center;
  background-size: 37px 37px;
}

/*
*	ANIMATED SCROLL
*/
.animated-scrolling > div {
  opacity: 0;
  position: relative;
  top: 200px;
  transition: all 800ms;
}
.animated-scrolling > div.show-animation {
  opacity: 1;
  top: 0;
}

/*
*	CANVAS
*/
canvas {
  display: none !important;
}

#header-section canvas {
  display: block !important;
}

/*
*	SEND US BOX
*/
.meshim_widget_components_chatButton_ButtonBar .favicon {
  background: #ef65a5;
}

.meshim_widget_components_chatButton_Button .button_bar {
  background: #ef65a5;
}

.text-optin p {
  color: white;
  font-size: 30px;
}

@font-face {
  font-family: 'Noah Black';
  src: url('../fonts/Noah_Black.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'Nexa Rust Sans';
  src: url('../fonts/NexaRustSans-Black.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}

/*
 *	1. CURRENT NEWS SECTION
 */
@media screen and (max-width: 991px) {
  #current-news {
    margin-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  #current-news {
    margin-top: 142px;
  }
}

@media screen and (max-width: 375px) {
  #current-news {
    margin-top: 214px;
  }
}

#current-news .event-block-wrap .event-block {
  display: block;
  height: 100%;
  min-height: 810px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #current-news .event-block-wrap .event-block {
    height: 250px;
    min-height: 1px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #current-news .event-block-wrap .event-block h2 {
    margin-top: 0;
  }
}
#current-news .event-block-wrap .event-block .overlay-image {
  background-image: linear-gradient(
    180deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
  z-index: 10;
}

#current-news .news-block-wrap .news-block {
  display: block;
  height: 250px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #current-news .news-block-wrap .news-block h2 {
    margin-top: 0;
  }
}
#current-news .news-block-wrap .news-block:nth-child(1) {
  margin-top: 0;
}
#current-news .news-block-wrap .news-block:nth-child(1) .overlay-image {
  background-image: linear-gradient(
    109deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}
#current-news .news-block-wrap .news-block:nth-child(2) .overlay-image {
  background-image: linear-gradient(
    109deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}
#current-news .news-block-wrap .news-block:nth-child(3) .overlay-image {
  background-image: linear-gradient(
    109deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}

#current-news .news-block-wrap .news-block .background-image-animation,
#current-news .event-block-wrap .event-block .background-image-animation {
  transition: all 600ms ease-out;
}

#current-news .news-block-wrap .news-block:hover .background-image-animation,
#current-news .event-block-wrap .event-block:hover .background-image-animation {
  transform: scale(1.2);
}

#current-news .block-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
#current-news .block-content .background-image-animation {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
#current-news .block-content .overlay-image {
  padding: 0 60px;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  #current-news .block-content .overlay-image {
    padding: 0 30px;
  }
}
#current-news .block-content .inner-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  #current-news .block-content .inner-text h2 {
    font-size: 40px;
    margin-top: 0;
  }
}
#current-news .block-content .inner-text .date {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
}
#current-news .block-content .inner-text .button {
  margin-top: 22px;
  padding: 25px 15px;
  height: auto;
  line-height: 1.1em;
}
@media screen and (max-width: 1440px) {
  #current-news .block-content .inner-text .button {
    padding: 25px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  #current-news .block-content .inner-text .button {
    padding: 25px 20px;
    display: inline-block;
    margin-top: 5px;
  }
}

/*
 *	2. GALLERY SECTION
 */
#gallery #lightgallery {
  position: relative;
}
@media screen and (max-width: 1440px) {
  #gallery #lightgallery {
    margin: 0 -5px;
  }
}
#gallery #lightgallery .grid-item {
  display: none;
  visibility: hidden;
  margin-bottom: 10px;
  width: 25%;
  padding: 0 5px;
}
@media screen and (max-width: 1440px) {
  #gallery #lightgallery .grid-item {
    width: calc(25% - 38px);
  }
}
@media screen and (max-width: 991px) {
  #gallery #lightgallery .grid-item {
    width: 50%;
  }
}
#gallery #lightgallery .grid-item img {
  width: 100%;
}

#gallery .load-more {
  margin-top: 40px;
}

/*
 *	3. ORGANISERS SECTION
 */
.image-h {
  left: 50%;
  top: 50%;
  position: absolute;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  max-width: 100%;
}

#particles-js {
  height: 30%;
  top: 50%;
  z-index: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  #particles-js {
    top: 30%;
    transform: translate(0, -30%);
  }
}
@media screen and (max-width: 480px) {
  #particles-js {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .headline-image-container {
    background: transparent !important;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: relative;
    pointer-events: none;
  }
}

@media screen and (max-width: 1024px) {
  .headline-image-container {
    bottom: 72px;
  }
}

@media screen and (max-width: 991px) {
  .headline-image-container {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .headline-image-container {
    background: url('../img/websi_home_2018_mobile.png') !important;
    background-size: cover !important;
    background-position: center center !important;
  }
}

@media screen and (max-height: 420px) {
  .headline-image-container {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  .headline-image-container .image-h {
    height: auto;
    bottom: 0;
    top: unset;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .headline-image-container .image-h {
    bottom: 72px;
  }
}

@media screen and (max-width: 480px) {
  .headline-image-container .image-h {
    opacity: 0;
  }
}

.success-text {
  font-size: 15px;
  font-weight: 600;
  color: white;
}

.fade-in-bg-img .main-header-image {
  opacity: 1;
}

.toggle-anim {
  color: white;
  background-color: blue;
  position: absolute;
  right: 20px;
  top: 400px;
  display: block;
  padding: 30px;
  font-size: 20px;
  text-transform: uppercase;
}

.main-header-image {
  z-index: 5;
}

.keyvisual-headline-text {
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .keyvisual-headline-text {
    bottom: 170px;
  }
}
@media screen and (max-width: 800px) {
  .keyvisual-headline-text {
    bottom: 180px;
  }
}
@media screen and (max-width: 1440px) {
  .keyvisual-headline-text img {
    max-width: 400px;
  }
}
@media screen and (max-width: 800px) {
  .keyvisual-headline-text img {
    max-width: 450px;
  }
}
@media screen and (max-width: 480px) {
  .keyvisual-headline-text img {
    max-width: 350px;
  }
}
@media screen and (max-width: 375px) {
  .keyvisual-headline-text img {
    max-width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .keyvisual-headline-text img {
    max-width: 280px;
  }
}

#bottom-header-wrap {
  z-index: 10;
}

@media screen and (max-width: 1440px) {
  .timer-live .wow-wrap.anim-start .wow-image-01 {
    bottom: -160px;
  }
}

@media screen and (max-width: 1280px) {
  .timer-live .wow-wrap.anim-start .wow-image-01 {
    bottom: -220px;
  }
}

@media screen and (max-width: 1024px) {
  .timer-live .wow-wrap.anim-start .wow-image-01 {
    bottom: -250px;
  }
}

@media screen and (max-width: 768px) {
  .timer-live .wow-wrap.anim-start .wow-image-01 {
    bottom: -140px;
  }
}

@media screen and (max-width: 415px) {
  .timer-live .wow-wrap.anim-start .wow-image-01 {
    bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
  .timer-live .wow-wrap.anim-start .wow-image-01 {
    left: -600px;
    bottom: -60px;
  }
}

@media screen and (max-width: 320px) {
  .timer-live .wow-wrap.anim-start .wow-image-01 {
    bottom: -100px;
    width: 650px;
    left: -520px;
  }
}

@media screen and (max-width: 1440px) {
  .timer-live .wow-wrap.anim-start .wow-image-02 {
    bottom: -160px;
  }
}

@media screen and (max-width: 1280px) {
  .timer-live .wow-wrap.anim-start .wow-image-02 {
    bottom: -220px;
  }
}

@media screen and (max-width: 1024px) {
  .timer-live .wow-wrap.anim-start .wow-image-02 {
    bottom: -250px;
  }
}

@media screen and (max-width: 768px) {
  .timer-live .wow-wrap.anim-start .wow-image-02 {
    bottom: -140px;
  }
}

@media screen and (max-width: 415px) {
  .timer-live .wow-wrap.anim-start .wow-image-02 {
    bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
  .timer-live .wow-wrap.anim-start .wow-image-02 {
    left: -520px;
    bottom: -60px;
  }
}

@media screen and (max-width: 320px) {
  .timer-live .wow-wrap.anim-start .wow-image-02 {
    bottom: -100px;
    width: 650px;
    left: -450px;
  }
}

@media screen and (max-width: 1440px) {
  .timer-live .wow-wrap.anim-start .wow-image-03 {
    bottom: -160px;
  }
}

@media screen and (max-width: 1280px) {
  .timer-live .wow-wrap.anim-start .wow-image-03 {
    bottom: -220px;
  }
}

@media screen and (max-width: 1024px) {
  .timer-live .wow-wrap.anim-start .wow-image-03 {
    bottom: -250px;
  }
}

@media screen and (max-width: 768px) {
  .timer-live .wow-wrap.anim-start .wow-image-03 {
    bottom: -140px;
  }
}

@media screen and (max-width: 415px) {
  .timer-live .wow-wrap.anim-start .wow-image-03 {
    bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
  .timer-live .wow-wrap.anim-start .wow-image-03 {
    left: -410px;
    bottom: -60px;
  }
}

@media screen and (max-width: 320px) {
  .timer-live .wow-wrap.anim-start .wow-image-03 {
    bottom: -100px;
    width: 650px;
    left: -350px;
  }
}

@media screen and (max-width: 375px) {
  .timer-live .wow-wrap .wow-image-01 {
    width: 750px;
  }
}

@media screen and (max-width: 375px) {
  .timer-live .wow-wrap .wow-image-02 {
    width: 750px;
  }
}

@media screen and (max-width: 375px) {
  .timer-live .wow-wrap .wow-image-03 {
    width: 750px;
  }
}

#cookieAlert h3 {
  color: #279eb9 !important;
}

#cookieAlert p a {
  color: #279eb9 !important;
}

.main-logo {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .main-logo {
    margin-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .main-logo {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .main-logo {
    margin-top: 92px;
  }
}
@media screen and (max-width: 991px) {
  .main-logo img {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .main-logo img {
    height: 25px;
  }
}

.main-banner-logo {
  height: 100%;
  width: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .main-banner-logo {
    width: 70vw;
  }
}
@media screen and (max-width: 767px) {
  .main-banner-logo {
    width: 80vw;
  }
}

.header-text-bottom {
  font-family: 'Nexa Rust Sans', sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 620px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2em;
  text-shadow: 0px 0px 16px #e85c9b;
}
@media screen and (max-width: 767px) {
  .header-text-bottom {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .header-text-bottom {
    font-size: 14px;
  }
}

.header-section__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-gap: 40px;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  width: calc(100% - 48px);
  margin: 0 auto;
  height: calc(100% - 170px);
}
@media screen and (max-width: 991px) {
  .header-section__content {
    grid-gap: 20px;
  }
}
@media screen and (max-height: 670px), screen and (max-width: 480px) {
  .header-section__content {
    height: calc(100% - 20px);
  }
}

.new-apply-button {
  padding: 20px 32px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .new-apply-button {
    padding: 12px 20px;
    font-size: 15px !important;
  }
}

/*
* BLOCKS 50% - 50% with top offset (used in speakers, contact,...)
*/
.multi-blocks-wrap {
  position: relative;
}
.multi-blocks-wrap > div,
.multi-blocks-wrap .tab-content .tab-pane > div {
  padding: 0 50px;
}
.multi-blocks-wrap > div:not(:first-child):nth-child(2n + 0),
.multi-blocks-wrap
  .tab-content
  .tab-pane
  > div:not(:first-child):nth-child(2n + 0) {
  margin-top: 247px;
}
@media screen and (max-width: 991px) {
  .multi-blocks-wrap > div:not(:first-child):nth-child(2n + 0),
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div:not(:first-child):nth-child(2n + 0) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .multi-blocks-wrap > div,
  .multi-blocks-wrap .tab-content .tab-pane > div {
    padding: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .multi-blocks-wrap > div,
  .multi-blocks-wrap .tab-content .tab-pane > div {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .multi-blocks-wrap > div,
  .multi-blocks-wrap .tab-content .tab-pane > div {
    padding: 0;
  }
}
.multi-blocks-wrap > div .content-wrap,
.multi-blocks-wrap .tab-content .tab-pane > div .content-wrap {
  padding-right: 90px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .multi-blocks-wrap > div .content-wrap,
  .multi-blocks-wrap .tab-content .tab-pane > div .content-wrap {
    padding-right: 0;
  }
}
.multi-blocks-wrap > div .content-wrap .image-crop-wrap,
.multi-blocks-wrap .tab-content .tab-pane > div .content-wrap .image-crop-wrap {
  overflow: hidden;
}
.multi-blocks-wrap > div .content-wrap .image-crop-wrap img,
.multi-blocks-wrap
  .tab-content
  .tab-pane
  > div
  .content-wrap
  .image-crop-wrap
  img {
  width: 101%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.multi-blocks-wrap > div .content-wrap .text-wrap,
.multi-blocks-wrap .tab-content .tab-pane > div .content-wrap .text-wrap {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  padding: 55px 40px;
  background-image: linear-gradient(113deg, #279eb9 0%, #ee576a 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap,
  .multi-blocks-wrap .tab-content .tab-pane > div .content-wrap .text-wrap {
    padding: 40px 35px;
  }
}
.multi-blocks-wrap > div .content-wrap .text-wrap.blue,
.multi-blocks-wrap .tab-content .tab-pane > div .content-wrap .text-wrap.blue {
  background-image: linear-gradient(113deg, #279eb9 0%, #ee576a 100%);
}
.multi-blocks-wrap > div .content-wrap .text-wrap.orange,
.multi-blocks-wrap
  .tab-content
  .tab-pane
  > div
  .content-wrap
  .text-wrap.orange {
  background-image: linear-gradient(113deg, #279eb9 0%, #ee576a 100%);
}
.multi-blocks-wrap > div .content-wrap .text-wrap a.button,
.multi-blocks-wrap
  .tab-content
  .tab-pane
  > div
  .content-wrap
  .text-wrap
  a.button {
  display: inline-block;
  height: 67px;
  line-height: 67px;
  padding: 0 17px;
  position: absolute;
  right: -75px;
  top: -33.5px;
}
@media screen and (max-width: 767px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap a.button,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    a.button {
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    right: -60px;
    top: -25px;
  }
}
@media screen and (max-width: 480px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap a.button,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    a.button {
    right: 0;
  }
}
.multi-blocks-wrap > div .content-wrap .text-wrap span,
.multi-blocks-wrap .tab-content .tab-pane > div .content-wrap .text-wrap span {
  display: block;
}
.multi-blocks-wrap > div .content-wrap .text-wrap span.name,
.multi-blocks-wrap
  .tab-content
  .tab-pane
  > div
  .content-wrap
  .text-wrap
  span.name {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 1199px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap span.name,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    span.name {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap span.name,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    span.name {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap span.name,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    span.name {
    font-size: 24px;
  }
}
.multi-blocks-wrap > div .content-wrap .text-wrap span.subtitle,
.multi-blocks-wrap
  .tab-content
  .tab-pane
  > div
  .content-wrap
  .text-wrap
  span.subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap span.subtitle,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    span.subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap span.subtitle,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    span.subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .multi-blocks-wrap > div .content-wrap .text-wrap span.subtitle,
  .multi-blocks-wrap
    .tab-content
    .tab-pane
    > div
    .content-wrap
    .text-wrap
    span.subtitle {
    font-size: 18px;
  }
}

/*
1. SPEAKERS SECTION
 */
#speakers,
#winners {
  position: relative;
  padding-top: 80px;
  margin-top: 0;
}
#speakers .speakers-heading,
#winners .speakers-heading {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  #speakers .speakers-heading,
  #winners .speakers-heading {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  #speakers .multi-blocks-wrap .content-wrap,
  #winners .multi-blocks-wrap .content-wrap {
    padding-right: 75px;
  }
}
@media screen and (max-width: 767px) {
  #speakers .multi-blocks-wrap .content-wrap,
  #winners .multi-blocks-wrap .content-wrap {
    padding-right: 60px;
  }
}
@media screen and (max-width: 480px) {
  #speakers .multi-blocks-wrap .content-wrap,
  #winners .multi-blocks-wrap .content-wrap {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  #speakers .multi-blocks-wrap .content-wrap.articles,
  #winners .multi-blocks-wrap .content-wrap.articles {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #speakers .multi-blocks-wrap .content-wrap.articles,
  #winners .multi-blocks-wrap .content-wrap.articles {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #speakers .multi-blocks-wrap .text-wrap,
  #winners .multi-blocks-wrap .text-wrap {
    padding: 45px 35px 40px 35px;
  }
}
#speakers .multi-blocks-wrap .text-wrap span.subtitle,
#winners .multi-blocks-wrap .text-wrap span.subtitle {
  font-weight: 500;
}
#speakers .multi-blocks-wrap .text-wrap span.name,
#winners .multi-blocks-wrap .text-wrap span.name {
  font-weight: 300;
  line-height: 1.1em;
  margin-top: 7px;
}
#speakers .multi-blocks-wrap .text-wrap span.name + p,
#winners .multi-blocks-wrap .text-wrap span.name + p {
  margin-top: 35px;
}
#speakers .multi-blocks-wrap .text-wrap > p,
#winners .multi-blocks-wrap .text-wrap > p {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1em;
  margin-bottom: 0;
}
@media screen and (max-width: 375px) {
  #speakers .multi-blocks-wrap .text-wrap > p,
  #winners .multi-blocks-wrap .text-wrap > p {
    font-size: 15px;
  }
}
#speakers .multi-blocks-wrap .text-wrap > p:not(:last-of-type),
#winners .multi-blocks-wrap .text-wrap > p:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 8px;
  border-right: 2px solid #49ecff;
}

/*
2. SPEAKERS POPUPS SECTION
 */
.speakers-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #ffffff;
  overflow-y: auto;
}
.speakers-popup .speakers-head {
  background: #61c5df;
  padding-top: 120px;
  width: 100%;
  float: left;
}
.speakers-popup .speakers-head .content-wrap {
  width: 100%;
  margin: 0 auto;
}
.speakers-popup .speakers-head .content-wrap > img {
  padding: 0 30px 0 50px;
  height: 100%;
}
.speakers-popup .speakers-head .content-wrap .image-wrap {
  float: left;
  width: 40%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .speakers-popup .speakers-head .content-wrap .image-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
.speakers-popup .speakers-head .content-wrap .image-wrap img {
  width: 100%;
}
.speakers-popup .speakers-head .content-wrap .text-wrap {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: top;
  float: left;
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .speakers-popup .speakers-head .content-wrap .text-wrap {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .speakers-popup .speakers-head .content-wrap .text-wrap {
    width: 100%;
    padding: 0 20px 15px;
  }
}
.speakers-popup .speakers-head .content-wrap .text-wrap span {
  display: block;
}
.speakers-popup .speakers-head .content-wrap .text-wrap span.name {
  font-weight: 700;
  font-size: 90px;
  line-height: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .speakers-popup .speakers-head .content-wrap .text-wrap span.name {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .speakers-popup .speakers-head .content-wrap .text-wrap span.name {
    font-size: 34px;
    line-height: 38px;
    margin: 15px 0;
  }
}
.speakers-popup .speakers-head .content-wrap .text-wrap span.subtitle {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2em;
}
@media screen and (max-width: 1440px) {
  .speakers-popup .speakers-head .content-wrap .text-wrap span.subtitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .speakers-popup .speakers-head .content-wrap .text-wrap span.subtitle {
    font-size: 28px;
  }
}
.speakers-popup .speakers-head .content-wrap .text-wrap .details {
  padding-top: 25px;
}
.speakers-popup .speakers-head .content-wrap .text-wrap .details ul {
  list-style: none;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .speakers-popup .speakers-head .content-wrap .text-wrap .details ul {
    padding-left: 0;
  }
}
.speakers-popup .speakers-head .content-wrap .text-wrap .details ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.15em;
  font-weight: 400;
  margin-top: 13px;
  padding-left: 37px;
  position: relative;
}
.speakers-popup .speakers-head .content-wrap .text-wrap .details ul li:before {
  content: '';
  width: 17px;
  height: 17px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.speakers-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.speech:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE1Ljg3NSIgaGVpZ2h0PSIxMy45MzciIHZpZXdCb3g9IjAgMCAxNS44NzUgMTMuOTM3Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmZmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggZD0iTTAuOTY4LDEzLjEzNSBDMS40ODksMTIuNDkwIDEuOTE2LDExLjgwMiAyLjI0OSwxMS4wNzMgQzAuNzUwLDkuODAyIC0wLjAwMCw4LjI4MSAtMC4wMDAsNi41MTAgQy0wLjAwMCw0LjcxOSAwLjc3NSwzLjE4NyAyLjMyOCwxLjkxNiBDMy44NzksMC42NDYgNS43NDksMC4wMTAgNy45MzcsMC4wMTAgQzEwLjEyNSwwLjAxMCAxMS45OTQsMC42NDYgMTMuNTQ2LDEuOTE2IEMxNS4wOTgsMy4xODcgMTUuODc0LDQuNzE5IDE1Ljg3NCw2LjUxMCBDMTUuODc0LDguMzAyIDE1LjA5OCw5LjgzOCAxMy41NDYsMTEuMTE5IEMxMS45OTQsMTIuNDAxIDEwLjEyNSwxMy4wNDEgNy45MzcsMTMuMDQxIEM3LjIyOSwxMy4wNDEgNi4zNzUsMTIuOTU4IDUuMzc1LDEyLjc5MSBDNC4wNjIsMTMuNTYyIDIuNzE4LDEzLjk0OCAxLjM0MywxMy45NDggQzEuMTM1LDEzLjk0OCAwLjk4NCwxMy44NTQgMC44OTAsMTMuNjY2IEMwLjc5NiwxMy40NzkgMC44MjIsMTMuMzAyIDAuOTY4LDEzLjEzNSBMMC45NjgsMTMuMTM1IFpNMy4xNTYsMTAuNTEwIEMzLjM2NCwxMC42NTYgMy40MTYsMTAuODQ0IDMuMzEyLDExLjA3MyBDMy4wODMsMTEuNjk4IDIuNzgxLDEyLjMwMiAyLjQwNiwxMi44ODUgQzMuMjM5LDEyLjc0MCA0LjEwNCwxMi4zOTYgNS4wMDAsMTEuODU0IEM1LjEyNSwxMS43OTEgNS4yNDksMTEuNzcxIDUuMzc1LDExLjc5MSBDNi4yMjksMTEuOTU4IDcuMDgzLDEyLjA0MSA3LjkzNywxMi4wNDEgQzkuODU0LDEyLjA0MSAxMS40ODksMTEuNTAwIDEyLjg0MywxMC40MTYgQzE0LjE5Nyw5LjMzMyAxNC44NzQsOC4wMzEgMTQuODc0LDYuNTEwIEMxNC44NzQsNC45OTAgMTQuMTk3LDMuNjkzIDEyLjg0MywyLjYxOSBDMTEuNDg5LDEuNTQ3IDkuODU0LDEuMDEwIDcuOTM3LDEuMDEwIEM2LjAyMCwxLjAxMCA0LjM4NSwxLjU0NyAzLjAzMSwyLjYxOSBDMS42NzYsMy42OTMgMS4wMDAsNC45OTAgMS4wMDAsNi41MTAgQzEuMDAwLDguMDczIDEuNzE4LDkuNDA2IDMuMTU2LDEwLjUxMCBMMy4xNTYsMTAuNTEwIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==')
    no-repeat center;
  background-size: 17px 17px;
}
.speakers-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.date:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZmZmZmZjsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBkPSJNMTYuMDAxLDIuODE2IEwxNi4wMDEsMy4wOTcgTDE2LjAwMSw2LjIyMiBMMTYuMDAxLDE1LjAwMyBDMTYuMDAxLDE1LjI3NCAxNS45MDIsMTUuNTA4IDE1LjcwNCwxNS43MDYgQzE1LjUwNiwxNS45MDQgMTUuMjcxLDE2LjAwMyAxNS4wMDEsMTYuMDAzIEwxLjAwMSwxNi4wMDMgQzAuNzMwLDE2LjAwMyAwLjQ5NSwxNS45MDQgMC4yOTgsMTUuNzA2IEMwLjA5OSwxNS41MDggMC4wMDEsMTUuMjc0IDAuMDAxLDE1LjAwMyBMMC4wMDEsNi4yMjIgTDAuMDAxLDMuMDk3IEwwLjAwMSwyLjgxNiBMMC4wNjMsMi44MTYgQzAuMjA5LDIuMzM3IDAuNTIxLDIuMDk3IDEuMDAxLDIuMDk3IEwyLjAwMSwyLjA5NyBMMi4wMDEsMy4wOTcgTDIuMDAxLDMuNjU5IEMyLjAwMSw0LjA3NiAyLjE0Niw0LjQzMCAyLjQzOCw0LjcyMiBDMi43MzAsNS4wMTQgMy4wODQsNS4xNTkgMy41MDEsNS4xNTkgQzMuOTE3LDUuMTU5IDQuMjcxLDUuMDE0IDQuNTYzLDQuNzIyIEM0Ljg1NSw0LjQzMCA1LjAwMSw0LjA3NiA1LjAwMSwzLjY1OSBMNS4wMDEsMy4wOTcgTDUuMDAxLDIuMDk3IEwxMS4wMDEsMi4wOTcgTDExLjAwMSwzLjA5NyBMMTEuMDAxLDMuNjU5IEMxMS4wMDEsNC4wNzYgMTEuMTQ2LDQuNDMwIDExLjQzOCw0LjcyMiBDMTEuNzMwLDUuMDE0IDEyLjA4NCw1LjE1OSAxMi41MDEsNS4xNTkgQzEyLjkxNyw1LjE1OSAxMy4yNzEsNS4wMTQgMTMuNTYzLDQuNzIyIEMxMy44NTUsNC40MzAgMTQuMDAxLDQuMDc2IDE0LjAwMSwzLjY1OSBMMTQuMDAxLDMuMDk3IEwxNC4wMDEsMi4wOTcgTDE1LjAwMSwyLjA5NyBDMTUuNDgwLDIuMDk3IDE1Ljc5MiwyLjMzNyAxNS45MzgsMi44MTYgTDE2LjAwMSwyLjgxNiBaTTE1LjAwMSw3LjAwMyBMMS4wMDEsNy4wMDMgTDEuMDAxLDE1LjAwMyBMMTUuMDAxLDE1LjAwMyBMMTUuMDAxLDcuMDAzIFpNMy4wMDEsMy42NTkgTDMuMDAxLDAuNTAzIEMzLjAwMSwwLjM1OCAzLjA0OCwwLjIzOCAzLjE0MSwwLjE0NCBDMy4yMzUsMC4wNTAgMy4zNDksMC4wMDMgMy40ODUsMC4wMDMgQzMuNjIwLDAuMDAzIDMuNzQwLDAuMDUwIDMuODQ0LDAuMTQ0IEMzLjk0OCwwLjIzOCA0LjAwMSwwLjM1OCA0LjAwMSwwLjUwMyBMNC4wMDEsMy42NTkgQzQuMDAxLDMuODA1IDMuOTQ4LDMuOTI1IDMuODQ0LDQuMDE5IEMzLjc0MCw0LjExMyAzLjYyMCw0LjE1OSAzLjQ4NSw0LjE1OSBDMy4zNDksNC4xNTkgMy4yMzUsNC4xMTMgMy4xNDEsNC4wMTkgQzMuMDQ4LDMuOTI1IDMuMDAxLDMuODA1IDMuMDAxLDMuNjU5IEwzLjAwMSwzLjY1OSBaTTEyLjAwMSwzLjY1OSBMMTIuMDAxLDAuNTAzIEMxMi4wMDEsMC4zNTggMTIuMDQ4LDAuMjM4IDEyLjE0MSwwLjE0NCBDMTIuMjM1LDAuMDUwIDEyLjM1NSwwLjAwMyAxMi41MDEsMC4wMDMgQzEyLjY0NiwwLjAwMyAxMi43NjYsMC4wNTAgMTIuODYwLDAuMTQ0IEMxMi45NTQsMC4yMzggMTMuMDAxLDAuMzU4IDEzLjAwMSwwLjUwMyBMMTMuMDAxLDMuNjU5IEMxMy4wMDEsMy44MDUgMTIuOTU0LDMuOTI1IDEyLjg2MCw0LjAxOSBDMTIuNzY2LDQuMTEzIDEyLjY0Niw0LjE1OSAxMi41MDEsNC4xNTkgQzEyLjM1NSw0LjE1OSAxMi4yMzUsNC4xMTMgMTIuMTQxLDQuMDE5IEMxMi4wNDgsMy45MjUgMTIuMDAxLDMuODA1IDEyLjAwMSwzLjY1OSBMMTIuMDAxLDMuNjU5IFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==')
    no-repeat center;
  background-size: 17px 17px;
}
.speakers-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.time:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0LjkzNyIgaGVpZ2h0PSIxNC45MzciIHZpZXdCb3g9IjAgMCAxNC45MzcgMTQuOTM3Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmZmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggZD0iTTE0LjkzOCw3LjQ3MSBDMTQuOTM4LDkuNTM0IDE0LjIwOCwxMS4yOTUgMTIuNzUwLDEyLjc1MyBDMTEuMjkyLDE0LjIxMSA5LjUzMSwxNC45NDAgNy40NjksMTQuOTQwIEM1LjQwNiwxNC45NDAgMy42NDYsMTQuMjExIDIuMTg4LDEyLjc1MyBDMC43MjksMTEuMjk1IDAuMDAwLDkuNTM0IDAuMDAwLDcuNDcxIEMwLjAwMCw1LjQwOSAwLjcyOSwzLjY0OSAyLjE4OCwyLjE5MCBDMy42NDYsMC43MzIgNS40MDYsMC4wMDMgNy40NjksMC4wMDMgQzkuNTMxLDAuMDAzIDExLjI5MiwwLjczMiAxMi43NTAsMi4xOTAgQzE0LjIwOCwzLjY0OSAxNC45MzgsNS40MDkgMTQuOTM4LDcuNDcxIFpNMTIuMDQ3LDIuODkzIEMxMC43ODYsMS42MzMgOS4yNjAsMS4wMDMgNy40NjksMS4wMDMgQzUuNjc3LDEuMDAzIDQuMTUxLDEuNjMzIDIuODkxLDIuODkzIEMxLjYzMCw0LjE1NCAxLjAwMCw1LjY4MCAxLjAwMCw3LjQ3MSBDMS4wMDAsOS4yNjMgMS42MzAsMTAuNzg5IDIuODkxLDEyLjA1MCBDNC4xNTEsMTMuMzEwIDUuNjc3LDEzLjk0MCA3LjQ2OSwxMy45NDAgQzkuMjYwLDEzLjk0MCAxMC43ODYsMTMuMzEwIDEyLjA0NywxMi4wNTAgQzEzLjMwNywxMC43ODkgMTMuOTM4LDkuMjYzIDEzLjkzOCw3LjQ3MSBDMTMuOTM4LDUuNjgwIDEzLjMwNyw0LjE1NCAxMi4wNDcsMi44OTMgWk0xMC43OTcsNy4wODEgQzEwLjg5MSw3LjE3NSAxMC45MzgsNy4yOTUgMTAuOTM4LDcuNDQwIEMxMC45MzgsNy41ODYgMTAuODkxLDcuNzA2IDEwLjc5Nyw3LjgwMCBDMTAuNzAzLDcuODkzIDEwLjU4Myw3Ljk0MCAxMC40MzgsNy45NDAgTDcuNDM4LDcuOTQwIEM3LjI5Miw3Ljk0MCA3LjE3Miw3Ljg5MyA3LjA3OCw3LjgwMCBDNi45ODUsNy43MDYgNi45MzgsNy41ODYgNi45MzgsNy40NDAgTDYuOTM4LDMuNDQwIEM2LjkzOCwzLjI5NSA2Ljk4NSwzLjE3NSA3LjA3OCwzLjA4MSBDNy4xNzIsMi45ODcgNy4yOTIsMi45NDAgNy40MzgsMi45NDAgQzcuNTgzLDIuOTQwIDcuNzAzLDIuOTg3IDcuNzk3LDMuMDgxIEM3Ljg5MSwzLjE3NSA3LjkzOCwzLjI5NSA3LjkzOCwzLjQ0MCBMNy45MzgsNi45NDAgTDEwLjQzOCw2Ljk0MCBMMTAuNDM4LDYuOTQwIEMxMC41ODMsNi45NDAgMTAuNzAzLDYuOTg3IDEwLjc5Nyw3LjA4MSBaIiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=')
    no-repeat center;
  background-size: 17px 17px;
}
.speakers-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.speach-place:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjExLjIxOSIgaGVpZ2h0PSIxNS45NjkiIHZpZXdCb3g9IjAgMCAxMS4yMTkgMTUuOTY5Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmZmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggZD0iTTMuMDAxLDUuNjEzIEMzLjAwMSw0Ljg5NCAzLjI1Niw0LjI4MCAzLjc2NiwzLjc2OSBDNC4yNzcsMy4yNTkgNC44OTEsMy4wMDMgNS42MTAsMy4wMDMgQzYuMzI5LDMuMDAzIDYuOTQzLDMuMjU5IDcuNDU0LDMuNzY5IEM3Ljk2NCw0LjI4MCA4LjIxOSw0Ljg5NCA4LjIxOSw1LjYxMyBDOC4yMTksNi4zMzEgNy45NjQsNi45NDYgNy40NTQsNy40NTYgQzYuOTQzLDcuOTY3IDYuMzI5LDguMjIyIDUuNjEwLDguMjIyIEM0Ljg5MSw4LjIyMiA0LjI3Nyw3Ljk2NyAzLjc2Niw3LjQ1NiBDMy4yNTYsNi45NDYgMy4wMDEsNi4zMzEgMy4wMDEsNS42MTMgWk00LjAwMSw1LjYxMyBDNC4wMDEsNi4wNjEgNC4xNTcsNi40NDEgNC40NjksNi43NTMgQzQuNzgyLDcuMDY2IDUuMTYyLDcuMjIyIDUuNjEwLDcuMjIyIEM2LjA1OCw3LjIyMiA2LjQzOCw3LjA2NiA2Ljc1MSw2Ljc1MyBDNy4wNjMsNi40NDEgNy4yMTksNi4wNjEgNy4yMTksNS42MTMgQzcuMjE5LDUuMTY1IDcuMDYzLDQuNzg0IDYuNzUxLDQuNDcyIEM2LjQzOCw0LjE1OSA2LjA1OCw0LjAwMyA1LjYxMCw0LjAwMyBDNS4xNjIsNC4wMDMgNC43ODIsNC4xNTkgNC40NjksNC40NzIgQzQuMTU3LDQuNzg0IDQuMDAxLDUuMTY1IDQuMDAxLDUuNjEzIFpNNC43NTEsMTUuMTc1IEM0LjQzOCwxNC44MTEgNC4wMzcsMTQuMzA1IDMuNTQ4LDEzLjY1OSBDMy4wNTgsMTMuMDE0IDIuNTY4LDEyLjMwNSAyLjA3OSwxMS41MzQgQzEuNTg5LDEwLjc2NCAxLjE1Miw5LjkwNSAwLjc2Niw4Ljk1NiBDMC4zODEsOC4wMDkgMC4xNDYsNy4xMjggMC4wNjMsNi4zMTYgQzAuMDIxLDYuMDY2IDAuMDAxLDUuODI2IDAuMDAxLDUuNTk3IEMwLjAwMSw0LjA1NSAwLjU0OCwyLjczOCAxLjY0MSwxLjY0NCBDMi43MzUsMC41NTAgNC4wNTgsMC4wMDMgNS42MTAsMC4wMDMgQzcuMTYyLDAuMDAzIDguNDg1LDAuNTUwIDkuNTc5LDEuNjQ0IEMxMC42NzMsMi43MzggMTEuMjE5LDQuMDU1IDExLjIxOSw1LjU5NyBDMTEuMjE5LDUuODA1IDExLjE5OCw2LjAzNCAxMS4xNTcsNi4yODQgQzExLjA3Myw3LjExOCAxMC44MzQsOC4wMTQgMTAuNDM4LDguOTcyIEMxMC4wNDIsOS45MzAgOS42MjYsMTAuNzY5IDkuMTg4LDExLjQ4OCBDOC43NTEsMTIuMjA2IDguMjU2LDEyLjkzNiA3LjcwNCwxMy42NzUgQzcuMTUyLDE0LjQxNSA2Ljc3MSwxNC45MDkgNi41NjMsMTUuMTU5IEM2LjM1NSwxNS40MDkgNi4xODgsMTUuNTk3IDYuMDYzLDE1LjcyMiBDNS45ODAsMTUuODA1IDUuODk2LDE1Ljg3OCA1LjgxMywxNS45NDEgQzUuNzUxLDE1Ljk2MSA1LjY5OCwxNS45NzIgNS42NTcsMTUuOTcyIEM1LjYxNSwxNS45NzIgNS41NjMsMTUuOTYxIDUuNTAxLDE1Ljk0MSBDNS4zOTYsMTUuODc4IDUuMzEzLDE1LjgwNSA1LjI1MSwxNS43MjIgQzUuMjMwLDE1LjcyMiA1LjA2MywxNS41MzkgNC43NTEsMTUuMTc1IFpNMS4wMDEsNS41OTcgQzEuMDAxLDUuNzY0IDEuMDExLDUuOTYyIDEuMDMyLDYuMTkxIEMxLjExNSw2Ljk2MiAxLjM0OSw3LjgwMCAxLjczNSw4LjcwNiBDMi4xMjAsOS42MTMgMi41ODQsMTAuNDcyIDMuMTI2LDExLjI4NCBDMy42NjcsMTIuMDk3IDQuMTMxLDEyLjc1OSA0LjUxNiwxMy4yNjkgQzQuOTAyLDEzLjc4MCA1LjI4MiwxNC4yNTMgNS42NTcsMTQuNjkxIEM2LjAxMSwxNC4yNTMgNi4zNzYsMTMuNzgwIDYuNzUxLDEzLjI2OSBDNy4xMjYsMTIuNzU5IDcuNTg0LDEyLjA5NyA4LjEyNiwxMS4yODQgQzguNjY3LDEwLjQ3MiA5LjEyMCw5LjYxMyA5LjQ4NSw4LjcwNiBDOS44NDksNy44MDAgMTAuMDczLDYuOTYyIDEwLjE1Nyw2LjE5MSBDMTAuMTk4LDUuOTYyIDEwLjIxOSw1Ljc2NCAxMC4yMTksNS41OTcgQzEwLjIxOSw0LjMyNiA5Ljc2NiwzLjI0MyA4Ljg2MCwyLjM0NyBDNy45NTQsMS40NTEgNi44NjUsMS4wMDMgNS41OTQsMS4wMDMgQzQuMzIzLDEuMDAzIDMuMjQwLDEuNDUxIDIuMzQ0LDIuMzQ3IEMxLjQ0OCwzLjI0MyAxLjAwMSw0LjMyNiAxLjAwMSw1LjU5NyBMMS4wMDEsNS41OTcgWiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+')
    no-repeat center;
  background-size: 13px 17px;
}
.speakers-popup .speakers-body {
  padding: 60px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
  color: #b3b3b3;
  width: 100%;
  float: left;
}

/*
1. CONTACT SECTION
 */
#contact .multi-blocks-wrap > div {
  padding: 0 50px;
}
@media screen and (max-width: 1199px) {
  #contact .multi-blocks-wrap > div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #contact .multi-blocks-wrap > div {
    padding: 0;
  }
}
#contact .multi-blocks-wrap > div:not(:first-child):nth-child(2n + 0) {
  margin-top: 247px;
}
@media screen and (max-width: 991px) {
  #contact .multi-blocks-wrap > div:not(:first-child):nth-child(2n + 0) {
    margin-top: 50px;
  }
}
#contact
  .multi-blocks-wrap
  > div:not(:first-child):nth-child(2n + 0)
  .content-wrap {
  padding-right: 25px;
  padding-left: 50px;
}
@media screen and (max-width: 1440px) {
  #contact
    .multi-blocks-wrap
    > div:not(:first-child):nth-child(2n + 0)
    .content-wrap {
    padding: 0;
  }
}
#contact .multi-blocks-wrap > div .content-wrap {
  padding-right: 40px;
  padding-left: 50px;
}
@media screen and (max-width: 1440px) {
  #contact .multi-blocks-wrap > div .content-wrap {
    padding: 0;
  }
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap ul {
  list-style: none;
  padding-left: 0;
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.15em;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  #contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li {
    font-size: 15px;
  }
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li a {
  color: #ffffff;
  border: none;
  outline: none;
  text-decoration: none;
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li:before {
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li.email:before {
  background: #ee576a
    url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNS44NzUgMTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1Ljg3NSAxMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjU1NywxMUgwLjMxN2MtMC4xOC0wLjAwMi0wLjMyNS0wLjE1LTAuMzI0LTAuMzNWMC4zM0MtMC4wMDgsMC4xNSwwLjEzNywwLjAwMiwwLjMxNywwaDE1LjI0DQoJYzAuMTgsMC4wMDIsMC4zMjUsMC4xNSwwLjMyNCwwLjMzdjEwLjM0QzE1Ljg4MiwxMC44NSwxNS43MzcsMTAuOTk4LDE1LjU1NywxMUwxNS41NTcsMTFMMTUuNTU3LDExeiBNMC42NDEsMTAuMzNoMTQuNTk2VjAuNjcNCgloLTE0LjZ2OS42NkgwLjY0MXogTTcuNzQ5LDYuOEwxLjU3NCwyLjE0QzEuNDMsMi4wMjcsMS4zOTksMS44MiwxLjUwNSwxLjY3YzAuMS0wLjE0NCwwLjI5OC0wLjE3OSwwLjQ0MS0wLjA3OQ0KCUMxLjk1MSwxLjU5NCwxLjk1NSwxLjU5NywxLjk1OSwxLjZsNS45ODIsNC41Mmw1Ljk4My00LjUyYzAuMTM4LTAuMTA3LDAuMzM3LTAuMDgxLDAuNDQzLDAuMDU3YzAuMDAzLDAuMDA0LDAuMDA3LDAuMDA5LDAuMDEsMC4wMTMNCgljMC4xMDYsMC4xNSwwLjA3NSwwLjM1Ny0wLjA2OSwwLjQ3TDguMTMzLDYuOEM4LjA4LDYuODQ2LDguMDExLDYuODcxLDcuOTQxLDYuODdsMCwwQzcuOTQxLDYuODcsNy44MDIsNi44NDYsNy43NDksNi44eiIvPg0KPC9zdmc+DQo=')
    no-repeat center;
  background-size: 17px 11px;
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap ul li.mobile:before {
  background: #ee576a
    url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAgMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC43LDBIMS4zQzAuNiwwLDAsMC42LDAsMS4zdjE1LjRDMCwxNy40LDAuNiwxOCwxLjMsMThoNy40YzAuNywwLDEuMy0wLjYsMS4zLTEuM1YxLjNDMTAsMC42LDkuNCwwLDguNywweg0KCQkJIE05LjQsMTYuN2MwLDAuNC0wLjMsMC43LTAuNywwLjdIMS4zYy0wLjQsMC0wLjctMC4zLTAuNy0wLjd2LTIuM2g4LjhWMTYuN3ogTTkuNCwxMy44SDAuNlYyLjRoOC44VjEzLjh6IE05LjQsMS44SDAuNlYxLjMNCgkJCWMwLTAuNCwwLjMtMC43LDAuNy0wLjdoNy40YzAuNCwwLDAuNywwLjMsMC43LDAuN1YxLjh6IE01LDE2LjZjMC40LDAsMC43LTAuMywwLjctMC43YzAtMC40LTAuMy0wLjctMC43LTAuNw0KCQkJYy0wLjQsMC0wLjcsMC4zLTAuNywwLjdDNC4zLDE2LjMsNC42LDE2LjYsNSwxNi42eiBNNSwwLjlIMy44QzMuNywwLjksMy41LDEsMy41LDEuMmMwLDAuMiwwLjEsMC4zLDAuMywwLjNINQ0KCQkJYzAuMiwwLDAuMy0wLjEsMC4zLTAuM0M1LjMsMSw1LjIsMC45LDUsMC45eiBNNi4yLDAuOUg1LjlDNS43LDAuOSw1LjYsMSw1LjYsMS4yYzAsMC4yLDAuMSwwLjMsMC4zLDAuM2gwLjMNCgkJCWMwLjIsMCwwLjMtMC4xLDAuMy0wLjNDNi41LDEsNi4zLDAuOSw2LjIsMC45eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K')
    no-repeat center;
  background-size: 10px 18px;
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.15em;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap p a {
  color: white;
  text-decoration: underline;
}
#contact .multi-blocks-wrap > div .content-wrap .text-wrap p:before {
  content: '';
  width: 30px;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #ee576a url('../img/download_icon_websi.svg') no-repeat center
    center;
}

#contact .multi-blocks-wrap > div .content-wrap .text-wrap {
  margin-top: -1px;
}

/*
*	AWARDS
*/
#awards ul {
  list-style: none;
  position: relative;
}
#awards ul:first-of-type li:first-of-type i {
  content: '';
}
#awards ul:first-of-type li:first-of-type i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    107deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}
#awards ul:first-of-type li:first-of-type i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyNC4yNSIgdmlld0JveD0iMCAwIDIzIDI0LjI1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDcuNSw4OTAuMTkxbDQuOS0yLjA1MiwyLjgxMSw4LjEzMywwLjc2NS0xMC44MDksNC4wOTEtLjYyMywyLjc2NCwxMC43OTQsMy44NzItMTguMjc0LDMuNzk1LDYuMjQ4LTQuMjk0LDE4LjAzSDYwLjc4OGwtMi4xMzktOS4xMjEtMS40NjgsOS4xMjFoLTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDcuNSAtODc3LjM3NSkiLz4KPC9zdmc+Cg==)
    no-repeat scroll center/33px 35px;
  z-index: 1;
}
#awards ul li {
  padding-left: 100px;
  counter-increment: step-counter;
  text-align: left;
  height: auto;
  min-height: 68px;
  margin-top: 30px;
  padding-top: 10px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #awards ul li {
    padding-top: 0;
  }
}
#awards ul li:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  #awards ul li:first-of-type {
    margin-top: 30px;
  }
}
#awards ul li span {
  color: #333;
  display: block;
}
#awards ul li span.small {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1em;
}
#awards ul li span.main {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
  margin-top: 2px;
}
#awards ul li i {
  width: 68px;
  height: 100%;
  min-height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    107deg,
    rgba(39, 158, 185, 0.9) 0%,
    rgba(238, 87, 106, 0.9) 100%
  );
}
#awards ul li i span {
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: normal;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#awards > div > span {
  display: block;
  margin-top: 75px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1em;
  color: #333;
}
#awards > div > span b {
  font-weight: 700;
}

/*
*	LAST WINNERS
*/
@media screen and (max-height: 670px), screen and (max-width: 480px) {
  section.winners-header {
    height: 100vh;
    min-height: 670px;
    position: relative;
  }
}

@media screen and (max-height: 670px), screen and (max-width: 480px) {
  section.winners-header .header-text {
    position: relative;
    min-height: 670px;
    padding: 50px 0;
  }
}

@media screen and (max-height: 670px), screen and (max-width: 480px) {
  section.winners-header .header-text .main-text-wrap {
    width: 100%;
    position: absolute;
  }
}

section.winners-header .winners-tabs {
  border: none;
  margin: 58px auto 0 auto;
  display: block;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 1199px) {
  section.winners-header .winners-tabs {
    margin: 29px auto 0 auto;
  }
}
section.winners-header .winners-tabs li {
  border: 1px solid #ffffff;
  height: 60px;
  width: 130px;
  margin-bottom: 20px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  float: none;
}
@media screen and (max-width: 767px) {
  section.winners-header .winners-tabs li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  section.winners-header .winners-tabs li {
    width: 100%;
  }
}
section.winners-header .winners-tabs li:hover,
section.winners-header .winners-tabs li:active,
section.winners-header .winners-tabs li:focus {
  outline: 0;
}
section.winners-header .winners-tabs li.active {
  background: #ffffff;
  border-radius: 0;
}
section.winners-header .winners-tabs li.active a,
section.winners-header .winners-tabs li.active a:hover,
section.winners-header .winners-tabs li.active a:active,
section.winners-header .winners-tabs li.active a:focus {
  color: #ee576a;
  border: none;
  outline: none;
  text-decoration: none;
}
section.winners-header .winners-tabs li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
section.winners-header .winners-tabs li a:hover {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0;
  border: none;
  outline: none;
  text-decoration: none;
}
section.winners-header .winners-tabs li a:active,
section.winners-header .winners-tabs li a:focus {
  background: #ffffff;
  border-radius: 0;
  color: #414042;
  border: none;
  outline: none;
  text-decoration: none;
}

#winners .multi-blocks-wrap > div {
  padding: 0;
}
@media screen and (max-width: 991px) {
  #winners .multi-blocks-wrap > div {
    max-width: 800px;
    margin: auto;
  }
}

#winners .multi-blocks-wrap div[role='tabpanel'] {
  margin-right: -40px;
}
@media screen and (max-width: 991px) {
  #winners .multi-blocks-wrap div[role='tabpanel'] {
    margin-right: 0;
  }
}

/*
*	Websi
*/
section.header-image.websi-header .main-text-wrap span {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 35px;
  line-height: 1em;
  display: block;
  text-transform: uppercase;
}

section.header-image.websi-header .main-text-wrap h1 {
  border-bottom: 0;
  margin-top: 10px;
}

section.header-image.websi-header .main-text-wrap a.button {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.15) 50%
  );
  border: 1px solid #ffffff;
  padding: 0 40px;
}

/*
*	JURY SECTION
*/
#jury .container-fluid-body > .container span.subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1em;
  color: #b3b3b3;
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
}

#jury .jury-images {
  margin-top: 60px;
}
#jury .jury-images .content-wrap {
  margin-bottom: 60px;
}
#jury .jury-images .content-wrap .text-wrap {
  padding: 25px 0;
  background: #ffffff;
}
#jury .jury-images .content-wrap .text-wrap span.subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.1em;
  color: #b3b3b3;
  display: block;
}

.judge-login {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.judge-login .bl-section.bl-login {
  margin-top: 0;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-height: 800px) {
  .judge-login .bl-section.bl-login {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .judge-login .bl-section.bl-login {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    margin-top: 30px;
  }
}
.judge-login .bl-section.bl-login .login-box {
  max-width: 555px;
  margin: 0 auto;
  padding: 0;
}
.judge-login .bl-section.bl-login .logo {
  padding: 25px 35px 35px;
  background-color: #d5b22e;
  text-align: center;
}
.judge-login .bl-section.bl-login .logo img {
  max-width: 175px;
}
.judge-login .bl-section.bl-login form {
  padding: 40px 35px 20px;
}
.judge-login .footer {
  display: none;
}
.judge-login button[disabled] {
  cursor: not-allowed;
}

.bl-headline-jury {
  padding-top: 50px;
}
.bl-headline-jury h1 {
  color: #232320;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.07px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bl-headline-jury .headline-text {
  max-width: 945px;
  margin: 0 auto;
}
.bl-headline-jury p {
  margin-bottom: 30px;
}
.bl-headline-jury .accordian-single:last-child {
  border-bottom: 0;
}

.accordian-single {
  border-top: 0.5px solid #d7d7d7;
  margin: 0 auto;
}
.accordian-single.accordian-open .accordian-toggle:before {
  transform: rotate(0);
}
.accordian-single:last-child {
  border-bottom: 0.5px solid #d7d7d7;
}
.accordian-single.jury-president h3 {
  color: #279eb9;
  font-size: 40px;
  letter-spacing: -0.07px;
}
@media screen and (max-width: 480px) {
  .accordian-single.jury-president h3 {
    font-size: 30px;
  }
}
.accordian-single.jury-president .accordian-content {
  padding-left: 200px;
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .accordian-single.jury-president .accordian-content {
    padding-left: 0;
  }
}
.accordian-single.jury-president .accordian-content img {
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .accordian-single.jury-president .accordian-content img {
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 15px;
  }
}
.accordian-single .accordian-toggle {
  padding-left: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.accordian-single .accordian-toggle:before {
  width: 20px;
  content: '';
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='13' viewBox='0 0 20 13'%3E%3Cdefs%3E%3Cpath id='6poya' d='M500 1380l-7 7-3-3 10-10 10 10-3 3z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-490 -1374)'%3E%3Cuse fill='%23fff' xlink:href='%236poya'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
  left: 20px;
  transition: all 300ms ease-out;
  cursor: pointer;
  transform: rotate(180deg);
  height: 100%;
  top: 0;
}
.accordian-single .accordian-content {
  padding: 20px;
}
.accordian-single p {
  margin-bottom: 30px;
}
.accordian-single h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.05px;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .accordian-single h3 {
    font-size: 24px;
  }
}

.project-list-jury {
  margin-bottom: 150px;
  padding-top: 90px;
}
.project-list-jury .upper-part {
  /* max-width: 945px; */
  margin: 0 auto 40px;
}
.project-list-jury .bottom-part {
  /* max-width: 945px; */
  margin: 0 auto;
}
.project-list-jury h2 {
  color: #d5b22e;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.07px;
  text-transform: uppercase;
  margin: 0 0 60px;
}
.project-list-jury .progress-bar-text {
  color: lightgrey;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.05px;
  text-align: center;
  display: block;
}
.project-list-jury .progress-bar-text em {
  font-style: normal;
}
.project-list-jury table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .project-list-jury table {
    display: block;
  }
}
.project-list-jury table th {
  color: lightgrey;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.04px;
  border-bottom: 1px solid grey;
  padding: 15px 20px;
  position: relative;
}
.project-list-jury table th.pointer {
  cursor: pointer;
}
.project-list-jury table th .arrow-up {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='13' viewBox='0 0 20 13'%3E%3Cdefs%3E%3Cpath id='6poya' d='M500 1380l-7 7-3-3 10-10 10 10-3 3z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-490 -1374)'%3E%3Cuse fill='%23fff' xlink:href='%236poya'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
  transition: all 300ms ease-out;
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
  position: absolute;
  top: 50%;
  right: 42px;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  .project-list-jury table th .arrow-up {
    right: 28px;
  }
}
.project-list-jury table th .arrow-down {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='13' viewBox='0 0 20 13'%3E%3Cdefs%3E%3Cpath id='6poya' d='M500 1380l-7 7-3-3 10-10 10 10-3 3z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-490 -1374)'%3E%3Cuse fill='%23fff' xlink:href='%236poya'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
  transition: all 300ms ease-out;
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
  position: absolute;
  top: 50%;
  right: 29px;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1200px) {
  .project-list-jury table th .arrow-down {
    right: 15px;
  }
}
.project-list-jury table th.ordered {
  position: relative;
}
.project-list-jury table th.ordered .arrow-up {
  opacity: 1;
  visibility: visible;
  background-size: 12px 9px;
  width: 12px;
  height: 9px;
}
.project-list-jury table th.ordered .arrow-down {
  opacity: 1;
  visibility: visible;
}
.project-list-jury table th.ordered.reversed .arrow-up {
  width: 9px;
  height: 7px;
  background-size: 9px 7px;
  right: 44px;
}
@media screen and (max-width: 1200px) {
  .project-list-jury table th.ordered.reversed .arrow-up {
    right: 29px;
  }
}
.project-list-jury table th.ordered.reversed .arrow-down {
  background-size: 12px 9px;
  width: 12px;
  height: 9px;
}
.project-list-jury table tbody tr {
  border-bottom: 0.5px solid grey;
}
.project-list-jury table td {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.04px;
  padding: 15px 20px
}
.project-list-jury table td a {
  color: #fff;
  font-weight: 400;
}
.project-list-jury table td .date {
  font-weight: 400;
}
.project-list-jury table td .evaluate {
  color: #d5b22e;
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
}
.project-list-jury table td .evaluate.edit {
  color: #fff;
}

.progress-bar {
  height: 28px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.progress-bar.finished .project span {
  background-color: #232320;
}
.progress-bar.finished .project.full span {
  background-color: #232320;
}
.progress-bar .project {
  height: 28px;
  float: left;
  width: 10%;
  padding: 0 2px;
}
.progress-bar .project span {
  background-color: rgba(255,255,255, 0.1);
  width: 100%;
  height: 28px;
  float: left;
}
.progress-bar .project.full span {
  background-color: #d5b22e;
}

.bl-project-jury {
  margin-bottom: 50px;
  width: 100%;
  float: left;
}
.bl-project-jury.not-ng {
  float: none;
}

.project-jury-wrap {
  max-width: 975px;
  margin: 0 auto;
}

.jury-breadcrumbs {
  padding: 35px 0;
}
.jury-breadcrumbs ul {
  margin: 0;
  list-style: none;
  padding: 0 15px !important;
}
@media screen and (max-width: 767px) {
  .jury-breadcrumbs ul {
    padding: 0 !important;
  }
}
.jury-breadcrumbs li {
  padding: 0;
  display: inline-block;
  padding-left: 0 !important;
}
.jury-breadcrumbs li:before {
  content: none !important;
}
.jury-breadcrumbs li:first-child {
  padding-right: 15px;
}
.jury-breadcrumbs li:first-child:after {
  content: '/';
  position: absolute;
  right: 0;
  top: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  width: 10px;
  height: 20px;
  line-height: 18px;
}
.jury-breadcrumbs a {
  color: #d5b22e;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04px;
}

.project-jury-image {
  float: left;
  width: 100%;
  margin-bottom: 80px;
}
.project-jury-image .img-container {
  width: 60%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .project-jury-image .img-container {
    width: 100%;
    padding: 0;
  }
}
.project-jury-image .img-container img {
  max-width: 100%;
}
.project-jury-image .img-title-cont {
  width: 40%;
  float: left;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .project-jury-image .img-title-cont {
    width: 100%;
    padding: 0;
  }
}
.project-jury-image .img-title-cont h1 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.07px;
  padding-bottom: 60px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .project-jury-image .img-title-cont h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .project-jury-image .img-title-cont h1 {
    padding-bottom: 0;
    margin-top: 20px;
  }
}
.project-jury-image .img-title-cont a {
  color: #d5b22e;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.04px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .project-jury-image .img-title-cont a {
    position: relative;
    left: 0;
  }
}

.project-jury-single-part {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.project-jury-single-part .title {
  float: left;
  width: 32%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .project-jury-single-part .title {
    padding: 0;
    width: 100%;
  }
}
.project-jury-single-part .title span {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.04px;
  text-transform: uppercase;
}
.project-jury-single-part .desc {
  float: left;
  width: 68%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .project-jury-single-part .desc {
    width: 100%;
    padding: 0;
  }
}
.project-jury-single-part .desc p {
  color: lightgrey;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
}
.project-jury-single-part .desc ul {
  margin: 0;
  padding: 0;
}
.project-jury-single-part .desc ul li {
  color: lightgrey;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
  word-break: break-word;
}
.project-jury-single-part .desc ul li a {
  word-break: break-all;
}
.project-jury-single-part .desc a {
  color: #d5b22e;
}

.bl-jury-notes .project-jury-wrap {
  max-width: 945px;
}
@media screen and (max-width: 1199px) {
  .bl-jury-notes .project-jury-wrap {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl-jury-notes .project-jury-wrap {
    padding: 0;
  }
}

.jury-desc {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #232320;
}
.jury-desc h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.07px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.jury-desc .value-ladder {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jury-desc .value-ladder li {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.04px;
  text-transform: uppercase;
  padding-left: 41px;
  margin-bottom: 5px;
}
.jury-desc .value-ladder li:before {
  color: #232320;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04px;
  background-color: #d5b22e;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.jury-desc .value-ladder li:nth-child(1):before {
  content: '1';
}
.jury-desc .value-ladder li:nth-child(2):before {
  content: '2';
}
.jury-desc .value-ladder li:nth-child(3):before {
  content: '3';
}
.jury-desc .value-ladder li:nth-child(4):before {
  content: '4';
}
.jury-desc .value-ladder li:nth-child(5):before {
  content: '5';
}

.jury-points {
  width: 100%;
  float: left;
  padding-right: 380px;
  position: relative;
  border-bottom: 0.5px solid lightgrey;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .jury-points {
    padding-right: 0;
  }
}
.jury-points .desc {
  float: left;
  width: 100%;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .jury-points .desc {
    padding-right: 0;
  }
}
.jury-points .desc h4 {
  color: #d5b22e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04px;
  text-transform: uppercase;
}
.jury-points .desc p {
  color: lightgrey;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
}
.jury-points .evaluate {
  position: absolute;
  right: 0;
  width: 380px;
  top: 50%;
  transform: translate(0, -50%);
  height: 74px;
}
@media screen and (max-width: 991px) {
  .jury-points .evaluate {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    float: left;
    margin-top: 20px;
  }
}
.jury-points .evaluate ul {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  position: absolute;
}
.jury-points .evaluate li {
  display: inline-block;
  width: 74px;
  height: 74px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.07px;
  border: 1px solid #d5b22e;
  border-radius: 0;
  padding-left: 0;
  text-align: center;
  transition: all 300ms ease-out;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .jury-points .evaluate li {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.jury-points .evaluate li:hover {
  background: #d5b22e;
  color: #232320;
}
.jury-points .evaluate li.active {
  background: #d5b22e;
  color: #232320;
}
.jury-points .evaluate li:before {
  content: none;
}

.jury-pov {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.jury-pov h4 {
  color: #d5b22e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04px;
  text-transform: uppercase;
}
.jury-pov p {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
}
.jury-pov textarea {
  background-color: #232320;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
  min-height: 190px;
  padding: 10px;
  border: 1px solid grey;
}
.jury-pov .signs-counter {
  display: block;
  float: right;
  color: #b3b3b3;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
}

.jury-commands {
  float: left;
  width: 100%;
  margin-bottom: 85px;
  margin-top: 30px;
}
.jury-commands .commands-left {
  width: 30%;
  float: left;
}
@media screen and (max-width: 480px) {
  .jury-commands .commands-left {
    width: 100%;
  }
}
.jury-commands .commands-right {
  width: 70%;
  float: left;
}
@media screen and (max-width: 480px) {
  .jury-commands .commands-right {
    width: 100%;
  }
}
.jury-commands .back-btn {
  background-color: #d5b22e;
  background-image: none !important;
  text-transform: uppercase;
  width: auto !important;
  max-width: 172px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .jury-commands .back-btn {
    max-width: 100%;
  }
}
.jury-commands .back-btn:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23232320' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3Cscript xmlns='' id='bw-fido2-page-script'/%3E%3C/svg%3E")
    no-repeat center center;
  content: '';
  position: absolute;
  left: 20px;
  top: 18px;
  width: 23px;
  height: 34px;
}
.jury-commands .back-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23232320' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3Cscript xmlns='' id='bw-fido2-page-script'/%3E%3C/svg%3E")
    no-repeat center center;
}
.jury-commands .red {
  max-width: 270px;
  float: right !important;
  text-transform: uppercase;
  display: inline-block !important;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .jury-commands .red {
    max-width: 100%;
  }
}
.jury-commands .red.forward-btn {
  margin-left: 15px;
  position: relative;
  padding-right: 50px;
  line-height: 22px !important;
  padding-top: 13px;
}
@media screen and (max-width: 480px) {
  .jury-commands .red.forward-btn {
    padding-top: 24px;
  }
}
@media screen and (max-width: 385px) {
  .jury-commands .red.forward-btn {
    padding-top: 14px;
  }
}
.jury-commands .red.forward-btn:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23232320' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3Cscript xmlns='' id='bw-fido2-page-script'/%3E%3C/svg%3E")
    no-repeat center center;
  content: '';
  position: absolute;
  right: 20px;
  top: 18px;
  width: 23px;
  height: 34px;
  transform: rotate(180deg);
}
.jury-commands .red.forward-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23232320' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3Cscript xmlns='' id='bw-fido2-page-script'/%3E%3C/svg%3E")
    no-repeat center center;
}

.jury-profile {
  padding-left: 0;
  position: relative;
  float: right;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 580px) {
  .jury-profile {
    max-width: 100%;
    float: left;
    margin-top: 0;
  }
}
.jury-profile img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 70px;
  display: none;
}
.jury-profile .jury-info {
  float: left;
  width: 100%;
  color: #232320;
}
.jury-profile .jury-info .jury-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.04px;
  display: block;
}
.jury-profile .jury-info .jury-position {
  font-weight: 300;
  letter-spacing: -0.04px;
  font-size: 14px;
  display: block;
}
.jury-profile .jury-info .jury-company {
  font-weight: 300;
  letter-spacing: -0.04px;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.jury-profile .jury-info a {
  display: block;
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.03px;
}

.toast-top-right {
  font-size: 14px !important;
}

.text-warning {
  color: orange !important;
}

.text-danger {
  color: #c34627 !important;
}

#category ul li {
  font-size: 40px;
  line-height: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #ee576a;
}
#category ul li:after {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  top: 14px;
}

#category ul + p {
  display: block;
  margin: 0 0 0 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5em;
  color: #333;
}

#category h2 {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ee576a;
}
#category h2 + p {
  margin-top: 0;
}

/*
*	PROGRAMME SECTION
*/
#programme-lead {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-top: 0;
  background: #d9d9d9;
}
#programme-lead h2 {
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 991px) {
  #programme-lead h2 {
    margin-top: 0;
  }
}
#programme-lead .programme-desc {
  padding-top: 100px;
}
@media screen and (max-width: 1199px) {
  #programme-lead .programme-desc {
    padding-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  #programme-lead .programme-desc {
    padding-top: 0;
  }
}
#programme-lead img {
  width: 100%;
}

#programme {
  padding-top: 75px;
  padding-bottom: 100px;
}
#programme h2 {
  margin-bottom: 50px;
  font-family: 'Roboto Condensed', sans-serif;
}
#programme .programme-single {
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 0;
}
#programme .programme-single img {
  width: 100%;
}
#programme .programme-single:first-child {
  padding-top: 0;
}
#programme .programme-single:last-child {
  padding-bottom: 0;
}
#programme .programme-single:hover .timeline {
  color: #ffffff;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTQiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxMTQgNDAiPjxwYXRoIGZpbGw9IiNGNEQ2MzciIGQ9Ik0wIDBoOThsMTYgMjAtMTYgMjBIMHoiLz48L3N2Zz4=)
    no-repeat 0 0;
}
@media screen and (max-width: 992px) {
  #programme .programme-single:hover .timeline {
    background: #61c5df;
  }
}
#programme .programme-single:hover:after {
  background: #ffffff
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjcuMDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDI3LjAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0Y0RDYzNzt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjIxLjE4LDAuMDEgMjEuMTgsMC4wOSAyMS4xOCwwLjAxIDIxLjE4LDAgMTYuODIsMjEuNzQgMTYuODEsMjEuNzkgMTMuNDIsOC4yNCAxMy40MSw4LjI0IDEzLjQsOC4yNCA5LjM4LDguODYgOC43NCwxOC40NyA4LjQ2LDIyLjY4IDguNDYsMjIuNjkgOC40NiwyMi43MSA4LjQ2LDIyLjczIDguNDYsMjIuNzMgNC45MiwxMi4xMSA0LjkyLDEyLjExIDAsMTQuMjIgMCwxNC4yMyA2LjE5LDI3LjAzIDYuMTksMjcuMDMgMTAuMjIsMjcuMDMgMTAuMjIsMjcuMDMgMTIsMTUuMDQgMTIuMDEsMTUuMDUgMTQuNzIsMjcuMDIgMTQuNzMsMjcuMDMgMjAuMzQsMjcuMDMgMjAuMzQsMjcuMDIgMjUsNi41NCAyNSw2LjUyICIvPjwvc3ZnPg==)
    no-repeat center top;
  background-size: 31px 31px;
}
#programme .programme-single:before {
  width: 5px;
  height: 100%;
  content: '';
  position: absolute;
  background: #61c5df;
  top: 0;
  left: 123px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #programme .programme-single:before {
    left: 98px;
  }
}
@media screen and (max-width: 992px) {
  #programme .programme-single:before {
    content: none;
  }
}
#programme .programme-single:after {
  width: 31px;
  height: 36px;
  content: '';
  position: absolute;
  background: #ffffff
    url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUgMjcuMDMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI1IDI3LjAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzYxQzVERjt9PC9zdHlsZT48cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjIxLjE4LDAuMDEgMjEuMTgsMC4wOSAyMS4xOCwwLjAxIDIxLjE4LDAgMTYuODIsMjEuNzQgMTYuODEsMjEuNzkgMTMuNDIsOC4yNCAxMy40MSw4LjI0IDEzLjQsOC4yNCA5LjM4LDguODYgOC43NCwxOC40NyA4LjQ2LDIyLjY4IDguNDYsMjIuNjkgOC40NiwyMi43MSA4LjQ2LDIyLjczIDguNDYsMjIuNzMgNC45MiwxMi4xMSA0LjkyLDEyLjExIDAsMTQuMjIgMCwxNC4yMyA2LjE5LDI3LjAzIDYuMTksMjcuMDMgMTAuMjIsMjcuMDMgMTAuMjIsMjcuMDMgMTIsMTUuMDQgMTIuMDEsMTUuMDUgMTQuNzIsMjcuMDIgMTQuNzMsMjcuMDMgMjAuMzQsMjcuMDMgMjAuMzQsMjcuMDIgMjUsNi41NCAyNSw2LjUyICIvPjwvc3ZnPg==)
    no-repeat center top;
  background-size: 31px 31px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  left: 110px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #programme .programme-single:after {
    left: 85px;
  }
}
@media screen and (max-width: 992px) {
  #programme .programme-single:after {
    content: none;
  }
}
#programme .timeline {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  color: #61c5df;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 7px 40px 7px 24px;
}
@media screen and (max-width: 1199px) {
  #programme .timeline {
    left: -35px;
  }
}
@media screen and (max-width: 992px) {
  #programme .timeline {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 15px;
    color: #ffffff;
    background: #f4d637;
    float: left;
    text-align: center;
  }
}
@media screen and (max-width: 375px) {
  #programme .timeline {
    font-size: 16px;
    padding: 10px;
  }
}
#programme .programme-list-desc {
  position: relative;
  min-height: 242px;
  padding-top: 15px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #programme .programme-list-desc {
    padding-top: 25px;
  }
}
#programme .programme-list-desc h4 {
  margin-top: 0;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 375px) {
  #programme .programme-list-desc h4 {
    font-size: 20px;
  }
}
#programme .programme-list-desc p {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 480px) {
  #programme .programme-list-desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  #programme .programme-list-desc p {
    font-size: 15px;
  }
}
#programme .programme-list-desc .duration {
  position: absolute;
  padding-left: 26px;
  font-size: 16px;
  display: block;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  left: 0;
  bottom: 25px;
}
@media screen and (max-width: 375px) {
  #programme .programme-list-desc .duration {
    position: relative;
    margin-top: 10px;
    bottom: 0;
  }
}
#programme .programme-list-desc .duration:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0LjkzNyIgaGVpZ2h0PSIxNC45NCIgdmlld0JveD0iMCAwIDE0LjkzNyAxNC45NCI+ICA8ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjNjFDNURGOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGQ9Ik0xNC45MzgsNy40NjkgQzE0LjkzOCw5LjUzMiAxNC4yMDgsMTEuMjkzIDEyLjc1MCwxMi43NTEgQzExLjI5MiwxNC4yMDkgOS41MzEsMTQuOTM4IDcuNDY5LDE0LjkzOCBDNS40MDYsMTQuOTM4IDMuNjQ2LDE0LjIwOSAyLjE4OCwxMi43NTEgQzAuNzI5LDExLjI5MyAwLjAwMCw5LjUzMiAwLjAwMCw3LjQ2OSBDMC4wMDAsNS40MDcgMC43MjksMy42NDcgMi4xODgsMi4xODggQzMuNjQ2LDAuNzMwIDUuNDA2LDAuMDAxIDcuNDY5LDAuMDAxIEM5LjUzMSwwLjAwMSAxMS4yOTIsMC43MzAgMTIuNzUwLDIuMTg4IEMxNC4yMDgsMy42NDcgMTQuOTM4LDUuNDA3IDE0LjkzOCw3LjQ2OSBaTTEyLjA0NywyLjg5MSBDMTAuNzg2LDEuNjMxIDkuMjYwLDEuMDAxIDcuNDY5LDEuMDAxIEM1LjY3NywxLjAwMSA0LjE1MSwxLjYzMSAyLjg5MSwyLjg5MSBDMS42MzAsNC4xNTIgMS4wMDAsNS42NzggMS4wMDAsNy40NjkgQzEuMDAwLDkuMjYxIDEuNjMwLDEwLjc4NyAyLjg5MSwxMi4wNDggQzQuMTUxLDEzLjMwOCA1LjY3NywxMy45MzggNy40NjksMTMuOTM4IEM5LjI2MCwxMy45MzggMTAuNzg2LDEzLjMwOCAxMi4wNDcsMTIuMDQ4IEMxMy4zMDcsMTAuNzg3IDEzLjkzOCw5LjI2MSAxMy45MzgsNy40NjkgQzEzLjkzOCw1LjY3OCAxMy4zMDcsNC4xNTIgMTIuMDQ3LDIuODkxIFpNMTAuNzk3LDcuMDc5IEMxMC44OTEsNy4xNzMgMTAuOTM4LDcuMjkzIDEwLjkzOCw3LjQzOCBDMTAuOTM4LDcuNTg0IDEwLjg5MSw3LjcwNCAxMC43OTcsNy43OTggQzEwLjcwMyw3Ljg5MSAxMC41ODMsNy45MzggMTAuNDM4LDcuOTM4IEw3LjQzOCw3LjkzOCBDNy4yOTIsNy45MzggNy4xNzIsNy44OTEgNy4wNzgsNy43OTggQzYuOTg1LDcuNzA0IDYuOTM4LDcuNTg0IDYuOTM4LDcuNDM4IEw2LjkzOCwzLjQzOCBDNi45MzgsMy4yOTMgNi45ODUsMy4xNzMgNy4wNzgsMy4wNzkgQzcuMTcyLDIuOTg1IDcuMjkyLDIuOTM4IDcuNDM4LDIuOTM4IEM3LjU4MywyLjkzOCA3LjcwMywyLjk4NSA3Ljc5NywzLjA3OSBDNy44OTEsMy4xNzMgNy45MzgsMy4yOTMgNy45MzgsMy40MzggTDcuOTM4LDYuOTM4IEwxMC40MzgsNi45MzggTDEwLjQzOCw2LjkzOCBDMTAuNTgzLDYuOTM4IDEwLjcwMyw2Ljk4NSAxMC43OTcsNy4wNzkgWiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+)
    no-repeat 0 0;
  width: 16px;
  height: 17px;
}
#programme .programme-list-desc .location {
  position: absolute;
  padding-left: 23px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 375px) {
  #programme .programme-list-desc .location {
    position: relative;
    margin-top: 10px;
    bottom: 0;
  }
}
#programme .programme-list-desc .location:before {
  position: absolute;
  content: '';
  left: 2px;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  /* IE 9 */
  -webkit-transform: translate(0, -50%);
  /* Safari */
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjExLjIxOSIgaGVpZ2h0PSIxNS45NiIgdmlld0JveD0iMCAwIDExLjIxOSAxNS45NiI+ICA8ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjNjFDNURGOyAgICAgICAgZmlsbC1ydWxlOiBldmVub2RkOyAgICAgIH0gICAgPC9zdHlsZT4gIDwvZGVmcz4gIDxwYXRoIGQ9Ik0zLjAwMSw1LjYwOCBDMy4wMDEsNC44ODkgMy4yNTYsNC4yNzUgMy43NjYsMy43NjQgQzQuMjc3LDMuMjU0IDQuODkxLDIuOTk4IDUuNjEwLDIuOTk4IEM2LjMyOSwyLjk5OCA2Ljk0MywzLjI1NCA3LjQ1NCwzLjc2NCBDNy45NjQsNC4yNzUgOC4yMTksNC44ODkgOC4yMTksNS42MDggQzguMjE5LDYuMzI2IDcuOTY0LDYuOTQxIDcuNDU0LDcuNDUxIEM2Ljk0Myw3Ljk2MiA2LjMyOSw4LjIxNyA1LjYxMCw4LjIxNyBDNC44OTEsOC4yMTcgNC4yNzcsNy45NjIgMy43NjYsNy40NTEgQzMuMjU2LDYuOTQxIDMuMDAxLDYuMzI2IDMuMDAxLDUuNjA4IFpNNC4wMDEsNS42MDggQzQuMDAxLDYuMDU2IDQuMTU3LDYuNDM2IDQuNDY5LDYuNzQ4IEM0Ljc4Miw3LjA2MSA1LjE2Miw3LjIxNyA1LjYxMCw3LjIxNyBDNi4wNTgsNy4yMTcgNi40MzgsNy4wNjEgNi43NTEsNi43NDggQzcuMDYzLDYuNDM2IDcuMjE5LDYuMDU2IDcuMjE5LDUuNjA4IEM3LjIxOSw1LjE2MCA3LjA2Myw0Ljc3OSA2Ljc1MSw0LjQ2NyBDNi40MzgsNC4xNTQgNi4wNTgsMy45OTggNS42MTAsMy45OTggQzUuMTYyLDMuOTk4IDQuNzgyLDQuMTU0IDQuNDY5LDQuNDY3IEM0LjE1Nyw0Ljc3OSA0LjAwMSw1LjE2MCA0LjAwMSw1LjYwOCBaTTQuNzUxLDE1LjE3MCBDNC40MzgsMTQuODA2IDQuMDM3LDE0LjMwMCAzLjU0OCwxMy42NTQgQzMuMDU4LDEzLjAwOSAyLjU2OCwxMi4zMDAgMi4wNzksMTEuNTI5IEMxLjU4OSwxMC43NTkgMS4xNTIsOS45MDAgMC43NjYsOC45NTEgQzAuMzgxLDguMDA0IDAuMTQ2LDcuMTIzIDAuMDYzLDYuMzExIEMwLjAyMSw2LjA2MSAwLjAwMSw1LjgyMSAwLjAwMSw1LjU5MiBDMC4wMDEsNC4wNTAgMC41NDgsMi43MzMgMS42NDEsMS42MzkgQzIuNzM1LDAuNTQ1IDQuMDU4LC0wLjAwMiA1LjYxMCwtMC4wMDIgQzcuMTYyLC0wLjAwMiA4LjQ4NSwwLjU0NSA5LjU3OSwxLjYzOSBDMTAuNjczLDIuNzMzIDExLjIxOSw0LjA1MCAxMS4yMTksNS41OTIgQzExLjIxOSw1LjgwMCAxMS4xOTgsNi4wMjkgMTEuMTU3LDYuMjc5IEMxMS4wNzMsNy4xMTMgMTAuODM0LDguMDA5IDEwLjQzOCw4Ljk2NyBDMTAuMDQyLDkuOTI1IDkuNjI2LDEwLjc2NCA5LjE4OCwxMS40ODMgQzguNzUxLDEyLjIwMSA4LjI1NiwxMi45MzEgNy43MDQsMTMuNjcwIEM3LjE1MiwxNC40MTAgNi43NzEsMTQuOTA0IDYuNTYzLDE1LjE1NCBDNi4zNTUsMTUuNDA0IDYuMTg4LDE1LjU5MiA2LjA2MywxNS43MTcgQzUuOTgwLDE1LjgwMCA1Ljg5NiwxNS44NzMgNS44MTMsMTUuOTM2IEM1Ljc1MSwxNS45NTYgNS42OTgsMTUuOTY3IDUuNjU3LDE1Ljk2NyBDNS42MTUsMTUuOTY3IDUuNTYzLDE1Ljk1NiA1LjUwMSwxNS45MzYgQzUuMzk2LDE1Ljg3MyA1LjMxMywxNS44MDAgNS4yNTEsMTUuNzE3IEM1LjIzMCwxNS43MTcgNS4wNjMsMTUuNTM0IDQuNzUxLDE1LjE3MCBaTTEuMDAxLDUuNTkyIEMxLjAwMSw1Ljc1OSAxLjAxMSw1Ljk1NyAxLjAzMiw2LjE4NiBDMS4xMTUsNi45NTcgMS4zNDksNy43OTUgMS43MzUsOC43MDEgQzIuMTIwLDkuNjA4IDIuNTg0LDEwLjQ2NyAzLjEyNiwxMS4yNzkgQzMuNjY3LDEyLjA5MiA0LjEzMSwxMi43NTQgNC41MTYsMTMuMjY0IEM0LjkwMiwxMy43NzUgNS4yODIsMTQuMjQ4IDUuNjU3LDE0LjY4NiBDNi4wMTEsMTQuMjQ4IDYuMzc2LDEzLjc3NSA2Ljc1MSwxMy4yNjQgQzcuMTI2LDEyLjc1NCA3LjU4NCwxMi4wOTIgOC4xMjYsMTEuMjc5IEM4LjY2NywxMC40NjcgOS4xMjAsOS42MDggOS40ODUsOC43MDEgQzkuODQ5LDcuNzk1IDEwLjA3Myw2Ljk1NyAxMC4xNTcsNi4xODYgQzEwLjE5OCw1Ljk1NyAxMC4yMTksNS43NTkgMTAuMjE5LDUuNTkyIEMxMC4yMTksNC4zMjEgOS43NjYsMy4yMzggOC44NjAsMi4zNDIgQzcuOTU0LDEuNDQ2IDYuODY1LDAuOTk4IDUuNTk0LDAuOTk4IEM0LjMyMywwLjk5OCAzLjI0MCwxLjQ0NiAyLjM0NCwyLjM0MiBDMS40NDgsMy4yMzggMS4wMDEsNC4zMjEgMS4wMDEsNS41OTIgTDEuMDAxLDUuNTkyIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==)
    no-repeat 0 0;
  width: 12px;
  height: 18px;
}
#programme .programme-list-desc .button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  font-size: 12px;
  font-weight: 400;
  padding: 7px 0 9px;
  background: #ffffff;
  border: 1px solid #61c5df;
  transition: all 0.3s ease;
  color: #61c5df;
}
@media screen and (max-width: 375px) {
  #programme .programme-list-desc .button {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
}
#programme .programme-list-desc .button:hover {
  background: #61c5df;
  color: #ffffff;
}
#programme .programme-list-desc .speakers-list span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline;
  color: #b3b3b3;
  letter-spacing: -0.1px;
}
#programme .programme-list-desc .speakers-list p {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline;
  letter-spacing: -0.1px;
  color: #61c5df;
  font-weight: 700;
}
#programme .programme-list-desc .speakers-list p a {
  color: #61c5df;
}

@media screen and (max-width: 767px) {
  .speakers-popup.programme-popup
    .speakers-head
    .content-wrap
    .text-wrap
    .details
    ul {
    padding-left: 0;
  }
}

.speakers-popup.programme-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li
  a {
  color: #ffffff;
}

.programme-wrap {
  width: 100%;
  margin: 0 auto;
}
.programme-wrap .image-wrap {
  float: left;
  width: 40%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .programme-wrap .image-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
.programme-wrap .image-wrap img {
  width: 100%;
}
.programme-wrap .text-wrap {
  float: left;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .programme-wrap .text-wrap {
    width: 100%;
    padding: 0 20px;
  }
}

.programme-popup .speakers-head {
  width: 100%;
  float: left;
  background: #61c5df;
}
@media screen and (max-width: 1199px) {
  .programme-popup .speakers-head .content-wrap .text-wrap {
    padding-bottom: 15px;
  }
}
.programme-popup .speakers-head .content-wrap .text-wrap span.name {
  line-height: 65px;
  font-size: 60px;
}
@media screen and (max-width: 1440px) {
  .programme-popup .speakers-head .content-wrap .text-wrap span.name {
    font-size: 40px;
    line-height: 44px;
  }
}
@media screen and (max-width: 767px) {
  .programme-popup .speakers-head .content-wrap .text-wrap span.name {
    font-size: 30px;
    line-height: 34px;
    margin-top: 20px;
  }
}
.programme-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.speech:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE1Ljg3NSIgaGVpZ2h0PSIxMy45MzciIHZpZXdCb3g9IjAgMCAxNS44NzUgMTMuOTM3Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmZmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggZD0iTTAuOTY4LDEzLjEzNSBDMS40ODksMTIuNDkwIDEuOTE2LDExLjgwMiAyLjI0OSwxMS4wNzMgQzAuNzUwLDkuODAyIC0wLjAwMCw4LjI4MSAtMC4wMDAsNi41MTAgQy0wLjAwMCw0LjcxOSAwLjc3NSwzLjE4NyAyLjMyOCwxLjkxNiBDMy44NzksMC42NDYgNS43NDksMC4wMTAgNy45MzcsMC4wMTAgQzEwLjEyNSwwLjAxMCAxMS45OTQsMC42NDYgMTMuNTQ2LDEuOTE2IEMxNS4wOTgsMy4xODcgMTUuODc0LDQuNzE5IDE1Ljg3NCw2LjUxMCBDMTUuODc0LDguMzAyIDE1LjA5OCw5LjgzOCAxMy41NDYsMTEuMTE5IEMxMS45OTQsMTIuNDAxIDEwLjEyNSwxMy4wNDEgNy45MzcsMTMuMDQxIEM3LjIyOSwxMy4wNDEgNi4zNzUsMTIuOTU4IDUuMzc1LDEyLjc5MSBDNC4wNjIsMTMuNTYyIDIuNzE4LDEzLjk0OCAxLjM0MywxMy45NDggQzEuMTM1LDEzLjk0OCAwLjk4NCwxMy44NTQgMC44OTAsMTMuNjY2IEMwLjc5NiwxMy40NzkgMC44MjIsMTMuMzAyIDAuOTY4LDEzLjEzNSBMMC45NjgsMTMuMTM1IFpNMy4xNTYsMTAuNTEwIEMzLjM2NCwxMC42NTYgMy40MTYsMTAuODQ0IDMuMzEyLDExLjA3MyBDMy4wODMsMTEuNjk4IDIuNzgxLDEyLjMwMiAyLjQwNiwxMi44ODUgQzMuMjM5LDEyLjc0MCA0LjEwNCwxMi4zOTYgNS4wMDAsMTEuODU0IEM1LjEyNSwxMS43OTEgNS4yNDksMTEuNzcxIDUuMzc1LDExLjc5MSBDNi4yMjksMTEuOTU4IDcuMDgzLDEyLjA0MSA3LjkzNywxMi4wNDEgQzkuODU0LDEyLjA0MSAxMS40ODksMTEuNTAwIDEyLjg0MywxMC40MTYgQzE0LjE5Nyw5LjMzMyAxNC44NzQsOC4wMzEgMTQuODc0LDYuNTEwIEMxNC44NzQsNC45OTAgMTQuMTk3LDMuNjkzIDEyLjg0MywyLjYxOSBDMTEuNDg5LDEuNTQ3IDkuODU0LDEuMDEwIDcuOTM3LDEuMDEwIEM2LjAyMCwxLjAxMCA0LjM4NSwxLjU0NyAzLjAzMSwyLjYxOSBDMS42NzYsMy42OTMgMS4wMDAsNC45OTAgMS4wMDAsNi41MTAgQzEuMDAwLDguMDczIDEuNzE4LDkuNDA2IDMuMTU2LDEwLjUxMCBMMy4xNTYsMTAuNTEwIFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==')
    no-repeat center;
  background-size: 17px 17px;
}
.programme-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.date:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPiAgPGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEgeyAgICAgICAgZmlsbDogI2ZmZmZmZjsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBkPSJNMTYuMDAxLDIuODE2IEwxNi4wMDEsMy4wOTcgTDE2LjAwMSw2LjIyMiBMMTYuMDAxLDE1LjAwMyBDMTYuMDAxLDE1LjI3NCAxNS45MDIsMTUuNTA4IDE1LjcwNCwxNS43MDYgQzE1LjUwNiwxNS45MDQgMTUuMjcxLDE2LjAwMyAxNS4wMDEsMTYuMDAzIEwxLjAwMSwxNi4wMDMgQzAuNzMwLDE2LjAwMyAwLjQ5NSwxNS45MDQgMC4yOTgsMTUuNzA2IEMwLjA5OSwxNS41MDggMC4wMDEsMTUuMjc0IDAuMDAxLDE1LjAwMyBMMC4wMDEsNi4yMjIgTDAuMDAxLDMuMDk3IEwwLjAwMSwyLjgxNiBMMC4wNjMsMi44MTYgQzAuMjA5LDIuMzM3IDAuNTIxLDIuMDk3IDEuMDAxLDIuMDk3IEwyLjAwMSwyLjA5NyBMMi4wMDEsMy4wOTcgTDIuMDAxLDMuNjU5IEMyLjAwMSw0LjA3NiAyLjE0Niw0LjQzMCAyLjQzOCw0LjcyMiBDMi43MzAsNS4wMTQgMy4wODQsNS4xNTkgMy41MDEsNS4xNTkgQzMuOTE3LDUuMTU5IDQuMjcxLDUuMDE0IDQuNTYzLDQuNzIyIEM0Ljg1NSw0LjQzMCA1LjAwMSw0LjA3NiA1LjAwMSwzLjY1OSBMNS4wMDEsMy4wOTcgTDUuMDAxLDIuMDk3IEwxMS4wMDEsMi4wOTcgTDExLjAwMSwzLjA5NyBMMTEuMDAxLDMuNjU5IEMxMS4wMDEsNC4wNzYgMTEuMTQ2LDQuNDMwIDExLjQzOCw0LjcyMiBDMTEuNzMwLDUuMDE0IDEyLjA4NCw1LjE1OSAxMi41MDEsNS4xNTkgQzEyLjkxNyw1LjE1OSAxMy4yNzEsNS4wMTQgMTMuNTYzLDQuNzIyIEMxMy44NTUsNC40MzAgMTQuMDAxLDQuMDc2IDE0LjAwMSwzLjY1OSBMMTQuMDAxLDMuMDk3IEwxNC4wMDEsMi4wOTcgTDE1LjAwMSwyLjA5NyBDMTUuNDgwLDIuMDk3IDE1Ljc5MiwyLjMzNyAxNS45MzgsMi44MTYgTDE2LjAwMSwyLjgxNiBaTTE1LjAwMSw3LjAwMyBMMS4wMDEsNy4wMDMgTDEuMDAxLDE1LjAwMyBMMTUuMDAxLDE1LjAwMyBMMTUuMDAxLDcuMDAzIFpNMy4wMDEsMy42NTkgTDMuMDAxLDAuNTAzIEMzLjAwMSwwLjM1OCAzLjA0OCwwLjIzOCAzLjE0MSwwLjE0NCBDMy4yMzUsMC4wNTAgMy4zNDksMC4wMDMgMy40ODUsMC4wMDMgQzMuNjIwLDAuMDAzIDMuNzQwLDAuMDUwIDMuODQ0LDAuMTQ0IEMzLjk0OCwwLjIzOCA0LjAwMSwwLjM1OCA0LjAwMSwwLjUwMyBMNC4wMDEsMy42NTkgQzQuMDAxLDMuODA1IDMuOTQ4LDMuOTI1IDMuODQ0LDQuMDE5IEMzLjc0MCw0LjExMyAzLjYyMCw0LjE1OSAzLjQ4NSw0LjE1OSBDMy4zNDksNC4xNTkgMy4yMzUsNC4xMTMgMy4xNDEsNC4wMTkgQzMuMDQ4LDMuOTI1IDMuMDAxLDMuODA1IDMuMDAxLDMuNjU5IEwzLjAwMSwzLjY1OSBaTTEyLjAwMSwzLjY1OSBMMTIuMDAxLDAuNTAzIEMxMi4wMDEsMC4zNTggMTIuMDQ4LDAuMjM4IDEyLjE0MSwwLjE0NCBDMTIuMjM1LDAuMDUwIDEyLjM1NSwwLjAwMyAxMi41MDEsMC4wMDMgQzEyLjY0NiwwLjAwMyAxMi43NjYsMC4wNTAgMTIuODYwLDAuMTQ0IEMxMi45NTQsMC4yMzggMTMuMDAxLDAuMzU4IDEzLjAwMSwwLjUwMyBMMTMuMDAxLDMuNjU5IEMxMy4wMDEsMy44MDUgMTIuOTU0LDMuOTI1IDEyLjg2MCw0LjAxOSBDMTIuNzY2LDQuMTEzIDEyLjY0Niw0LjE1OSAxMi41MDEsNC4xNTkgQzEyLjM1NSw0LjE1OSAxMi4yMzUsNC4xMTMgMTIuMTQxLDQuMDE5IEMxMi4wNDgsMy45MjUgMTIuMDAxLDMuODA1IDEyLjAwMSwzLjY1OSBMMTIuMDAxLDMuNjU5IFoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==')
    no-repeat center;
  background-size: 17px 17px;
}
.programme-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.time:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE0LjkzNyIgaGVpZ2h0PSIxNC45MzciIHZpZXdCb3g9IjAgMCAxNC45MzcgMTQuOTM3Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmZmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggZD0iTTE0LjkzOCw3LjQ3MSBDMTQuOTM4LDkuNTM0IDE0LjIwOCwxMS4yOTUgMTIuNzUwLDEyLjc1MyBDMTEuMjkyLDE0LjIxMSA5LjUzMSwxNC45NDAgNy40NjksMTQuOTQwIEM1LjQwNiwxNC45NDAgMy42NDYsMTQuMjExIDIuMTg4LDEyLjc1MyBDMC43MjksMTEuMjk1IDAuMDAwLDkuNTM0IDAuMDAwLDcuNDcxIEMwLjAwMCw1LjQwOSAwLjcyOSwzLjY0OSAyLjE4OCwyLjE5MCBDMy42NDYsMC43MzIgNS40MDYsMC4wMDMgNy40NjksMC4wMDMgQzkuNTMxLDAuMDAzIDExLjI5MiwwLjczMiAxMi43NTAsMi4xOTAgQzE0LjIwOCwzLjY0OSAxNC45MzgsNS40MDkgMTQuOTM4LDcuNDcxIFpNMTIuMDQ3LDIuODkzIEMxMC43ODYsMS42MzMgOS4yNjAsMS4wMDMgNy40NjksMS4wMDMgQzUuNjc3LDEuMDAzIDQuMTUxLDEuNjMzIDIuODkxLDIuODkzIEMxLjYzMCw0LjE1NCAxLjAwMCw1LjY4MCAxLjAwMCw3LjQ3MSBDMS4wMDAsOS4yNjMgMS42MzAsMTAuNzg5IDIuODkxLDEyLjA1MCBDNC4xNTEsMTMuMzEwIDUuNjc3LDEzLjk0MCA3LjQ2OSwxMy45NDAgQzkuMjYwLDEzLjk0MCAxMC43ODYsMTMuMzEwIDEyLjA0NywxMi4wNTAgQzEzLjMwNywxMC43ODkgMTMuOTM4LDkuMjYzIDEzLjkzOCw3LjQ3MSBDMTMuOTM4LDUuNjgwIDEzLjMwNyw0LjE1NCAxMi4wNDcsMi44OTMgWk0xMC43OTcsNy4wODEgQzEwLjg5MSw3LjE3NSAxMC45MzgsNy4yOTUgMTAuOTM4LDcuNDQwIEMxMC45MzgsNy41ODYgMTAuODkxLDcuNzA2IDEwLjc5Nyw3LjgwMCBDMTAuNzAzLDcuODkzIDEwLjU4Myw3Ljk0MCAxMC40MzgsNy45NDAgTDcuNDM4LDcuOTQwIEM3LjI5Miw3Ljk0MCA3LjE3Miw3Ljg5MyA3LjA3OCw3LjgwMCBDNi45ODUsNy43MDYgNi45MzgsNy41ODYgNi45MzgsNy40NDAgTDYuOTM4LDMuNDQwIEM2LjkzOCwzLjI5NSA2Ljk4NSwzLjE3NSA3LjA3OCwzLjA4MSBDNy4xNzIsMi45ODcgNy4yOTIsMi45NDAgNy40MzgsMi45NDAgQzcuNTgzLDIuOTQwIDcuNzAzLDIuOTg3IDcuNzk3LDMuMDgxIEM3Ljg5MSwzLjE3NSA3LjkzOCwzLjI5NSA3LjkzOCwzLjQ0MCBMNy45MzgsNi45NDAgTDEwLjQzOCw2Ljk0MCBMMTAuNDM4LDYuOTQwIEMxMC41ODMsNi45NDAgMTAuNzAzLDYuOTg3IDEwLjc5Nyw3LjA4MSBaIiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=')
    no-repeat center;
  background-size: 17px 17px;
}
.programme-popup
  .speakers-head
  .content-wrap
  .text-wrap
  .details
  ul
  li.speach-place:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjExLjIxOSIgaGVpZ2h0PSIxNS45NjkiIHZpZXdCb3g9IjAgMCAxMS4yMTkgMTUuOTY5Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmZmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggZD0iTTMuMDAxLDUuNjEzIEMzLjAwMSw0Ljg5NCAzLjI1Niw0LjI4MCAzLjc2NiwzLjc2OSBDNC4yNzcsMy4yNTkgNC44OTEsMy4wMDMgNS42MTAsMy4wMDMgQzYuMzI5LDMuMDAzIDYuOTQzLDMuMjU5IDcuNDU0LDMuNzY5IEM3Ljk2NCw0LjI4MCA4LjIxOSw0Ljg5NCA4LjIxOSw1LjYxMyBDOC4yMTksNi4zMzEgNy45NjQsNi45NDYgNy40NTQsNy40NTYgQzYuOTQzLDcuOTY3IDYuMzI5LDguMjIyIDUuNjEwLDguMjIyIEM0Ljg5MSw4LjIyMiA0LjI3Nyw3Ljk2NyAzLjc2Niw3LjQ1NiBDMy4yNTYsNi45NDYgMy4wMDEsNi4zMzEgMy4wMDEsNS42MTMgWk00LjAwMSw1LjYxMyBDNC4wMDEsNi4wNjEgNC4xNTcsNi40NDEgNC40NjksNi43NTMgQzQuNzgyLDcuMDY2IDUuMTYyLDcuMjIyIDUuNjEwLDcuMjIyIEM2LjA1OCw3LjIyMiA2LjQzOCw3LjA2NiA2Ljc1MSw2Ljc1MyBDNy4wNjMsNi40NDEgNy4yMTksNi4wNjEgNy4yMTksNS42MTMgQzcuMjE5LDUuMTY1IDcuMDYzLDQuNzg0IDYuNzUxLDQuNDcyIEM2LjQzOCw0LjE1OSA2LjA1OCw0LjAwMyA1LjYxMCw0LjAwMyBDNS4xNjIsNC4wMDMgNC43ODIsNC4xNTkgNC40NjksNC40NzIgQzQuMTU3LDQuNzg0IDQuMDAxLDUuMTY1IDQuMDAxLDUuNjEzIFpNNC43NTEsMTUuMTc1IEM0LjQzOCwxNC44MTEgNC4wMzcsMTQuMzA1IDMuNTQ4LDEzLjY1OSBDMy4wNTgsMTMuMDE0IDIuNTY4LDEyLjMwNSAyLjA3OSwxMS41MzQgQzEuNTg5LDEwLjc2NCAxLjE1Miw5LjkwNSAwLjc2Niw4Ljk1NiBDMC4zODEsOC4wMDkgMC4xNDYsNy4xMjggMC4wNjMsNi4zMTYgQzAuMDIxLDYuMDY2IDAuMDAxLDUuODI2IDAuMDAxLDUuNTk3IEMwLjAwMSw0LjA1NSAwLjU0OCwyLjczOCAxLjY0MSwxLjY0NCBDMi43MzUsMC41NTAgNC4wNTgsMC4wMDMgNS42MTAsMC4wMDMgQzcuMTYyLDAuMDAzIDguNDg1LDAuNTUwIDkuNTc5LDEuNjQ0IEMxMC42NzMsMi43MzggMTEuMjE5LDQuMDU1IDExLjIxOSw1LjU5NyBDMTEuMjE5LDUuODA1IDExLjE5OCw2LjAzNCAxMS4xNTcsNi4yODQgQzExLjA3Myw3LjExOCAxMC44MzQsOC4wMTQgMTAuNDM4LDguOTcyIEMxMC4wNDIsOS45MzAgOS42MjYsMTAuNzY5IDkuMTg4LDExLjQ4OCBDOC43NTEsMTIuMjA2IDguMjU2LDEyLjkzNiA3LjcwNCwxMy42NzUgQzcuMTUyLDE0LjQxNSA2Ljc3MSwxNC45MDkgNi41NjMsMTUuMTU5IEM2LjM1NSwxNS40MDkgNi4xODgsMTUuNTk3IDYuMDYzLDE1LjcyMiBDNS45ODAsMTUuODA1IDUuODk2LDE1Ljg3OCA1LjgxMywxNS45NDEgQzUuNzUxLDE1Ljk2MSA1LjY5OCwxNS45NzIgNS42NTcsMTUuOTcyIEM1LjYxNSwxNS45NzIgNS41NjMsMTUuOTYxIDUuNTAxLDE1Ljk0MSBDNS4zOTYsMTUuODc4IDUuMzEzLDE1LjgwNSA1LjI1MSwxNS43MjIgQzUuMjMwLDE1LjcyMiA1LjA2MywxNS41MzkgNC43NTEsMTUuMTc1IFpNMS4wMDEsNS41OTcgQzEuMDAxLDUuNzY0IDEuMDExLDUuOTYyIDEuMDMyLDYuMTkxIEMxLjExNSw2Ljk2MiAxLjM0OSw3LjgwMCAxLjczNSw4LjcwNiBDMi4xMjAsOS42MTMgMi41ODQsMTAuNDcyIDMuMTI2LDExLjI4NCBDMy42NjcsMTIuMDk3IDQuMTMxLDEyLjc1OSA0LjUxNiwxMy4yNjkgQzQuOTAyLDEzLjc4MCA1LjI4MiwxNC4yNTMgNS42NTcsMTQuNjkxIEM2LjAxMSwxNC4yNTMgNi4zNzYsMTMuNzgwIDYuNzUxLDEzLjI2OSBDNy4xMjYsMTIuNzU5IDcuNTg0LDEyLjA5NyA4LjEyNiwxMS4yODQgQzguNjY3LDEwLjQ3MiA5LjEyMCw5LjYxMyA5LjQ4NSw4LjcwNiBDOS44NDksNy44MDAgMTAuMDczLDYuOTYyIDEwLjE1Nyw2LjE5MSBDMTAuMTk4LDUuOTYyIDEwLjIxOSw1Ljc2NCAxMC4yMTksNS41OTcgQzEwLjIxOSw0LjMyNiA5Ljc2NiwzLjI0MyA4Ljg2MCwyLjM0NyBDNy45NTQsMS40NTEgNi44NjUsMS4wMDMgNS41OTQsMS4wMDMgQzQuMzIzLDEuMDAzIDMuMjQwLDEuNDUxIDIuMzQ0LDIuMzQ3IEMxLjQ0OCwzLjI0MyAxLjAwMSw0LjMyNiAxLjAwMSw1LjU5NyBMMS4wMDEsNS41OTcgWiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+')
    no-repeat center;
  background-size: 13px 17px;
}

.programme-popup .speakers-body {
  width: 100%;
  float: left;
}

#sub-form {
  font-family: 'Roboto', sans-serif;
  /************************************

			  CHECKBOX

  *************************************/
  /************************************

			  RADIO

  *************************************/
}
#sub-form .form-heading {
  color: #61c5df;
}
#sub-form .form-group {
  margin-bottom: 20px;
}
#sub-form .form-group input {
  width: 100%;
}
#sub-form .double.radio-sec .form-group > div {
  width: 80px;
  float: left;
  margin-right: 20px;
}
#sub-form .double .form-group input {
  /*width: 175px;*/
}
#sub-form .form-group > label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  color: #b3b3b3;
  display: block;
  margin-bottom: 15px;
}
#sub-form input[type='text'],
#sub-form input[type='email'] {
  padding: 5px 11px;
  line-height: 24px;
  /*width: 384px;*/
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 3px solid #eee;
  /*width: 100%;*/
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  background: transparent;
}
#sub-form input[type='text']:focus,
#sub-form input[type='text']:active {
  border-color: #61c5df;
  outline: none;
}
#sub-form input[type='email']:focus,
#sub-form input[type='email']:active {
  border-color: #61c5df;
  outline: none;
}
#sub-form input[type='text'].error,
#sub-form input[type='email'].error {
  border-color: #ca452b;
}
#form input[type='text'].error,
#form input[type='email'].error {
  border-color: #ca452b;
}

#sub-form input::-webkit-input-placeholder {
  opacity: 1;
}
#sub-form input::-moz-placeholder {
  opacity: 1;
}
#sub-form input:-ms-input-placeholder {
  opacity: 1;
}
#sub-form input:-moz-placeholder {
  opacity: 1;
}
#sub-form .controls .form-group {
  border-top: 1px solid #d8d8d8;
  padding-top: 30px;
}
#sub-form .btn {
  border-radius: 0px;
  background-color: #13958b;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 25px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  display: block;
  text-align: center;
  border: none;
  outline: 0;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #61c5df 50%, #37b5d6 50%);
  transition: background-position 0.5s;
  text-decoration: none;
  color: #fff;
}
#sub-form .btn:hover {
  background-position: 100% 0;
  border: none;
  outline: 0;
  text-decoration: none;
}
#sub-form .required-content {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
#sub-form .required-content a {
  padding: 0;
  color: #61c5df;
}
#sub-form .form-section {
  display: none;
}
#sub-form .form-section.active-sec {
  display: block;
}
#sub-form .end-section {
  display: none;
}
#sub-form .end-section.active-sec {
  display: block;
}
#sub-form input[type='checkbox'].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#sub-form input[type='checkbox'].css-checkbox + label.css-label {
  padding-left: 44px;
  display: inline-block;
  line-height: 19px;
  padding-top: 4px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  color: #232320;
  text-align: left;
  margin-bottom: 25px;
  font-weight: 400;
  text-transform: none;
}
#sub-form input[type='checkbox'].css-checkbox + label.css-label a {
  color: #232320;
  text-decoration: none;
}
#sub-form input[type='checkbox'].css-checkbox + label.css-label a:hover {
  text-decoration: underline;
}
#sub-form label.css-label {
  position: relative;
}
#sub-form label.css-label small {
  top: -25px;
  position: relative;
  color: #858584;
}
@media screen and (max-width: 670px) {
  #sub-form label.css-label small {
    top: 0;
  }
}
#sub-form label.css-label:before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: '';
  top: 6px;
  left: 0;
  border: 1px solid #acacac;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 0px;
}
#sub-form label.css-label.error:before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: '';
  top: 6px;
  left: 0;
  border: 1px solid #ca452b;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 0px;
}
#sub-form input[type='checkbox'].css-checkbox:checked + label.css-label:before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: '';
  top: 6px;
  left: 0;
  border: 1px solid #bfbfbf;
  transition: all 0.3s ease-in;
  border-radius: 0px;
}
#sub-form label.css-label:after {
  position: absolute;
  width: 17px;
  height: 17px;
  content: '';
  top: 15px;
  left: 9px;
  background: none;
  transition: all 0.3s ease-in;
  transform: scale(0, 0);
}
#sub-form input[type='checkbox'].css-checkbox:checked + label.css-label:after {
  background: url('../img/checked.svg') no-repeat scroll 0 0;
  position: absolute;
  width: 17px;
  height: 17px;
  content: '';
  top: 15px;
  left: 9px;
  transition: all 0.3s ease-in;
  transform: scale(1, 1);
}
#sub-form label.css-label.small:before,
#sub-form
  input[type='checkbox'].css-checkbox:checked
  + label.css-label.small:after {
  width: 22px !important;
  height: 22px !important;
}
#sub-form
  input[type='checkbox'].css-checkbox:checked
  + label.css-label.small:after {
  top: 9px;
  left: 3px;
}
#sub-form input[type='checkbox'].css-checkbox + label.css-label.small {
  padding-left: 34px;
  padding-top: 9px;
}
#sub-form .radio-sec input[type='radio'].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#sub-form .radio-sec input[type='radio'].css-checkbox + label.css-label {
  padding-left: 33px;
  height: 30px;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  color: #232320;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 670px) {
  #sub-form .radio-sec input[type='radio'].css-checkbox + label.css-label {
    line-height: 1em;
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #sub-form .radio-sec input[type='radio'].css-checkbox + label.css-label {
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  #sub-form .radio-sec input[type='radio'].css-checkbox + label.css-label {
    padding-top: 12px;
    height: 60px;
  }
}
#sub-form .radio-sec input[type='radio'].css-checkbox + label.css-label a {
  color: #85bf68;
}
#sub-form .radio-sec label.css-label {
  position: relative;
}
#sub-form .radio-sec label.css-label:before {
  position: absolute;
  width: 24px;
  height: 24px;
  content: '';
  top: 15px;
  left: 0;
  border: 1px solid #acacac;
  border-radius: 0;
  transition: all 0.3s ease;
  background: #fff;
}
#sub-form .radio-sec label.css-label.error:before {
  position: absolute;
  width: 24px;
  height: 24px;
  content: '';
  top: 15px;
  left: 0;
  border: 1px solid #ca452b;
  border-radius: 0;
  transition: all 0.3s ease;
  background: #fff;
}
#form .error + label:before {
  border-color: #ca452b;
} 
#sub-form
  .radio-sec
  input[type='radio'].css-checkbox:checked
  + label.css-label:before {
  position: absolute;
  width: 24px;
  height: 24px;
  content: '';
  top: 15px;
  left: 0;
  border: 1px solid #acacac;
  border-radius: 0;
  transition: all 0.3s ease-in;
}
#sub-form .radio-sec label.css-label:after {
  position: absolute;
  width: 17px;
  height: 17px;
  content: '';
  top: 13px;
  left: 6px;
  background: none;
  transition: all 0.3s ease-in;
  transform: scale(0, 0);
}
#sub-form
  .radio-sec
  input[type='radio'].css-checkbox:checked
  + label.css-label:after {
  background-color: #61c5df;
  position: absolute;
  width: 18px;
  height: 18px;
  content: '';
  top: 18px;
  left: 3px;
  transition: all 0.3s ease-in;
  border-radius: 0;
  transform: scale(1, 1);
}
@media (max-width: 473px) {
  #sub-form .main {
    width: 100%;
  }
  #sub-form .header {
    width: 100%;
    height: auto;
    border: 0;
  }
  #sub-form h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #sub-form .content-section {
    width: 100%;
    padding: 0 0 30px;
    border: 0;
  }
  #sub-form form {
    float: left;
    width: 100%;
  }
  #sub-form .double .form-group {
    width: 100%;
  }
  #sub-form .double .form-group input {
    width: 90%;
  }
  #sub-form input[type='text'],
  #sub-form input[type='email'] {
    width: 90%;
  }
  #sub-form .controls .form-group {
    width: 100%;
  }
  #sub-form input.css-checkbox[type='checkbox'] + label.css-label {
    width: 90%;
  }
  #sub-form .btn {
    float: left;
    width: 100%;
  }
}
#sub-form .student,
#sub-form .podjetje {
  display: none;
}
#sub-form .small {
  font-size: 11px;
}
#sub-form .osebna .controls label.css-label.error {
  color: #ca452b;
}

#file_input {
  height: 40px;
  font-size: 16px;
}

.editor-text.green a,
.editor-text.green h1,
.editor-text.green h2,
.editor-text.green h3,
.editor-text.green h4,
.editor-text.green ol li::after {
  color: #ee576a;
}

.page_websidan .end-section span {
  color: #ef65a5;
  font-size: 25px;
  padding-bottom: 10px;
  display: block;
}

.page_websidan .end-section a {
  color: #ef65a5;
}
.page_websidan .end-section a :hover {
  text-decoration: underline;
}

.prices-subpage {
  background-color: #d9d9d9;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-top: 100px;
}
.prices-subpage:after {
  background-color: #d9d9d9;
  content: '';
  bottom: -100px;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
}
.prices-subpage ul {
  padding: 0;
  margin: 0;
}
.prices-subpage ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #b3b3b3;
  letter-spacing: -0.04px;
  padding-left: 35px;
  position: relative;
  list-style: none;
}
.prices-subpage ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #61c5df;
  position: absolute;
  left: 10px;
  top: 14px;
}
.prices-subpage p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #333;
  letter-spacing: -0.04px;
}

.add-projects {
  background-color: #232320;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.add-projects header .col-md-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 545px) {
  .add-projects header .col-md-12 {
    flex-direction: column;
  }
}
.add-projects header {
  height: 100px !important;
  background-color: #d5b22e;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  color: #1f1e1f;
}
@media screen and (max-width: 545px) {
  .add-projects header {
    height: auto !important;
    padding-top: 10px;
  }
}
.add-projects header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .add-projects header .flex {
    display: block;
  }
}
.add-projects header .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .add-projects header .logo {
    justify-content: center;
  }
}
.add-projects header .logo a {
  display: block;
  width: 138px;
  height: 60px;
  background: url('../img/logo-2025-white.svg') no-repeat center / contain;
}
.add-projects header .logo img {
  float: left;
  width: 140px;

  display: none;
}
.add-projects header .logout-prijava {
  float: right;
  color: #61c5df;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 25px;
}
.add-projects header .logout-prijava:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .add-projects header .container {
    width: 100%;
  }
}
.add-projects button {
  text-transform: uppercase;
}
.add-projects footer .copyright {
  color: #b3b3b3;
}
.add-projects .text-wrap {
  margin: 0 auto;
  width: 100%;
}
.add-projects .text-wrap p {
  font-size: 17px;
}
.add-projects .text-wrap p a {
  text-decoration: underline;
  color: #d5b22e;
}
.add-projects .text-wrap .highlight {
  color: #d5b22e;
  font-weight: 700;
  padding: 0 8px;
  font-size: 21px;
}
.add-projects .text-wrap ol li {
  color: #fff;
}
.add-projects ul {
  padding: 0;
  margin: 0;
}
.add-projects ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  letter-spacing: -0.04px;
  position: relative;
  list-style: none;
  font-family: 'Roboto', sans-serif;
}
.add-projects ul li + li {
  margin-top: 12px;
}
.add-projects ol {
  padding: 0;
  margin: 0;
}
.add-projects ol li {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #b3b3b3;
  letter-spacing: -0.04px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  list-style-position: inside;
}
.add-projects ol li::marker {
  color: #fff;
  font-weight: 700;
}
.add-projects ol li + li {
  margin-top: 12px;
}
.add-projects p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
  color: lightgrey;
  font-family: 'Roboto', sans-serif;
}
.add-projects p a,
.add-projects li a {
  text-decoration: underline;
}
.add-projects #cookieAlert h3 {
  color: #d5b22e !important;
}
.add-projects #cookieAlert p {
  color: white;
}
.add-projects #cookieAlert p a {
  color: #d5b22e !important;
}
.add-projects .new-btn {
  padding: 12px 70px;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
}

.add-projects #cookieAlert {
  background-color: #232320 !important;
  border: 1px solid white;
}

.prijava-header-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .prijava-header-wrap {
    display: block;
    width: 100%;
  }
}

.bl-headline-login {
  background: url('../img/prijave_bg_2020_blurred.jpg') no-repeat center center;
  background-size: cover;
  height: 680px;
  padding-top: 210px;
  margin-top: -143px;
  position: relative;
  filter: grayscale(1);
}
.bl-headline-login__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;

  background-color: #1f1e1f;
  opacity: 0.8;
}
@media screen and (max-width: 991px) {
  .bl-headline-login {
    padding-top: 180px;
  }
}
.bl-headline-login h1 {
  letter-spacing: -0.09px;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 22px;
  margin-bottom: 25px;
  color: white;
  text-align: center;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 480px) {
  .bl-headline-login h1 {
    font-size: 40px;
  }
}
.bl-headline-login h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 3px;
  max-width: 450px;
  width: 100%;
  background-color: #ffffff;
  transform: translate(-50%, 0);
}
.bl-headline-login p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.bl-headline-login p a {
  color: white;
  text-decoration: underline;
}
.bl-headline-login p a:hover {
  text-decoration: none;
}

.bl-login {
  margin-top: -225px;
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  .bl-login {
    margin-top: -175px;
  }
}
.bl-login .box-2 {
  background-color: #1f1e1f;
  border-radius: 10px;
  padding: 35px;
}
@media screen and (max-width: 991px) {
  .bl-login .box-2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bl-login .box-2 {
    padding: 25px 15px;
  }
}
.bl-login h2 {
  color: #d5b22e;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  margin: 15px 0 45px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 480px) {
  .bl-login h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.bl-login .form-group {
  margin-bottom: 30px;
}
.bl-login .form-group .form-control {
  border-radius: 0;
}
.bl-login .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #d7d7d7;
}
.bl-login .form-group.has-error .form-control {
  border-radius: 0;
  border: 1px solid #ef65a5;
  box-shadow: none;
}
.bl-login .form-group.has-error .control-label {
  color: #b3b3b3;
}
.bl-login label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.bl-login input {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  letter-spacing: -0.03px;
  font-size: 18px;
  font-weight: 400;
  color: #232320;
  transition: all 300ms ease-out;
}
.bl-login input.error {
  border: 1px solid #ef65a5;
}
.bl-login button {
  width: 100%;
}
.bl-login .forgot-password-label {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  display: block;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.bl-login .warn {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03px;
  color: #b3b3b3;
  display: block;
  text-align: right;
  margin-top: 10px;
}

.modal-content .forgot-password-label {
  color: #ee576a;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  display: block;
  text-align: right;
  margin-top: 10px;
  cursor: pointer;
}

#delete_project .modal-commands,
#save_project .modal-commands,
#default_project .modal-commands {
  margin-top: 65px;
  margin-bottom: 30px;
}
#delete_project .modal-commands button,
#save_project .modal-commands button,
#default_project .modal-commands button {
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  #delete_project .modal-commands button,
  #save_project .modal-commands button,
  #default_project .modal-commands button {
    margin-bottom: 10px;
  }
}

#prices-modal .close {
  position: absolute;
  top: 44px;
  right: 15px;
  border: 0;
  padding: 10px;
  z-index: 1;
  background: transparent;
}
#prices-modal .close span {
  color: #d5b22e;
  font-weight: 700;
  font-size: 50px;
  line-height: 11px;
}

#prices-modal .close-bottom {
  position: relative;
  margin: 0 auto;
  padding: 12px 52px;
  margin-bottom: 80px;
  font-weight: 600;
  background-color: #d5b22e;
}
#prices-modal .close-bottom:hover {
  background-color: #d96628;
}

#prices-modal .modal-dialog {
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #prices-modal .modal-dialog {
    width: 98%;
    top: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-height: 1200px) {
  #prices-modal .modal-dialog {
    top: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  #prices-modal .modal-dialog {
    width: 97%;
  }
}
@media screen and (max-width: 480px) {
  #prices-modal .modal-dialog {
    margin: 0;
    left: 1%;
  }
}

#prices-modal .modal-content {
  padding: 40px 0 0;
  color: #fff;
}

#prices-modal h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  margin: 0 0 45px;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #prices-modal h2 {
    max-width: 80%;
  }
}

#prices-modal .extra-detail {
  margin-bottom: 50px;
}

#password .modal-dialog,
#save_project .modal-dialog,
#delete_project .modal-dialog,
#default_project .modal-dialog {
  max-width: 555px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#password .modal-content,
#save_project .modal-content,
#delete_project .modal-content,
#default_project .modal-content {
  padding: 50px 40px 20px;
  border-radius: 10px;
}

#password .form-group,
#save_project .form-group,
#delete_project .form-group,
#default_project .form-group {
  margin-bottom: 30px;
}

#password h3,
#save_project h3,
#delete_project h3,
#default_project h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  margin: 0 0 45px;
  font-family: 'Roboto Condensed', sans-serif;
}

#password label,
#save_project label,
#delete_project label,
#default_project label {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}

#password input,
#save_project input,
#delete_project input,
#default_project input {
  border: 1px solid #fff;
  background-color: transparent;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  letter-spacing: -0.03px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

#password button,
#save_project button,
#delete_project button,
#default_project button {
  width: 100%;
}

.bl-packages-desc,
.bl-your-projects {
  padding: 60px 0 60px;
}
@media screen and (max-width: 480px) {
  .bl-packages-desc,
  .bl-your-projects {
    padding: 40px 0 40px;
  }
}
.bl-packages-desc h2,
.bl-your-projects h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 25px;
}
@media screen and (max-width: 480px) {
  .bl-packages-desc h2,
  .bl-your-projects h2 {
    font-size: 18px;
  }
}

.bl-your-projects {
  padding-top: 0;
  padding-bottom: 80px;
}

.bl-heading h2 {
  color: #279eb9;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  margin: 0 0 55px;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 480px) {
  .bl-heading h2 {
    font-size: 30px;
  }
}

.package-single {
  margin-bottom: 30px;
  background-color: #ffffff;
  position: relative;
  color: #232320;
}
@media screen and (max-width: 991px) {
  .package-single {
    margin-bottom: 60px;
  }
}
.package-single .websi-icon-logo {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: -27px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #ffffff;
  background-color: #eeeeee;

  display: none;
}
.package-single .websi-icon-logo:after {
  background: url('../img/2021/2021_mini_logo.svg') no-repeat center/contain;
  content: '';
  position: absolute;
  top: -20%;
  left: 2%;
  z-index: 5;
  width: 49px;
  height: 55px;
}
.package-single .package-title {
  background: #d5b22e;
  min-height: 138px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #232320;
}
.package-single .package-title h3 {
  font-size: 30px;
  color: #232320;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .package-single .package-title h3 {
    font-size: 24px;
  }
}
.package-single .prices {
  padding: 25px 35px 20px;
}
.package-single .prices h4 {
  display: block;
  color: #232320;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.03px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}
.package-single .prices .price {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.05px;
}
.package-single .prices .early-date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03px;
}
.package-single .prices .bonus {
  display: block;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.03px;
  margin-top: 15px;
  padding-bottom: 25px;
  position: relative;
}
.package-single .prices.early .bonus:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d7d7d7;
  position: absolute;
}
.package-single .select-package {
  padding: 15px 35px 40px;
}
.package-single .select-package button {
  width: 100%;
}
.package-single.custom-package {
  padding: 20px;
  margin-bottom: 50px;
}
.package-single.custom-package p {
  color: #b3b3b3;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
  max-width: 540px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  padding-top: 8px;
}
@media screen and (max-width: 991px) {
  .package-single.custom-package p {
    margin: 0 auto 30px;
  }
}
.package-single.custom-package button {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .package-single.custom-package button {
    margin: 0 auto;
  }
}

.extra-detail {
  margin-bottom: 100px;
}
.extra-detail p {
  margin-bottom: 30px;
}

.bl-help {
  margin-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .bl-help {
    margin-bottom: 40px;
  }
}
.bl-help .bg-wrap {
  color: #fff;
  padding: 30px 15px;
  text-align: center;
  border: 1px solid grey;
}

.project-commands {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 20px;
}
.project-commands button {
  text-transform: uppercase;
  width: 100%;
  position: relative;
  padding: 0 80px 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .project-commands button {
    font-size: 16px !important;
  }
}
.project-commands button.remove-project {
  background-color: #c34627;
}
.project-commands button.remove-project:before {
  background: url('../img/trash_can_icon.svg') no-repeat center center;
  width: 32px;
  height: 30px;
  position: absolute;
  content: '';
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
}
.project-commands button.add-new-project:before {
  background: url('../img/plus_icon.svg') no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  content: '';
  right: 35px;
  top: 50%;
  transform: translate(0, -50%);
}

.project-slider {
  margin-bottom: 70px;
  border-bottom: 1px solid grey;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .project-slider {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .project-slider {
    margin-bottom: 70px;
    padding: 0;
  }
}
.project-slider .inner-project-sliders ~ .inner-project-sliders {
  display: none;
}
.project-slider.slick-initialized
  .inner-project-sliders
  ~ .inner-project-sliders {
  display: block;
}
.project-slider.not-slider {
  padding: 0;
}
.project-slider.not-slider .slick-track {
  width: 100% !important;
}
.project-slider a {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #4a4a4a;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 40px;
  text-align: left;
  position: relative;
  max-width: 310px;
  transition: all 300ms ease-out;
  outline: none;
}
@media screen and (max-width: 767px) {
  .project-slider a {
    max-width: none;
  }
}
.project-slider a:hover {
  text-decoration: none;
  background-color: #ee576a;
  color: white;
}
.project-slider a:hover:before {
  color: white;
}
.project-slider a:focus {
  text-decoration: none;
}
.project-slider a:active {
  text-decoration: none;
}
.project-slider a:before {
  color: #4a4a4a;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.05px;
  height: 40px;
  line-height: 40px;
  width: 23px;
  top: 50%;
  transform: translate(0, -50%);
  left: 12px;
  position: absolute;
  transition: all 300ms ease-out;
}
.project-slider .slick-slide {
  height: auto;
}
.project-slider .slick-arrow {
  width: 22px;
  height: 34px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.project-slider .slick-arrow:focus,
.project-slider .slick-arrow:active,
.project-slider .slick-arrow:hover,
.project-slider .slick-arrow:active {
  outline: none;
  text-transform: none;
  box-shadow: none;
}
.project-slider .slick-arrow.slick-prev {
  left: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='34px' viewBox='0 0 22 34' version='1.1'%3E%3C!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='btn-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-17.000000, -23.000000)'%3E%3Cg id='Group-3' transform='translate(34.000000, 40.000000) rotate(-135.000000) translate(-34.000000, -40.000000) translate(22.000000, 28.000000)' fill='%23b3d336'%3E%3Crect id='Rectangle-8-Copy' transform='translate(12.000000, 3.000000) scale(-1, 1) translate(-12.000000, -3.000000) ' x='0' y='0' width='24' height='6'/%3E%3Crect id='Rectangle-8-Copy-2' transform='translate(21.000000, 12.000000) scale(-1, 1) rotate(-90.000000) translate(-21.000000, -12.000000) ' x='9' y='9' width='24' height='6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
}
.project-slider .slick-arrow.slick-next {
  right: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22px' height='34px' viewBox='0 0 22 34' version='1.1'%3E%3C!-- Generator: Sketch 48.1 (47250) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EGroup 3%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg id='btn-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-29.000000, -23.000000)'%3E%3Cg id='Group-3' transform='translate(34.000000, 40.000000) scale(-1, 1) rotate(-135.000000) translate(-34.000000, -40.000000) translate(22.000000, 28.000000)' fill='%23b3d336'%3E%3Crect id='Rectangle-8-Copy' transform='translate(12.000000, 3.000000) scale(-1, 1) translate(-12.000000, -3.000000) ' x='0' y='0' width='24' height='6'/%3E%3Crect id='Rectangle-8-Copy-2' transform='translate(21.000000, 12.000000) scale(-1, 1) rotate(-90.000000) translate(-21.000000, -12.000000) ' x='9' y='9' width='24' height='6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
}
.project-slider .slide-is-active a {
  background-color: #d5b22e;
  color: #232320;
}
.project-slider .slide-is-active a:before {
  color: #232320;
}
.project-slider .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, 0);
}
.project-slider .slick-dots li {
  padding-left: 0;
  display: inline-block;
  line-height: initial;
  width: 25px;
  height: 25px;
  padding: 3px;
}
.project-slider .slick-dots li:before {
  content: none;
}
.project-slider .slick-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  border: 2px solid #414042;
  border-radius: 100%;
  width: 100px;
  max-width: 100%;
  height: 100%;
  transition: all 300ms ease-out;
}
.project-slider .slick-dots li button:focus,
.project-slider .slick-dots li button:active,
.project-slider .slick-dots li button:hover,
.project-slider .slick-dots li button:active {
  outline: none;
  text-transform: none;
  box-shadow: none;
}
.project-slider .slick-dots li.slick-active button {
  background-color: #414042;
}

.bl-project .form-commands {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 80px;
  text-align: right;
  display: flex;
  justify-content: right;
}
.bl-project .form-commands .commands-wrap {
  width: 100%;
  float: left;
}
.bl-project .form-commands button {
  max-width: 260px;
  width: 100%;
  float: right;
}
@media screen and (max-width: 480px) {
  .bl-project .form-commands button {
    max-width: 100%;
  }
}
.bl-project .form-commands button .save {
  display: block;
}
.bl-project .form-commands button .send-application {
  display: none;
}
.bl-project .form-commands button.btn-change .save {
  display: none;
}
.bl-project .form-commands button.btn-change .send-application {
  display: block;
}

.bl-project .basic-info,
.bl-project .agency,
.bl-project .organization,
.bl-project .pay-person,
.bl-project .contact-person,
.bl-project .main-info-project,
.bl-project .additional-info,
.bl-project .customer {
  max-width: 950px;
  margin: 0 auto 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bl-project .basic-info,
  .bl-project .agency,
  .bl-project .organization,
  .bl-project .pay-person,
  .bl-project .contact-person,
  .bl-project .main-info-project,
  .bl-project .additional-info,
  .bl-project .customer {
    margin: 0 auto 36px;
  }
}

.bl-project h2 {
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #d5b22e;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .bl-project h2 {
    font-size: 30px;
  }
}

.bl-project h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .bl-project h3 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}

.bl-project .section-title {
  margin-bottom: 32px;
}
.bl-project .section-title.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .bl-project .section-title.with-button {
    display: block;
  }
}
.bl-project .section-title.with-button .button {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .bl-project .section-title.with-button .button {
    margin-top: 20px;
    padding: 12px 20px;
  }
}
.bl-project .section-title.with-button h2,
.bl-project .section-title.with-button h3,
.bl-project .section-title.with-button h4 {
  margin: 0;
}

.bl-project .form-group {
  display: block;
  padding-bottom: 40px;
  margin-bottom: 0;
  position: relative;
}
.bl-project .form-group__explanation {
  font-size: 11px;
  opacity: 0.6;
  margin-top: -10px;
  display: none;
}
.bl-project .form-group__explanation.is-active {
  display: block;
}
.bl-project .form-group.faker-group {
  padding-bottom: 16px;
}
.bl-project .form-group.extra-agency {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: start;
}
@media screen and (max-width: 480px) {
  .bl-project .form-group.extra-agency {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}
.bl-project .form-group.has-error {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bl-project .form-group {
    display: block;
  }
}
.bl-project .form-group.textarea-input {
  align-items: normal;
}
.bl-project .form-group.textarea-input label {
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .bl-project .form-group.textarea-input label {
    padding-top: 0;
  }
}
.bl-project .form-group.add-new-lines {
  align-items: normal;
}
.bl-project .form-group.img-upload-group {
  align-items: normal;
  margin-bottom: 60px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .bl-project .form-group.img-upload-group {
    margin-top: -28px;
  }
}
.bl-project .form-group label small {
  text-transform: none;
}

.bl-project label {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  cursor: inherit;
  margin-bottom: 8px;
}
.bl-project label.error {
  padding-right: 0;
  margin: 10px 0;
  width: auto;
  font-size: 12px;
  color: #c34627;
  display: block;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.bl-project .faker {
  width: 100%;
}
.bl-project .faker .drop-value {
  background-color: #232320;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 55px;
  color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid grey;
}
.bl-project .faker .drop-handle {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='37' height='37.031' viewBox='0 0 37 37.031'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M26.762,0.015 L0.005,0.015 L0.005,10.263 L26.762,10.263 L26.762,37.043 L37.001,37.043 L37.001,10.263 L37.001,0.015 L26.762,0.015 Z' class='cls-1'/%3E%3C/svg%3E")
    no-repeat center/12px auto;
  z-index: 10;
  border-left: 0;
  height: 30px;
  width: 30px;
  transform: rotate(135deg);
  top: 11px;
  right: 5px;
}
.bl-project .faker .drop-handle:after {
  content: none;
}
.bl-project .faker .drop-selection {
  top: 50px;
  border: 1px solid grey;
  background-color: #232320;
  border-top: none;
  z-index: 100;
  color: #fff;
}
.bl-project .faker .drop-selection div:hover {
  background-color: #d5b22e;
  color: #fff;
}

.bl-project input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  border: 1px solid grey;
  display: block;
  background-color: #232320;
}
.bl-project input[disabled] {
  color: #b5b5b5;
  border: 1px solid #d7d7d7;
  cursor: not-allowed;
}
.bl-project input:focus {
  border-color: inherit;
  box-shadow: none;
}

.bl-project textarea {
  background-color: #232320;
  border: 1px solid grey;
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  display: block;
}

.bl-project .more-desc {
  font-size: 13px;
}
.bl-project .more-desc a {
  text-decoration: underline;
}

.bl-project .img-upload {
  width: 100%;
  position: relative;
}
.bl-project .img-upload .img-upload-wrap {
  height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bl-project .img-upload {
    width: 100%;
  }
}
.bl-project .img-upload input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.bl-project .img-upload #preview-image {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='54' height='54' viewBox='0 0 54 54'%3E%3Cdefs%3E%3Cpath id='wqb6a' d='M1103.65 1023.48l.08 23.64h6.44l.16-23.67 8.49 8.49 5.06-5.07L1107 1010l-16.87 16.88 5.06 5.06z'/%3E%3Cpath id='wqb6b' d='M1127.25 1043.75v10.13h-40.5v-10.13H1080V1064h54v-20.25z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1080 -1010)'%3E%3Cuse fill='%23d5b22e' xlink:href='%23wqb6a'/%3E%3C/g%3E%3Cg transform='translate(-1080 -1010)'%3E%3Cuse fill='%23d5b22e' xlink:href='%23wqb6b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
  border: 0.5px dashed grey;
  width: 100%;
  min-height: 350px;
  display: block;
}
.bl-project .img-upload .delete-img {
  width: 29px;
  height: 29px;
  top: 20px;
  right: 20px;
  position: absolute;
  z-index: 20;
  background: #279eb9 url('../img/delete_img_icon.svg') no-repeat center center;
  cursor: pointer;
}
.bl-project .img-upload .add-image-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bl-project .img-upload .add-image-container span {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding-right: 30px;
}
.bl-project .img-upload .add-image-container button {
  width: 200px;
  text-transform: uppercase;
  height: 55px;
  line-height: 1em;
}
.bl-project .img-upload .add-image-container button.img-hover {
  border: none;
  outline: none;
  text-decoration: none;
}

.bl-project .textarea-wrap {
  width: 100%;
  display: block;
}
.bl-project .textarea-wrap textarea {
  width: 100%;
  min-width: 100%;
  min-height: 190px;
  max-width: 100%;
  max-height: 360px;
}
.bl-project .textarea-wrap textarea.full {
  background-color: #ffd7d7;
}
.bl-project .textarea-wrap .signs-counter {
  color: #b3b3b3;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  text-align: right;
  float: right;
  margin-top: 10px;
}
.bl-project .textarea-wrap .textarea-desc {
  color: #b3b3b3;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  letter-spacing: -0.04px;
  float: left;
  margin-top: 10px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .bl-project .textarea-wrap .textarea-desc {
    margin-bottom: 30px;
  }
}

.bl-project .separator {
  background-color: #d7d7d7;
  height: 2px;
  width: 100%;
  margin: 15px 0 45px;
  display: none
}

.bl-project .multiple-inputs {
  width: 100%;
  display: block;
}
.bl-project .multiple-inputs.multiple-organizations {
  width: 100%;
  display: block;
}
.bl-project .multiple-inputs.multiple-organizations .command-icon {
  width: 230px;
  height: 70px;
  position: relative;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  margin-top: 20px;
}
.bl-project .multiple-inputs.multiple-organizations .command-desc {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .bl-project .multiple-inputs {
    width: 100%;
    display: block;
  }
}
.bl-project .multiple-inputs .single-line {
  position: relative;
  padding-right: 135px;
}
.bl-project .multiple-inputs .single-line.added-line {
  margin-top: 10px;
}
.bl-project .multiple-inputs input {
  width: 100%;
}
.bl-project .multiple-inputs .command-desc {
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  position: absolute;
  font-size: 14px;
  width: 80px;
  font-style: normal;
  font-weight: 400;
}
.bl-project .multiple-inputs .command-icon {
  width: 135px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  cursor: pointer;
}
.bl-project .multiple-inputs .command-icon span {
  width: 24px;
  height: 6px;
  background-color: #d5b22e;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 14px;
}
.bl-project .multiple-inputs .command-icon span:nth-child(2) {
  width: 6px;
  height: 24px;
  left: 23px;
}

.bl-project .form-checkbox {
  color: #fff;
  max-width: 950px;
  margin: 0 auto 80px;
  width: 100%;
  box-sizing: border-box;
}
.bl-project .form-checkbox a {
  color: #d5b22e;
  text-decoration: underline;
}
.bl-project .form-checkbox:not(.methodology) {
  margin-bottom: 20px;
}
.bl-project .form-checkbox .container {
  text-transform: none;
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 0;
  padding-left: 50px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 19px;
}
.bl-project .form-checkbox .container .checkmark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
}
.bl-project .form-checkbox .container .checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bl-project .form-checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bl-project .form-checkbox .container input:checked ~ .checkmark {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3E%3C!-- Generator: Sketch 63.1 (92452) - https://sketch.com --%3E%3Ctitle%3EPage 1 Copy%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Check' fill='%23d5b22e'%3E%3Cg id='Page-1-Copy'%3E%3Cpath d='M17.7609006,0.572446583 L7.62294184,16.8569498 L2.06075791,11.4028332 C1.58088322,10.9357546 0.815022602,10.9430527 0.344842349,11.4222948 C-0.122914295,11.9039697 -0.113219857,12.6727034 0.364231225,13.1446474 L7.0049214,19.6545564 C7.24243514,19.885663 7.54780994,20 7.85318475,20 C8.16825399,20 8.48089962,19.8783649 8.72083697,19.6350948 C8.78385082,19.5694119 8.87837159,19.4331806 8.87837159,19.4283152 L19.8161215,1.86177833 C20.1699685,1.2925262 19.9978922,0.540821465 19.4307676,0.18564706 C18.8636429,-0.171960047 18.1171712,0.00319445416 17.7609006,0.572446583 Z' id='Fill-1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
}

/*			LOADER				*/
@keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.lds-css {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 10000;
}

#ajaxLoader {
  display: none;
}

.lds-ellipsis {
  position: relative;
}

.lds-ellipsis > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

.lds-ellipsis div > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 1s cubic-bezier(0, 0.5, 0.5, 1) infinite
    forwards;
  animation: lds-ellipsis 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

.lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite
    forwards;
  animation: lds-ellipsis2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #d5b22e;
}

.lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  background: #d96628;
}

.lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  background: #d5b22e;
}

.lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #d96628;
}

.lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite
    forwards;
  animation: lds-ellipsis3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #d5b22e;
}

.lds-ellipsis {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.loadGlobalErrors {
  color: #ee576a;
  font-size: 12px;
  margin-bottom: 20px;
}

.modal.fade .modal-dialog {
  transform: translate(0, -50%);
  top: 50%;
}

.modal.in .modal-dialog {
  transform: translate(0, -50%);
  top: 50%;
}

.packages-info .package-single {
  padding-bottom: 20px;
}
.packages-info .package-single.custom-package p {
  margin: 0;
  max-width: 100%;
  padding-top: 0;
  text-align: center;
}

.head-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .head-tools {
    justify-content: center;
  }
}
@media screen and (max-width: 545px) {
  .head-tools {
    padding: 12px 0;
  }
}
.head-tools a.button {
  background-color: #d96628;
  padding: 10px 50px;
  height: auto;
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  color: #232320;
  border-radius: 40px;
}
.head-tools a.button:hover {
  background-color: #c34627;
}

.button-websi-login {
  width: 100%;
  max-width: 200px;
  text-transform: uppercase;
  float: right;
}
@media screen and (max-width: 545px) {
  .button-websi-login {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

.link-head-open-modal {
  float: right;
  height: 100%;
  padding: 28px 45px 28px 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.link-head-open-modal em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .link-head-open-modal {
    padding: 0 20px 0;
    height: auto;
  }
}
@media screen and (max-width: 545px) {
  .link-head-open-modal {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.link-head-open-modal:hover {
  color: #ffffff;
  text-decoration: none;
}

.websi-icon-logo-header {
  width: 54px;
  height: 54px;
  border: 2px solid white;
  border-radius: 100%;
  background-color: #d9d9d9;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .websi-icon-logo-header {
    display: none;
  }
}
.websi-icon-logo-header:after {
  background: url('../img/2021/2021_mini_logo.svg') no-repeat center center;
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 29px;
  height: 31px;
  z-index: 5;
  background-size: 30px 30px;
}

#prices-modal {
  overflow-x: auto;
}
#prices-modal .modal-dialog {
  overflow-x: auto;
}
#prices-modal .modal-content {
  overflow-x: auto;
  max-height: 90vh;
}
#prices-modal .modal-content .text-wrap h3 {
  color: #fff !important;
}
#prices-modal .login-cta-packages {
  display: none;
}

.login-cta-packages {
  margin-bottom: 30px;
}

.login-cta {
  height: 90px;
  line-height: 90px;
  max-width: 360px;
  width: 100%;
  text-transform: uppercase;
  margin: 0 auto;
}

.reset-pass-box {
  margin-top: -135px;
}
.reset-pass-box .login-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.basic-info .faker:focus {
  outline: none;
}

.basic-info .faker .drop-selection .drop-selection-item {
  padding-left: 40px;
  font-size: 14px;
}

.basic-info .faker .drop-selection .drop-selection-item.rel-disabled {
  text-transform: uppercase;
  font-weight: 700;
  color: #279eb9;
  opacity: 1;
  padding-left: 15px;
}
.basic-info .faker .drop-selection .drop-selection-item.rel-disabled:hover {
  background-color: transparent;
}
.basic-info
  .faker
  .drop-selection
  .drop-selection-item.rel-disabled:first-child {
  opacity: 0.5;
  font-weight: 400;
  text-transform: none;
  color: #333;
}

.basic-info
  .saved
  .faker
  .drop-selection
  .drop-selection-item.rel-disabled:first-child {
  text-transform: uppercase;
  font-weight: 700;
  color: #279eb9;
  opacity: 1;
  padding-left: 15px;
}

.text-wrap .prijava-button {
  display: inline-block;
  padding: 0 30px;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .text-wrap .prijava-button {
    display: block;
    padding: 0 10px;
    font-size: 18px !important;
  }
}

.projects-group {
  margin-top: 40px;
}

.project-block {
  padding: 24px 24px 24px 40px;
  display: flex;
  align-items: center;
    background-color: #232320;
    border: 1px solid grey;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .project-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .project-block {
    padding: 16px 32px;
  }
}
.project-block + .project-block {
  margin-top: 20px;
}
.project-block__title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .project-block__title {
    width: 100%;
  }
}
.project-block__status {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  width: 17%;
}
@media screen and (max-width: 991px) {
  .project-block__status {
    width: 100%;
    margin: 16px 0;
  }
}
.project-block__status.finished {
  color: #fff;
}
.project-block__btns {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .project-block__btns {
    width: 100%;
    flex-wrap: wrap;
  }
}
.project-block__btns .button {
  font-size: 12px;
  padding: 14px 24px;
  text-transform: uppercase;
  margin-right: 12px;
  font-weight: 600;
}
.project-block__btns .remove-project,
.button.button-cancel,
.button.remove-agency-new,
.button.remove-customer-new,
.button.remove-person {
  background-color: transparent;
  color: #fff;
  border: 1px solid #c34627;
  box-sizing: border-box;
}
.project-block__btns .remove-project:hover,
.button.button-cancel:hover,
.button.remove-agency-new:hover,
.button.remove-customer-new:hover,
.button.remove-person:hover {
  background-color: #c34627;
  border: 1px solid #c34627;
}
.project-block__btns .copy-project {
  background-color: #fff;
  color: #1f1e1f;
}
.project-block__btns .copy-project:hover {
  background-color: #d5b22e;
}
@media screen and (max-width: 991px) {
  .project-block__btns .button {
    margin-bottom: 12px;
  }
}

.other-agencies {
  margin-top: 40px;
}

.extra-agency {
  padding-top: 12px;
}
.extra-agency__nr {
  width: 40px;
  font-size: 20px;
  font-weight: 700;
  margin-top: -2px;
}
.extra-agency__info .form-control {
  width: calc(100% - 32px);
  margin-bottom: 16px;
}
.extra-agency__info .form-control:last-of-type {
  margin-bottom: 0;
}
.extra-agency__btn {
  align-self: end;
}
.extra-agency__btn .new-btn {
  padding: 12px 20px;
  margin-top: 0;
}

.agency__infos {
  display: block;
}
.agency__infos.hidden {
  display: none;
}

.project-success {
  color: #fff;
  border-radius: 14px;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project-success {
    padding: 60px 20px;
  }
}
.project-success__banner {
  max-width: 600px;
  margin-bottom: 40px;
  width: 100%;
}
.project-success h2 {
  color: #d5b22e;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 767px) {
  .project-success h2 {
    font-size: 30px;
  }
}
.project-success .button {
  padding: 12px 20px;
  min-width: 360px;
}
@media screen and (max-width: 480px) {
  .project-success .button {
    min-width: 100%;
  }
}

.bl-project-success {
  padding: 60px 0;
}

.other-participants {
  /*display: none;*/
  margin-bottom: 20px;
}
.other-participants .form-group {
  padding-bottom: 20px;
}

.article-title {
  color: #ffffff;
  font-family: Roboto;
  font-size: 50px;
  font-weight: 700;
  /* Text style for "Prijave so" */
  letter-spacing: -0.11px;
  margin-bottom: 50px;
}

.article-date {
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  /* Text style for "13. marec" */
  letter-spacing: -0.04px;
}

.multi-blocks-wrap .tab-content .tab-pane > div .content-wrap .text-wrap,
.multi-blocks-wrap > div .content-wrap.articles .text-wrap {
  padding: 35px 40px;
}

.article-head .article-single-date {
  color: #ffffff;
  font-family: Roboto;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.27px;
  display: block;
  margin-bottom: 50px;
}

.header-image .btn-all-articles {
  color: #ffffff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04px;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 20px 40px;
}
.header-image .btn-all-articles:hover,
.header-image .btn-all-articles:active,
.header-image .btn-all-articles:focus {
  text-decoration: none;
  background: white;
  color: #414042;
  transition: all 250ms ease;
}

.article-date-headline {
  margin-bottom: 70px;
}

section.winners-header.article-list-page {
  background: url('../img/upload_icon.svg') no-repeat center center;
}

section.winners-header.article-list-page .winners-tabs li a {
  display: block;
}

.content-wrap.articles a:hover {
  text-decoration: none;
}
.content-wrap.articles a:hover span {
  text-decoration: none;
}

.people-vote {
  font-family: 'Roboto', sans-serif;
  background-color: #eeeeee;
}
.people-vote a:hover,
.people-vote a:active,
.people-vote a:focus {
  outline: transparent;
}
.people-vote button:hover,
.people-vote button:active,
.people-vote button:focus {
  outline: transparent;
}
.people-vote header {
  height: 100px;
  background: rgba(239, 101, 165, 0.85);
  padding-top: 20px;
  z-index: 2;
  position: relative;
}
.people-vote header .logo {
  float: left;
  margin-top: -5px;
}
.people-vote header .logo a {
  display: block;
  width: 146px;
}
.people-vote header .logo img {
  width: 100%;
  float: left;
}
.people-vote header .logo img:hover,
.people-vote header .logo img:active,
.people-vote header .logo img:focus {
  outline: transparent;
}
.people-vote header .logout-prijava {
  float: right;
  color: #61c5df;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 25px;
}
.people-vote header .logout-prijava:hover {
  text-decoration: none;
}

.head-nav {
  float: right;
  padding-top: 15px;
}
.head-nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .head-nav ul {
    display: none;
    background: #ef65a5;
    top: 80px;
    position: absolute;
    right: 0;
    padding: 10px;
  }
}
.head-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .head-nav li {
    display: block;
    margin-bottom: 10px;
  }
}
.head-nav li.active a {
  color: #f4d637;
}
.head-nav li.active a:focus,
.head-nav li.active a:active,
.head-nav li.active a:hover {
  text-decoration: none;
}
.head-nav li span {
  font-size: 15px;
  bottom: 0;
  left: 15px;
  position: absolute;
}
.head-nav a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  .head-nav a {
    font-size: 16px;
    padding: 0 10px;
  }
}
.head-nav a:hover {
  text-decoration: none;
  color: #f4d637;
}
.head-nav span {
  font-size: 12px;
}

.mobile-menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  display: none;
  overflow: hidden;
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu-toggle.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  left: 1000px;
}

.mobile-menu-toggle.active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-toggle span {
  position: absolute;
  left: 0;
  width: 21px;
  height: 3px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mobile-menu-toggle span:nth-child(1) {
  top: 0;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 9px;
}

.mobile-menu-toggle span:nth-child(3) {
  top: 18px;
}

.bl-basic-page {
  padding: 100px 0;
}
.bl-basic-page .text-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.bl-basic-page h1 {
  color: #6ac5df;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 50px;
}
.bl-basic-page h2 {
  color: #6ac5df;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.04px;
  margin: 0;
}
.bl-basic-page p {
  font-weight: 300;
  letter-spacing: -0.04px;
  font-size: 20px;
  line-height: 30px;
  color: #545454;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.bl-basic-page p em {
  color: #6ac5df;
  font-style: normal;
  font-weight: 500;
}
.bl-basic-page p img {
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  .bl-basic-page p img {
    width: 100% !important;
    margin-right: 0;
    height: auto !important;
    margin-bottom: 20px;
  }
}
.bl-basic-page p a {
  color: #6ac5df;
}

.bl-project-list-counter {
  padding-top: 70px;
}
.bl-project-list-counter .counter-wrap {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.bl-project-list-counter .title {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  display: block;
  margin-bottom: 22px;
  text-align: center;
}
.bl-project-list-counter .counter {
  text-align: center;
  margin-bottom: 50px;
}
.bl-project-list-counter .counter div {
  border-right: 1px solid #6ac5df;
  display: inline-block;
  padding: 0 14px;
  margin-bottom: 20px;
}
.bl-project-list-counter .counter div:last-child {
  border-right: 0;
}
.bl-project-list-counter .counter div span {
  color: #4a4a4a;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -0.11px;
  display: block;
  line-height: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .bl-project-list-counter .counter div span {
    font-size: 34px;
    margin-bottom: 5px;
  }
}
.bl-project-list-counter .counter div em {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  display: block;
  font-style: normal;
}

.bl-project-list-desc {
  padding-top: 70px;
  margin-bottom: 70px;
}
.bl-project-list-desc .text-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
.bl-project-list-desc h2 {
  color: #6ac5df;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 30px;
}
.bl-project-list-desc h4 {
  color: #6ac5df;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  margin: 0 0 22px;
}
.bl-project-list-desc p {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 30px;
}
.bl-project-list-desc p a {
  color: #6ac5df;
  text-decoration: none;
}

.choose-categorie {
  margin-bottom: 50px;
}
.choose-categorie .faker {
  width: 100%;
  max-width: 400px;
  height: 80px;
}
.choose-categorie .faker:hover,
.choose-categorie .faker:active,
.choose-categorie .faker:focus {
  outline: transparent;
}
.choose-categorie .faker.open .drop-handle:after {
  transform: rotate(-90deg);
}
.choose-categorie .faker .drop-value {
  background-image: linear-gradient(103deg, #279eb9 0%, #ee576a 100%);
  border: 0;
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  position: relative;
  padding-left: 150px;
  padding-right: 55px;
  line-height: 80px;
  height: 80px;
}
.choose-categorie .faker .drop-value:hover,
.choose-categorie .faker .drop-value:active,
.choose-categorie .faker .drop-value:focus {
  outline: transparent;
}
.choose-categorie .faker .drop-value:before {
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  content: 'Kategorija:';
  position: absolute;
  top: 0;
  left: 15px;
}
.choose-categorie .faker .drop-handle {
  right: 0;
  top: 0;
  background: transparent;
  z-index: 5;
  border-left: 0;
  width: 60px;
  border: 0;
  height: 80px;
}
.choose-categorie .faker .drop-handle:after {
  background: url('../img/white_arrow_faker.svg') no-repeat center center;
  width: 22px;
  height: 34px;
  transform: rotate(90deg);
  content: '';
  left: unset;
  right: 15px;
  top: 25px;
  transition: all 300ms ease-out;
}
.choose-categorie .faker .drop-selection {
  max-height: 400px;
  top: 80px;
}
.choose-categorie .faker .drop-selection div {
  border-bottom: 1px solid #d7d7d7;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
.choose-categorie .faker .drop-selection div:hover {
  background-color: #d7d7d7;
}

.bl-project-list-for-people .project-single {
  margin-bottom: 80px;
}
.bl-project-list-for-people .project-single:hover .img .overlay {
  opacity: 1;
}

.bl-project-list-for-people .img {
  position: relative;
}
.bl-project-list-for-people .img img {
  width: 100%;
}

.bl-project-list-for-people .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease-out;
}
.bl-project-list-for-people .overlay button {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #279eb9 50%, #1e7a8f 50%);
  transition: background-position 0.5s;
  position: absolute;
  width: 170px;
  height: 70px;
  text-align: center;
  border: 0;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bl-project-list-for-people .overlay button:hover,
.bl-project-list-for-people .overlay button:focus,
.bl-project-list-for-people .overlay button:active {
  background-position: 100% 0;
  border: none;
  outline: none;
  text-decoration: none;
}

.bl-project-list-for-people .desc h3 {
  color: #232320;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05px;
}

.bl-project-list-for-people .desc .project-single-cat {
  color: #232320;
}

.bl-project-list-for-people .desc p {
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03px;
}

.people-vote .bl-project-jury {
  padding-top: 130px;
}

.people-vote .bl-jury-notes .project-jury-wrap h2 {
  border-bottom: 1px solid #6ac5df;
  padding-bottom: 30px;
  margin: 0 0 50px;
  color: #6ac5df;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
}

.people-vote .jury-points {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.people-vote .jury-points .desc h4 {
  margin-top: 27px;
}

.people-vote .jury-commands {
  margin-top: 60px;
}

.people-vote .project-jury-image {
  margin-bottom: 30px;
}
.people-vote .project-jury-image .img-title-cont h1 {
  margin: 0;
}

.jury-social {
  margin-bottom: 40px;
  padding: 0 15px;
  float: left;
  width: 100%;
}
.jury-social ul {
  margin: 0;
  padding: 0;
}
.jury-social li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .jury-social li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.jury-social li.facebook a {
  background-color: #4267b2;
}
.jury-social li.facebook a:before {
  background: url('../img/glas_ljudstva_facebook.svg') no-repeat center center;
  width: 30px;
  height: 30px;
}
.jury-social li.twitter a {
  background-color: #1da1f2;
}
.jury-social li.twitter a:before {
  background: url('../img/glas_ljudstva_twitter.svg') no-repeat center center;
  width: 38px;
  height: 30px;
}
.jury-social a {
  width: 260px;
  height: 70px;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  padding-left: 70px;
  position: relative;
  padding-top: 22px;
}
.jury-social a:hover {
  text-decoration: none;
}
.jury-social a:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 27px;
}

.modal.login-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}
.modal.login-modal .close-btn:before {
  content: 'x';
  color: #6ac5df;
  font-weight: 700;
  font-size: 25px;
  line-height: 11px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal.login-modal .close-btn span {
  color: #6ac5df;
  font-weight: 700;
  font-size: 25px;
  line-height: 11px;
  text-indent: 99999px;
  position: relative;
  display: none;
}
.modal.login-modal .close-btn span:before {
  content: 'x';
  color: #6ac5df;
  font-weight: 700;
  font-size: 25px;
  line-height: 11px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.modal.login-modal .modal-dialog {
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal .modal-dialog {
    top: 0;
    transform: translate(0, 0);
    margin: 0;
    padding: 10px;
  }
}

.modal.login-modal .modal-content {
  padding: 50px 60px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .modal.login-modal .modal-content {
    padding: 40px 15px 20px;
  }
}

.modal.login-modal h2 {
  color: #6ac5df;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

.modal.login-modal p {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.modal.login-modal p a {
  color: #6ac5df;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .modal.login-modal p {
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 20px;
  }
}
.modal.login-modal p em {
  color: #6ac5df;
  letter-spacing: -0.04px;
  font-style: normal;
}
.modal.login-modal p img {
  display: inline-block;
  max-width: 165px;
  float: left;
  margin-right: 30px;
}

.modal.login-modal .form-group {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal .form-group {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .modal.login-modal .form-group button {
    font-size: 14px;
  }
}

.modal.login-modal label {
  color: #545454;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal.login-modal label {
    font-size: 17px;
  }
}
.modal.login-modal label.custom-checkbox {
  padding-left: 45px;
  position: relative;
  margin-bottom: 50px;
}
.modal.login-modal label.custom-checkbox a {
  color: #545454;
  text-decoration: underline;
}
.modal.login-modal label.custom-checkbox a:hover {
  text-decoration: none;
}
.modal.login-modal label.custom-checkbox:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #d7d7d7;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: all 300ms ease-out;
  background-position: center center;
  background-size: 22px 17px;
}

.modal.login-modal input {
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  height: 70px;
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal input {
    height: 50px;
    font-size: 16px;
  }
}
.modal.login-modal input.custom-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.modal.login-modal
  input[type='checkbox'].custom-checkbox:checked
  + label.custom-checkbox:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #d7d7d7;
  top: 0;
  left: 0;
  background: url('../img/check-blue.svg') no-repeat scroll center center;
  background-size: 22px 17px;
}

.modal.login-modal button {
  width: 100%;
  text-transform: uppercase;
}
.modal.login-modal button span {
  position: relative;
  padding-right: 55px;
  display: inline-block;
}
.modal.login-modal button span:after {
  width: 40px;
  height: 40px;
  background: url('../img/check-white.svg') no-repeat scroll center center;
  background-size: 22px 17px;
  border: 2px solid white;
  border-radius: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.modal.login-modal .btn-group {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.modal.login-modal .btn-group button {
  width: 50%;
  background: transparent;
  border: 2px solid #ef65a5;
  color: #ef65a5;
  float: left;
  height: 67px;
  padding: 20px 10px;
  transition: all 200ms ease-out;
}
@media screen and (max-width: 480px) {
  .modal.login-modal .btn-group button {
    font-size: 15px;
  }
}
.modal.login-modal .btn-group button:hover {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ef65a5 50%, #ea378a 50%);
  color: white;
  background-position: 100% 0;
  border: none;
  outline: none;
  text-decoration: none;
  border: 2px solid #ef65a5;
}
.modal.login-modal .btn-group button.red {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ef65a5 50%, #ea378a 50%);
  color: white;
}

.modal.login-modal .reward-single {
  width: 100%;
  float: left;
}
.modal.login-modal .reward-single .img {
  width: 30%;
  float: left;
}
.modal.login-modal .reward-single .desc {
  width: 70%;
  float: left;
  padding-left: 20px;
}

.bl-project-end-desc {
  padding: 90px 0 20px;
}
.bl-project-end-desc .text-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
.bl-project-end-desc img {
  width: 100%;
  margin-bottom: 60px;
}
.bl-project-end-desc h2 {
  color: #6ac5df;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  text-align: center;
  margin: 0 0 30px;
}
.bl-project-end-desc p {
  color: #545454;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.04px;
  text-align: center;
  margin: 0 0 30px;
}
.bl-project-end-desc a {
  color: #6ac5df;
}

.bl-newsletter-subs .input-wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.bl-newsletter-subs input {
  background-color: transparent;
  border-bottom: 1px solid #a8a8a7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #a8a8a7;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03px;
  padding: 10px 25px;
  height: 70px;
  width: 60%;
  float: left;
}
@media screen and (max-width: 480px) {
  .bl-newsletter-subs input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.bl-newsletter-subs button {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  background-color: #ef65a5;
  height: 70px;
  text-align: center;
  padding-top: 4px;
  width: 38%;
  margin-left: 2%;
  float: left;
  border: 0;
}
@media screen and (max-width: 480px) {
  .bl-newsletter-subs button {
    width: 100%;
    margin-left: 0;
  }
}

.btn-with-check span {
  position: relative;
  padding-right: 67px;
  display: inline-block;
}
.btn-with-check span:after {
  width: 40px;
  height: 40px;
  background: url('../img/check-white.svg') no-repeat scroll center center;
  background-size: 22px 17px;
  border: 2px solid white;
  border-radius: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.bl-login#password h3 {
  padding: 40px 30px 0;
}

.succes-msg {
  width: 100%;
  float: left;
  margin: 70px 0 50px;
}
.succes-msg.no-check .success-wrap:before {
  content: none;
}
.succes-msg .success-wrap {
  border: 2px solid #6ac5df;
  width: 100%;
  padding: 30px 100px 30px 200px;
}
@media screen and (max-width: 991px) {
  .succes-msg .success-wrap {
    padding: 30px 80px 30px 150px;
  }
}
@media screen and (max-width: 767px) {
  .succes-msg .success-wrap {
    padding: 30px;
  }
}
.succes-msg .success-wrap:before {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  border: 4px solid #6ac5df;
  border-radius: 100%;
  background: url('../img/check-blue.svg') no-repeat scroll center center;
  background-size: 34px 27px;
  top: 40px;
  left: 100px;
}
@media screen and (max-width: 991px) {
  .succes-msg .success-wrap:before {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .succes-msg .success-wrap:before {
    display: none;
  }
}
.succes-msg .headline {
  color: #6ac5df;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 20px;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 991px) {
  .succes-msg .headline {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .succes-msg .headline {
    font-size: 28px;
  }
}
.succes-msg .desc {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
  display: block;
}

.footer-bottom {
  padding-bottom: 58px;
  min-height: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .footer-bottom {
    padding-bottom: 100px;
  }
}
.footer-bottom footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.project-jury-single-part a {
  word-break: break-all;
}

.img-title-cont a {
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .people-vote .modal.in .modal-dialog {
    top: 20px !important;
    transform: translate(0, 0);
  }
}

.people-vote footer .copyright {
  line-height: 22px;
}
.people-vote footer .copyright a {
  display: inline-block;
}

.people-vote .header .user-title {
  color: #ffffff;
}

.people-vote {
  font-family: 'Roboto', sans-serif;
  background-color: #eeeeee;
}
.people-vote a:hover,
.people-vote a:active,
.people-vote a:focus {
  outline: transparent;
}
.people-vote button:hover,
.people-vote button:active,
.people-vote button:focus {
  outline: transparent;
}
.people-vote.subpage {
  background-color: white;
}
.people-vote header {
  height: 100px;
  background-color: #279eb9;
  padding-top: 20px;
  z-index: 2;
  position: relative;
}
.people-vote header .logo {
  float: left;
  margin-top: -5px;
}
.people-vote header .logo a {
  display: block;
  width: 146px;
}
.people-vote header .logo img {
  width: 100%;
  float: left;
}
.people-vote header .logo img:hover,
.people-vote header .logo img:active,
.people-vote header .logo img:focus {
  outline: transparent;
}
.people-vote header .logout-prijava {
  float: right;
  color: #61c5df;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 25px;
}
.people-vote header .logout-prijava:hover {
  text-decoration: none;
}

.head-nav {
  float: right;
  padding-top: 15px;
}
.head-nav ul {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .head-nav ul {
    display: none;
    background: #279eb9;
    top: 80px;
    position: absolute;
    right: 0;
    padding: 10px;
  }
}
.head-nav li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .head-nav li {
    display: block;
    margin-bottom: 10px;
  }
}
.head-nav li.active a {
  color: #ee576a;
}
.head-nav li.active a:focus,
.head-nav li.active a:active,
.head-nav li.active a:hover {
  text-decoration: none;
}
.head-nav li span {
  font-size: 15px;
  bottom: 0;
  left: 15px;
  position: absolute;
}
.head-nav a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  .head-nav a {
    font-size: 16px;
    padding: 0 10px;
  }
}
.head-nav a:hover {
  text-decoration: none;
  color: #ee576a;
}
.head-nav span {
  font-size: 12px;
}

.mobile-menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  display: none;
  overflow: hidden;
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.mobile-menu-toggle.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  left: 1000px;
}

.mobile-menu-toggle.active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-toggle span {
  position: absolute;
  left: 0;
  width: 21px;
  height: 3px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.mobile-menu-toggle span:nth-child(1) {
  top: 0;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 9px;
}

.mobile-menu-toggle span:nth-child(3) {
  top: 18px;
}

.bl-basic-page {
  padding: 100px 0;
}
.bl-basic-page .text-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.bl-basic-page h1 {
  color: #279eb9;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 50px;
}
.bl-basic-page h2 {
  color: #279eb9;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.04px;
  margin: 0;
}
.bl-basic-page p {
  font-weight: 300;
  letter-spacing: -0.04px;
  font-size: 20px;
  line-height: 30px;
  color: #545454;
  margin: 0 0 30px;
  float: left;
  width: 100%;
}
.bl-basic-page p em {
  color: #279eb9;
  font-style: normal;
  font-weight: 500;
}
.bl-basic-page p img {
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  .bl-basic-page p img {
    width: 100% !important;
    margin-right: 0;
    height: auto !important;
    margin-bottom: 20px;
  }
}
.bl-basic-page p a {
  color: #ee576a;
}

.bl-project-list-counter {
  padding-top: 70px;
}
.bl-project-list-counter .counter-wrap {
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.bl-project-list-counter .title {
  color: #4a4a4a;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  display: block;
  margin-bottom: 22px;
  text-align: center;
}
.bl-project-list-counter .counter {
  text-align: center;
  margin-bottom: 50px;
}
.bl-project-list-counter .counter div {
  border-right: 1px solid #279eb9;
  display: inline-block;
  padding: 0 14px;
  margin-bottom: 20px;
}
.bl-project-list-counter .counter div:last-child {
  border-right: 0;
}
.bl-project-list-counter .counter div span {
  color: #4a4a4a;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: -0.11px;
  display: block;
  line-height: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .bl-project-list-counter .counter div span {
    font-size: 34px;
    margin-bottom: 5px;
  }
}
.bl-project-list-counter .counter div em {
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  display: block;
  font-style: normal;
}

.bl-project-list-desc {
  padding-top: 70px;
  margin-bottom: 70px;
}
.bl-project-list-desc .text-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
.bl-project-list-desc h2 {
  color: #279eb9;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 30px;
}
.bl-project-list-desc h4 {
  color: #279eb9;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  margin: 0 0 22px;
}
.bl-project-list-desc p {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 30px;
}
.bl-project-list-desc p a {
  color: #ee576a;
  text-decoration: none;
}

.choose-category {
  margin-bottom: 50px;
}
.choose-category .faker {
  width: 100%;
}
.choose-category .faker:hover,
.choose-category .faker:active,
.choose-category .faker:focus {
  outline: transparent;
}
.choose-category .faker.open .drop-handle:after {
  transform: rotate(-90deg);
}
.choose-category .faker .drop-value {
  background: #279eb9;
  border: 0;
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  position: relative;
  /*padding-left: 150px;*/
  padding-right: 55px;
}
.choose-category .faker .drop-value:hover,
.choose-category .faker .drop-value:active,
.choose-category .faker .drop-value:focus {
  outline: transparent;
}
.choose-category .faker .drop-value:before {
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
}
.choose-category .faker .drop-handle {
  right: 0;
  top: 0;
  background: transparent;
  z-index: 5;
  border-left: 0;
  width: 60px;
}
.choose-category .faker .drop-handle:after {
  background: url('../img/white_arrow_faker.svg') no-repeat center center;
  width: 22px;
  height: 34px;
  transform: rotate(90deg);
  content: '';
  left: unset;
  right: 15px;
  top: 25px;
  transition: all 300ms ease-out;
}
.choose-category .faker .drop-selection {
  max-height: 400px;
}
.choose-category .faker .drop-selection div {
  border-bottom: 1px solid #d7d7d7;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.04px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}
.choose-category .faker .drop-selection div:hover {
  background-color: #d7d7d7;
}

.bl-project-list-for-signed .project-single {
  margin-bottom: 80px;
}
.bl-project-list-for-signed .project-single:hover .img .overlay {
  opacity: 1;
}

.bl-project-list-for-signed .img {
  position: relative;
}
.bl-project-list-for-signed .img img {
  width: 100%;
}

.bl-project-list-for-signed .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 300ms ease-out;
}
@media screen and (max-width: 991px) {
  .bl-project-list-for-signed .overlay {
    opacity: 1;
  }
}
.bl-project-list-for-signed .overlay button {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ee576a 50%, #ec4055 50%);
  transition: background-position 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  height: 70px;
  text-align: center;
  border: 0;
  transform: translate(-50%, -50%);
}
.bl-project-list-for-signed .overlay button:hover,
.bl-project-list-for-signed .overlay button:focus,
.bl-project-list-for-signed .overlay button:active {
  background-position: 100% 0;
  border: none;
  outline: none;
  text-decoration: none;
}

.bl-project-list-for-signed .desc h3 {
  color: #232320;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.05px;
}

.bl-project-list-for-signed .desc .project-single-cat {
  color: #ee576a;
}

.bl-project-list-for-signed .desc p {
  color: #545454;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.03px;
}

.people-vote .bl-project-jury {
  padding-top: 130px;
}

.people-vote .bl-jury-notes .project-jury-wrap h2 {
  border-bottom: 1px solid #279eb9;
  padding-bottom: 30px;
  margin: 0 0 50px;
  color: #279eb9;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
}

.people-vote .jury-points {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.people-vote .jury-points .desc h4 {
  margin-top: 27px;
}

.people-vote .jury-commands {
  margin-top: 60px;
}

.people-vote .project-jury-image {
  margin-bottom: 30px;
}
.people-vote .project-jury-image .img-title-cont h1 {
  margin: 0;
}

.jury-social {
  margin-bottom: 40px;
  padding: 0 15px;
  float: left;
  width: 100%;
}
.jury-social ul {
  margin: 0;
  padding: 0;
}
.jury-social li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .jury-social li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.jury-social li.facebook a {
  background-color: #4267b2;
}
.jury-social li.facebook a:before {
  background: url('../img/glas_ljudstva_facebook.svg') no-repeat center center;
  width: 30px;
  height: 30px;
}
.jury-social li.twitter a {
  background-color: #1da1f2;
}
.jury-social li.twitter a:before {
  background: url('../img/glas_ljudstva_twitter.svg') no-repeat center center;
  width: 38px;
  height: 30px;
}
.jury-social li.back a {
  background-color: #ee576a;
}
.jury-social li.back a:before {
  background: url(../img/white_arrow_faker.svg) no-repeat center center;
  width: 22px;
  height: 34px;
  transform: rotate(180deg);
  content: '';
  left: 20px;
  right: unset;
  top: 17px;
  transition: all 300ms ease-out;
}
.jury-social a {
  width: 260px;
  height: 70px;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  padding-left: 70px;
  position: relative;
  padding-top: 22px;
}
.jury-social a:hover {
  text-decoration: none;
}
.jury-social a:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 27px;
}

.modal.login-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  background: transparent;
  padding: 10px;
  cursor: pointer;
}
.modal.login-modal .close-btn:before {
  content: 'x';
  color: #279eb9;
  font-weight: 700;
  font-size: 25px;
  line-height: 11px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.modal.login-modal .close-btn span {
  color: #279eb9;
  font-weight: 700;
  font-size: 25px;
  line-height: 11px;
  text-indent: 99999px;
  position: relative;
  display: none;
}
.modal.login-modal .close-btn span:before {
  content: 'x';
  color: #279eb9;
  font-weight: 700;
  font-size: 25px;
  line-height: 11px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.modal.login-modal .modal-dialog {
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal .modal-dialog {
    top: 0;
    transform: translate(0, 0);
    margin: 0;
    padding: 10px;
  }
}

.modal.login-modal .modal-content {
  padding: 50px 60px;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .modal.login-modal .modal-content {
    padding: 40px 15px 20px;
  }
}

.modal.login-modal h2 {
  color: #279eb9;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}

.modal.login-modal p {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
.modal.login-modal p a {
  color: #ee576a;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .modal.login-modal p {
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 20px;
  }
}
.modal.login-modal p em {
  color: #279eb9;
  letter-spacing: -0.04px;
  font-style: normal;
}
.modal.login-modal p img {
  display: inline-block;
  max-width: 165px;
  float: left;
  margin-right: 30px;
}

.modal.login-modal .form-group {
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal .form-group {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .modal.login-modal .form-group button {
    font-size: 14px;
  }
}

.modal.login-modal label {
  color: #545454;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04px;
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal.login-modal label {
    font-size: 17px;
  }
}
.modal.login-modal label.custom-checkbox {
  padding-left: 45px;
  position: relative;
  margin-bottom: 50px;
}
.modal.login-modal label.custom-checkbox a {
  color: #545454;
  text-decoration: underline;
}
.modal.login-modal label.custom-checkbox a:hover {
  text-decoration: none;
}
.modal.login-modal label.custom-checkbox:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #d7d7d7;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: all 300ms ease-out;
  background-position: center center;
  background-size: 22px 17px;
}

.modal.login-modal input {
  width: 100%;
  display: block;
  border: 1px solid #d7d7d7;
  height: 70px;
  color: #545454;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.04px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .modal.login-modal input {
    height: 50px;
    font-size: 16px;
  }
}
.modal.login-modal input.custom-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.modal.login-modal
  input[type='checkbox'].custom-checkbox:checked
  + label.custom-checkbox:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #d7d7d7;
  top: 0;
  left: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='20.4px' height='15.9px' viewBox='0 0 20.4 15.9' style='enable-background:new 0 0 20.4 15.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23e85c9b;%7D%0A%3C/style%3E%3Cg%3E%3Cg transform='translate(-463 -1126)'%3E%3Cg%3E%3Cpath id='pofwa_1_' class='st0' d='M469.9,1141.9l-6.9-6.9l2.5-2.5l4.4,4.4l10.9-10.9l2.5,2.5L469.9,1141.9z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat scroll center center;
  background-size: 22px 17px;
}

.modal.login-modal button {
  width: 100%;
  text-transform: uppercase;
}
.modal.login-modal button span {
  position: relative;
  padding-right: 55px;
  display: inline-block;
}
.modal.login-modal button span:after {
  width: 40px;
  height: 40px;
  background: url('../img/check-white.svg') no-repeat scroll center center;
  background-size: 22px 17px;
  border: 2px solid white;
  border-radius: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.modal.login-modal .btn-group {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.modal.login-modal .btn-group button {
  width: 50%;
  background: transparent;
  border: 2px solid #ee576a;
  color: #ee576a;
  float: left;
  height: 67px;
  padding: 20px 10px;
  transition: all 200ms ease-out;
}
@media screen and (max-width: 480px) {
  .modal.login-modal .btn-group button {
    font-size: 15px;
  }
}
.modal.login-modal .btn-group button:hover {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ee576a 50%, #e92941 50%);
  color: white;
  background-position: 100% 0;
  border: none;
  outline: none;
  text-decoration: none;
  border: 2px solid #ee576a;
}
.modal.login-modal .btn-group button.red {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ee576a 50%, #e92941 50%);
  color: white;
}

.modal.login-modal .reward-single {
  width: 100%;
  float: left;
}
.modal.login-modal .reward-single .img {
  width: 30%;
  float: left;
}
.modal.login-modal .reward-single .desc {
  width: 70%;
  float: left;
  padding-left: 20px;
}

.bl-project-end-desc {
  padding: 90px 0 20px;
}
.bl-project-end-desc .text-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
.bl-project-end-desc img {
  width: 100%;
  margin-bottom: 60px;
}
.bl-project-end-desc h2 {
  color: #232320;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  text-align: center;
  margin: 0 0 30px;
}
.bl-project-end-desc p {
  color: #545454;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: -0.04px;
  text-align: center;
  margin: 0 0 30px;
}
.bl-project-end-desc a {
  color: #ee576a;
}

.bl-newsletter-subs .input-wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.bl-newsletter-subs input {
  background-color: transparent;
  border-bottom: 1px solid #a8a8a7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #a8a8a7;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03px;
  padding: 10px 25px;
  height: 70px;
  width: 60%;
  float: left;
}
@media screen and (max-width: 480px) {
  .bl-newsletter-subs input {
    width: 100%;
    margin-bottom: 20px;
  }
}

.bl-newsletter-subs button {
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.04px;
  background-color: #279eb9;
  height: 70px;
  text-align: center;
  padding-top: 4px;
  width: 38%;
  margin-left: 2%;
  float: left;
  border: 0;
}
@media screen and (max-width: 480px) {
  .bl-newsletter-subs button {
    width: 100%;
    margin-left: 0;
  }
}

.btn-with-check span {
  position: relative;
  padding-right: 67px;
  display: inline-block;
}
.btn-with-check span:after {
  width: 40px;
  height: 40px;
  background: url('../img/check-white.svg') no-repeat scroll center center;
  background-size: 22px 17px;
  border: 2px solid white;
  border-radius: 100%;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.succes-msg {
  width: 100%;
  float: left;
  margin: 70px 0 50px;
}
.succes-msg.no-check .success-wrap:before {
  content: none;
}
.succes-msg .success-wrap {
  border: 2px solid #279eb9;
  width: 100%;
  padding: 30px 100px 30px 200px;
}
@media screen and (max-width: 991px) {
  .succes-msg .success-wrap {
    padding: 30px 80px 30px 150px;
  }
}
@media screen and (max-width: 767px) {
  .succes-msg .success-wrap {
    padding: 30px;
  }
}
.succes-msg .success-wrap:before {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  border: 4px solid #279eb9;
  border-radius: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='20.4px' height='15.9px' viewBox='0 0 20.4 15.9' style='enable-background:new 0 0 20.4 15.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23e85c9b;%7D%0A%3C/style%3E%3Cg%3E%3Cg transform='translate(-463 -1126)'%3E%3Cg%3E%3Cpath id='pofwa_1_' class='st0' d='M469.9,1141.9l-6.9-6.9l2.5-2.5l4.4,4.4l10.9-10.9l2.5,2.5L469.9,1141.9z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat scroll center center;
  background-size: 34px 27px;
  top: 40px;
  left: 100px;
}
@media screen and (max-width: 991px) {
  .succes-msg .success-wrap:before {
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .succes-msg .success-wrap:before {
    display: none;
  }
}
.succes-msg .headline {
  color: #279eb9;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.07px;
  margin: 0 0 20px;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}
@media screen and (max-width: 991px) {
  .succes-msg .headline {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .succes-msg .headline {
    font-size: 28px;
  }
}
.succes-msg .desc {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.04px;
  display: block;
}

.footer-bottom {
  padding-bottom: 58px;
  min-height: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .footer-bottom {
    padding-bottom: 100px;
  }
}
.footer-bottom footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.project-jury-single-part a {
  word-break: break-all;
}

.img-title-cont a {
  word-break: break-all;
}

@media screen and (max-width: 1024px) {
  .people-vote .modal.in .modal-dialog {
    top: 20px !important;
    transform: translate(0, 0);
  }
}

.people-vote footer .copyright {
  line-height: 22px;
}
.people-vote footer .copyright a {
  display: inline-block;
}

.people-vote .header .user-title {
  color: #ffffff;
}

.sc-reports {
  padding-bottom: 100px;
}
@media screen and (max-width: 375px) {
  .sc-reports {
    padding-bottom: 0;
  }
}
.sc-reports h2 {
  color: #d5b22e;
  margin-bottom: 0.75em;
}
.sc-reports h3 {
  color: #d5b22e !important;
  line-height: 1.4;
  margin-bottom: 0.75em;
}
.sc-reports .button {
  padding: 12px 70px;
  font-weight: 400;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
}
.sc-reports .text--large {
  font-size: 20px;
}
.sc-reports img {
  height: auto;
  max-width: 100%;
}

.report-info {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 375px) {
  .report-info {
    padding-bottom: 40px;
  }
}
.report-info__image {
  margin-bottom: 20px;
}
.report-info .button--back {
  margin-bottom: 40px;
}
.report-info h3,
.report-info h4 {
  color: #d5b22e;
}
.report-info h4 {
  font-size: 24px;
}

.report-item {
  margin-bottom: 80px;
}
@media screen and (max-width: 375px) {
  .report-item {
    margin-bottom: 60px;
  }
}

.report-table {
  border: none;
  width: 100%;
}
@media screen and (max-width: 375px) {
  .report-table {
    font-size: 12px;
  }
}
.report-table.col3 td:nth-child(1) {
  width: 40%;
}
.report-table.col3 td:nth-child(2) {
  width: 30%;
}
.report-table.col3 td:nth-child(3) {
  width: 30%;
}
.report-table.col4 td:nth-child(1) {
  width: 40%;
}
.report-table.col4 td:nth-child(2) {
  width: 20%;
}
.report-table.col4 td:nth-child(3) {
  width: 20%;
}
.report-table.col4 td:nth-child(4) {
  width: 20%;
}
.report-table th,
.report-table td {
  border: none;
}
.report-table th:not(:first-child),
.report-table td:not(:first-child) {
  text-align: center;
}
.report-table__head {
  background-color: #d5b22e;
  color: #232320;
}
.report-table__head th,
.report-table__head td {
  padding: 0.75em 0.5em;
}
.report-table__body,
.report-table__footer {
  position: relative;
}
.report-table__body td,
.report-table__footer td {
  padding: 1em 0.5em;
}
.report-table__body + .report-table__body {
  border-top: 1px solid #b3b3b3;
}
.report-table__footer {
  border-bottom: 2px solid #b3b3b3;
  border-top: 2px solid #b3b3b3;
}

.report-additional {
  padding-top: 24px;
}
.report-additional li {
  list-style: none;
  display: block;
}
.report-additional li:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='37' height='37.031' viewBox='0 0 37 37.031'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23b3d336; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M26.762,0.015 L0.005,0.015 L0.005,10.263 L26.762,10.263 L26.762,37.043 L37.001,37.043 L37.001,10.263 L37.001,0.015 L26.762,0.015 Z' class='cls-1'/%3E%3C/svg%3E")
    no-repeat center;
  transform: rotate(180deg);
  background-size: 9px 10px;
  margin-right: 15px;
}

.report-quote + .report-quote {
  margin-top: 48px;
}
@media screen and (max-width: 375px) {
  .report-quote + .report-quote {
    margin-top: 32px;
  }
}

.report-quote__content {
  border-left: 5px solid #d5b22e;
  padding: 24px 32px 24px 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 375px) {
  .report-quote__content {
    border-left-width: 2px;
    padding: 4px 8px 4px 16px;
    margin-bottom: 4px;
  }
}

.report-quote p {
  font-style: italic;
  line-height: 1.5;
}
@media screen and (max-width: 375px) {
  .report-quote p {
    font-size: 14px;
  }
}

.report-quote__small {
  display: block;
  font-weight: bold;
  font-size: 12px;
}

footer {
  /*
  * 1. FOOTER EMPTY GRAY SPACE
  */
  /*
  * 2. FOOTER FORM
  */
  /*
  * 3. FOOTER MENU
  */
  /*
  * 5. FOOTER COPYRIGHT
  */
}
footer .empty-gray-space {
  background-color: #ffffff;
  width: 100%;
  margin-top: 100px;
  background-image: url('../img/2021/2021_pre_footer.png');
  background-position: top left;
  background-size: cover;
  padding-top: 23%;
}
footer .footer-form {
  position: relative;
  padding-top: 55px;
  padding-bottom: 45px;
}
footer .footer-form img {
  display: block;
  position: absolute;
  bottom: 0;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  footer .footer-form img {
    position: relative;
    margin-top: -300px;
  }
}
footer .footer-form .form-inline > span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  display: block;
}
footer .footer-form .form-inline > span.title {
  font-size: 44px;
}
@media screen and (max-width: 991px) {
  footer .footer-form .form-inline > span.title {
    font-size: 34px;
  }
}
footer .footer-form .form-inline > span.subtitle {
  font-size: 18px;
  margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
  footer .footer-form .form-inline > span.subtitle {
    font-size: 16px;
    line-height: 1.1em;
  }
}
footer .footer-form .form-inline form.success {
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
}
footer .footer-form .form-inline input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 3px solid #d9d9d9;
  background-color: transparent;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}
footer .footer-form .form-inline input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #ffffff;
}
footer .footer-form .form-inline input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #ffffff;
}
footer .footer-form .form-inline input:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #ffffff;
}
footer .footer-form .form-inline input:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #ffffff;
}
footer .footer-form .form-inline input:hover,
footer .footer-form .form-inline input:focus,
footer .footer-form .form-inline input:active {
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 375px) {
  footer .footer-form .form-inline input {
    font-size: 13px;
  }
}
footer .footer-form .form-inline button[type='submit'] {
  height: 60px;
  line-height: 60px;
  padding: 0 42px;
  float: right;
  background-image: linear-gradient(to right, #fff 50%, #fff 50%);
  color: #ee576a;
}
@media screen and (max-width: 1199px) {
  footer .footer-form .form-inline button[type='submit'] {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-form .form-inline button[type='submit'] {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  footer .footer-form .form-inline button[type='submit'] {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  footer .footer-form .form-inline button[type='submit'] {
    font-size: 12px;
  }
}
footer .footer-form .form-inline button[type='submit'][disabled] {
  padding: 22px;
}
footer .footer-form .form-inline button[type='submit'][disabled] img {
  width: 20px;
  height: 20px;
  z-index: 9999999999999;
  position: relative;
}
footer .footer-menu {
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
  /*
	* 4. FOOTER SOCIAL
	*/
}
@media screen and (max-width: 767px) {
  footer .footer-menu {
    margin-top: 0;
  }
}
footer .footer-menu > ul li + li a {
  margin-left: 55px;
}
footer .footer-menu > ul {
  padding: 0;
}
footer .footer-menu > ul:not(:first-of-type) {
  margin-top: 5px;
}
footer .footer-menu > ul li {
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .footer-menu > ul li:not(:first-of-type) {
    margin-top: 5px;
  }
}
footer .footer-menu > ul li a {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  line-height: 1em;
}
footer .footer-menu > ul li a:hover,
footer .footer-menu > ul li a:active,
footer .footer-menu > ul li a:focus {
  text-decoration: none;
}
footer .footer-menu > ul li ul {
  display: inline-block;
  padding-left: 15px;
  padding-right: 0;
}
footer .footer-menu > ul li ul li:first-of-type a {
  margin-left: 0;
}
footer .footer-menu > ul li ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
  margin-right: 0;
  margin-left: 20px;
}
footer .footer-menu > ul li ul li a:not(:last-of-type) {
  margin-top: 5px;
}
@media screen and (max-width: 375px) {
  footer .footer-menu > ul li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-menu > ul > li {
    display: block;
  }
  footer .footer-menu > ul > li + li a {
    margin-left: 0;
  }
}
footer .footer-menu > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
@media screen and (max-width: 375px) {
  footer .footer-menu > ul > li > a {
    font-size: 18px;
  }
}
footer .footer-menu > ul > li ul:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid' width='37' height='37.031' viewBox='0 0 37 37.031'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath d='M26.762,0.015 L0.005,0.015 L0.005,10.263 L26.762,10.263 L26.762,37.043 L37.001,37.043 L37.001,10.263 L37.001,0.015 L26.762,0.015 Z' class='cls-1'/%3E%3C/svg%3E")
    no-repeat center;
  transform: rotate(180deg);
  background-size: 9px 10px;
  margin-right: 15px;
}
footer .footer-menu .social {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  footer .footer-menu .social {
    display: none;
  }
}
footer .copyright {
  background: #232320;
  width: 100%;
  text-align: center;
  border-top: 1px solid grey;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #858584;
  font-size: 14px;
  line-height: 1em;
  vertical-align: middle;
  padding: 20px 0;
}
footer .copyright a {
  color: #858584;
  border: none;
  outline: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
footer .copyright a:hover,
footer .copyright a:focus,
footer .copyright a:active {
  border: none;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  footer .copyright a {
    display: block;
  }
}
footer .copyright img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
}

.page_websidan .btn::after,
.page_websidan .has-overlay::before,
.page_websidan .sc-fact-background::before,
.page_websidan .sc-sponsores-background::before,
.page_websidan .nav-arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.page_websidan .cover-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page_websidan .cover-bg img {
  display: none;
}

body.page_websidan,
.page_websidan .page-text {
  font-size: 16px;
  letter-spacing: 0.21px;
  line-height: 1.38;
}

.page_websidan .menu-link,
.page_websidan .mod-timeline-time {
  font-size: 14px;
  letter-spacing: 0.31px;
}

.page_websidan .mod-banner-content h1 {
  font-size: 100px;
  letter-spacing: 0.8px;
  line-height: 1;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .mod-banner-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .mod-banner-content h1 {
    font-size: 40px;
  }
}

.page_websidan
  .mod-countdown
  [class*='col-']:not(:last-child)
  .mod-countdown-block::after,
.page_websidan .mod-countdown-time {
  font-size: 90px;
  letter-spacing: 0.72px;
  line-height: 0.8;
  font-weight: 900;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan
    .mod-countdown
    [class*='col-']:not(:last-child)
    .mod-countdown-block::after,
  .page_websidan .mod-countdown-time {
    line-height: 1;
    font-size: 70px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan
    .mod-countdown
    [class*='col-']:not(:last-child)
    .mod-countdown-block::after,
  .page_websidan .mod-countdown-time {
    font-size: 30px;
  }
}

.page_websidan .mod-fact-number {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.56px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .mod-fact-number {
    font-size: 50px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .mod-fact-number {
    font-size: 40px;
  }
}

.page_websidan .headline-title--large {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.67px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .headline-title--large {
    font-size: 35px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .headline-title--large {
    font-size: 22px;
    line-height: 1.4;
  }
}

.page_websidan .headline-title--medium,
.page_websidan .mod-fact p,
.page_websidan legend {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2em;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .headline-title--medium,
  .page_websidan .mod-fact p,
  .page_websidan legend {
    font-size: 25px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .headline-title--medium,
  .page_websidan .mod-fact p,
  .page_websidan legend {
    font-size: 18px;
  }
}

.page_websidan .mod-countdown-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.53px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .mod-countdown-text {
    font-size: 22px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .mod-countdown-text {
    font-size: 18px;
    line-height: 1.4;
  }
}

.page_websidan .headline-title--small,
.page_websidan .headline-text,
.page_websidan .form-label,
.page_websidan .pagination-link,
.page_websidan .pagination .ellipsis::after,
.page_websidan .page-text--large {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.27px;
}
@media (max-width: 766.98px) {
  .page_websidan .headline-title--small,
  .page_websidan .headline-text,
  .page_websidan .form-label,
  .page_websidan .pagination-link,
  .page_websidan .pagination .ellipsis::after,
  .page_websidan .page-text--large {
    font-size: 16px;
    line-height: 1.4;
  }
}

.page_websidan .btn,
.page_websidan .page-text--medium {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.4px;
}
@media (max-width: 766.98px) {
  .page_websidan .btn,
  .page_websidan .page-text--medium {
    font-size: 16px;
  }
}

.page_websidan .text h1,
.page_websidan .text h2,
.page_websidan .text h3,
.page_websidan .text h4,
.page_websidan .text h5,
.page_websidan .text h6,
.page_websidan .text p,
.page_websidan .text span,
.page_websidan .text ul,
.page_websidan .text li,
.page_websidan .text a,
.page_websidan .title h1,
.page_websidan .title h2,
.page_websidan .title h3,
.page_websidan .title h4,
.page_websidan .title h5,
.page_websidan .title h6,
.page_websidan .title p,
.page_websidan .title span,
.page_websidan .title ul,
.page_websidan .title li,
.page_websidan .title a,
.page_websidan .title-main h1,
.page_websidan .title-main h2,
.page_websidan .title-main h3,
.page_websidan .title-main h4,
.page_websidan .title-main h5,
.page_websidan .title-main h6,
.page_websidan .title-main p,
.page_websidan .title-main span,
.page_websidan .title-main ul,
.page_websidan .title-main li,
.page_websidan .title-main a,
.page_websidan .headline-title > *,
.page_websidan .headline-text *,
.page_websidan .modal-body h5 {
  color: #d5b22e;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-align: inherit;
  font-style: inherit;
  margin: 0;
}

body.page_websidan {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  position: relative;
  height: auto;
  min-height: 100%;
  width: 100%;
  font-weight: 400;
  background-color: #1f1e1f;
  display: flex;
  flex-direction: column;
}
body.page_websidan.is-open-modal {
  overflow: hidden;
}

body.page_websidan {
  flex: 1 0 auto;
  position: relative;
  z-index: 1;
}

.page_websidan footer .empty-gray-space {
  margin-top: 0;
}

.page_websidan ::-webkit-selection {
  background-color: #5085c4;
  color: #ffffff;
}

.page_websidan ::-moz-selection {
  background-color: #5085c4;
  color: #ffffff;
}

.page_websidan :-ms-selection {
  background-color: #5085c4;
  color: #ffffff;
}

.page_websidan ::selection {
  background-color: #5085c4;
  color: #ffffff;
}

.page_websidan .main {
  flex: 1 0 auto;
  position: relative;
  z-index: 3;
}

.page_websidan .noselect,
.page_websidan .noselect * {
  user-select: none;
}

.page_websidan ul {
  padding: 0;
  margin-bottom: 0;
}

.page_websidan ul,
.page_websidan ul li {
  list-style: none;
}

.page_websidan .text ul,
.page_websidan .text ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 766.98px) {
  .page_websidan .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 766.98px) {
  .page_websidan [class*='col-'],
  .page_websidan .container,
  .page_websidan .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page_websidan .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 766.98px) {
  .page_websidan .container {
    max-width: calc(100% - 10px);
  }
}

.page_websidan b,
.page_websidan h1,
.page_websidan h2,
.page_websidan h3,
.page_websidan h4,
.page_websidan h5,
.page_websidan h6,
.page_websidan strong,
.page_websidan th {
  font-size: 100%;
}

.page_websidan a[href] * {
  cursor: pointer;
}

.page_websidan a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.page_websidan a:hover,
.page_websidan a:focus {
  outline: none;
  color: currentColor;
  text-decoration: none;
}

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

.page_websidan .hidden {
  display: none !important;
}

.page_websidan img {
  position: relative;
  margin: 0;
  max-width: 100%;
  height: auto;
  width: auto;
}

@keyframes placeholderShimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}

.page_websidan [style*='--aspect-ratio'] > :first-child {
  width: 100%;
}

.page_websidan [style*='--aspect-ratio'] > img {
  height: auto;
}

@supports (--custom: property) {
  .page_websidan [style*='--aspect-ratio'] {
    position: relative;
  }
  .page_websidan [style*='--aspect-ratio']::before {
    background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.08) 0,
      rgba(0, 0, 0, 0.15) 15%,
      rgba(0, 0, 0, 0.08) 30%
    );
    background-size: 1200px 100%;
    animation: placeholderShimmer 5s linear infinite;
    content: '';
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    position: relative;
    z-index: -1;
  }
  .page_websidan [style*='--aspect-ratio'] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .page_websidan [style*='--aspect-ratio'] > :first-child:before {
    background: no-repeat scroll center
      url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23DADADA' d='M0 0h200v200H0z'/%3E%3Cpath d='M26.653 14.92h145.834a11.715 11.715 0 0 1 11.734 11.733v77.736l-33.735-42.534c-3.98-5.239-11.943-5.239-15.924 0l-49.24 62.23-20.534-22.42c-4.19-4.61-11.524-4.61-15.715 0L14.92 138.754v-112.1A11.715 11.715 0 0 1 26.653 14.92z' fill='%23FFF' fill-rule='nonzero'/%3E%3Ccircle fill='%23DADADA' fill-rule='nonzero' cx='51.378' cy='51.378' r='16.763'/%3E%3C/g%3E%3C/svg%3E") /
      auto 50%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.page_websidan {
  /*
	@styleguide
	@title Headline title

	Headline titles for section and modules title

	Large:
	<div class="headline-title : headline-title--large"><h1>Lorem ipsum</h1></div>

	Medium:
	<div class="headline-title : headline-title--medium"><h1>Lorem ipsum</h1></div>

	Small:
	<div class="headline-title : headline-title--small"><h1>Lorem ipsum</h1></div>

	*/
}
.page_websidan .headline {
  margin-bottom: 60px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .headline {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .page_websidan .headline {
    margin-bottom: 20px;
  }
}
.page_websidan .headline-title {
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.page_websidan .headline-title--large + div {
  margin-top: 16px;
}
@media (max-width: 766.98px) {
  .page_websidan .headline-title--large + div {
    margin-top: 13px;
  }
}
.page_websidan .headline-title--medium + div {
  margin-top: 8px;
}
.page_websidan .headline-title--small + div {
  margin-top: 12px;
}
.page_websidan .headline-title--white {
  color: #ffffff;
}
.page_websidan .headline-title--bold {
  font-weight: 700;
}
.page_websidan .headline-separator {
  background-color: #d5b22e;
  display: block;
  margin: 16px auto 19px;
  width: 100px;
  height: 4px;
}
@media (max-width: 766.98px) {
  .page_websidan .headline-separator {
    height: 2px;
    margin: 13px auto;
  }
}

.page_websidan {
  /*
	@styleguide
	@title Button

	Use the button classes on and `<a>`, `<button>`, `<input>` elements.

	Generic button:
	<button class="btn"><span>Sample Button</span></button>

		<button class="btn"><span>Sample Button</span></button>

	Send button:
	<button class="btn : btn--send"><span>Send button</span></button>

		<button class="btn : btn--send"><span>Send button</span></button>

	FB button:
	<button class="btn : btn--fb"><span>FB button</span></button>

		<button class="btn : btn--fb"><span>FB button</span></button>

	White button:
	<button class="btn : btn--white"><span>White button</span></button>

		<button class="btn : btn--white"><span>White button</span></button>

	Centered button:
	<button class="btn : btn--center"><span>Center button</span></button>

		<button class="btn : btn--center"><span>Center button</span></button>

	*/
}
.page_websidan .full-width-container {
  position: relative;
}
.page_websidan .full-width-content {
  width: 100vw;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}
.page_websidan .btn {
  background-color: #d5b22e;
  color: #1f1e1f;
  margin: 0;
  cursor: pointer;
  position: relative;
  border: none;
  padding: 0 40px;
  height: 60px;
  min-width: 212px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  text-transform: uppercase;
  border-radius: 0;
  overflow: hidden;
  border-radius: 50px;
}
.page_websidan .btn:hover {
  background-color: #fff;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .btn {
    padding: 0 22px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .btn {
    min-width: 150px;
    height: auto;
    padding: 13px 22px;
  }
}
.page_websidan .btn--small {
  height: 50px;
  padding: 0 25px;
  text-transform: inherit;
  min-width: 1px;
}
.page_websidan .btn span {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page_websidan .has-overlay {
  position: relative;
}
.page_websidan .has-overlay::before {
  background-color: rgba(39, 158, 185, 0.8);
}
.page_websidan .cover-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_websidan .page-text--bold {
  font-weight: 700;
}
.page_websidan .page-text--notice {
  padding-bottom: 20px;
}
.page_websidan .page-text li {
  list-style: disc;
  list-style-position: inside;
}
.page_websidan .page-text p + * {
  margin-top: 21px;
}
.page_websidan .text--yellow {
  color: #279eb9;
}
.page_websidan .text--green {
  color: #ffffff;
}
.page_websidan .text--pink {
  color: #ee576a;
}
.page_websidan .tabs-list--registration li.m-t-15 {
  margin-top: 15px;
}

.page_websidan .sc-general {
  position: relative;
  z-index: 5;
  width: 100%;
}

.page_websidan .sc-banner {
  padding: 80px 0;
  margin-bottom: 90px;
  height: 913px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .sc-banner {
    height: 740px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .sc-banner {
    height: auto;
    min-height: calc(100vh - 44px);
    margin-bottom: 44px;
  }
}
.page_websidan .sc-banner .container {
  position: relative;
  z-index: 3;
}
.page_websidan .sc-banner--innerpage {
  height: 100vh;
}
@media (min-width: 767px) {
  .page_websidan .sc-banner--innerpage {
    margin-bottom: 80px;
  }
}
.page_websidan .sc-banner--innerpage .tabs-list {
  margin-top: 47px;
}
@media (max-width: 766.98px) {
  .page_websidan .sc-banner--innerpage .tabs-list {
    margin-top: 20px;
  }
}
.page_websidan .sc-banner--smaller {
  height: auto;
  padding: 150px 0 27px;
}
@media (min-width: 767px) {
  .page_websidan .sc-banner--smaller {
    margin-bottom: 70px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .sc-banner--smaller {
    min-height: 1px;
    padding: 100px 0 37px;
  }
}

.page_websidan .sc-why {
  padding: 55px 0 120px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .sc-why {
    padding: 50px 0 80px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .sc-why {
    padding: 40px 0;
  }
}

.page_websidan .sc-fact {
  padding: 135px 0 51px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .sc-fact {
    padding: 90px 0 50px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .sc-fact {
    padding: 70px 0 10px;
  }
}
.page_websidan .sc-fact-background {
  z-index: 0;
}
.page_websidan .sc-fact-background::before {
  background-color: rgba(28, 30, 64, 0.8);
  z-index: 1;
}
.page_websidan .sc-fact-background::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 165px;
  z-index: 2;
  background: url('../img/2021/goo.svg') no-repeat center top/contain;
}
@media (max-width: 1199.98px) {
  .page_websidan .sc-fact-background::after {
    background-size: 120% auto;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .sc-fact-background::after {
    background-size: 200% auto;
  }
}
.page_websidan .sc-fact .container {
  position: relative;
  z-index: 5;
}

.page_websidan .sc-speaker {
  padding: 65px 0 33px;
}
@media (max-width: 766.98px) {
  .page_websidan .sc-speaker {
    padding: 40px 0 20px;
  }
}

.page_websidan .sc-cta {
  padding: 82px 0 76px;
}
@media (max-width: 1199.98px) {
  .page_websidan .sc-cta {
    padding: 50px 0 45px;
  }
}
.page_websidan .sc-cta-background {
  z-index: 0;
}
.page_websidan .sc-cta-background::before,
.page_websidan .sc-cta-background::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}
.page_websidan .sc-cta-background::before {
  left: 0;
  width: 40.5%;
  background: linear-gradient(
    180deg,
    rgba(111, 198, 218, 0.8) 0%,
    rgba(80, 133, 196, 0.8) 52%,
    rgba(115, 73, 150, 0.8) 100%
  );
}
@media (max-width: 766.98px) {
  .page_websidan .sc-cta-background::before {
    display: none;
  }
}
.page_websidan .sc-cta-background::after {
  right: 0;
  width: 59.5%;
  background-color: rgba(28, 30, 64, 0.9);
}
@media (max-width: 766.98px) {
  .page_websidan .sc-cta-background::after {
    width: 100%;
  }
}
.page_websidan .sc-cta .container {
  position: relative;
  z-index: 5;
}
.page_websidan .sc-cta .cta-button {
  margin-top: 28px;
}
@media (max-width: 766.98px) {
  .page_websidan .sc-cta .cta-button {
    margin-top: 20px;
  }
}

.page_websidan .sc-timeline {
  padding: 55px 0 33px;
}
@media (max-width: 766.98px) {
  .page_websidan .sc-timeline {
    padding: 40px 0 20px;
  }
}

.page_websidan .sc-gallery {
  padding: 0 0 95px;
}
@media (max-width: 766.98px) {
  .page_websidan .sc-gallery {
    padding: 0 0 40px;
  }
}
.page_websidan .sc-gallery .headline {
  margin-bottom: 43px;
}

.page_websidan .sc-sponsores {
  padding: 95px 0 31px;
}
@media (max-width: 766.98px) {
  .page_websidan .sc-sponsores {
    padding: 40px 0 0;
  }
}
.page_websidan .sc-sponsores .row {
  display: block;
}
.page_websidan .sc-sponsores-background {
  z-index: 0;
}
.page_websidan .sc-sponsores-background::before {
  background-color: rgba(28, 30, 64, 0.97);
  z-index: 1;
}
.page_websidan .sc-sponsores .container {
  position: relative;
  z-index: 5;
}

.page_websidan .sc-registration {
  padding: 85px 0 132px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .sc-registration {
    padding: 44px 0 70px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .sc-registration {
    padding: 40px 0 40px;
  }
}
@media (min-width: 767px) {
  .page_websidan .sc-registration .headline-title {
    line-height: 1.18;
  }
}

.page_websidan .mod-banner {
  width: 100%;
  position: relative;
}
.page_websidan .mod-banner-content {
  margin-top: 20px;
}
.page_websidan .mod-banner-content h1 {
  font-weight: 900;
  margin-bottom: 15px;
}
.page_websidan .mod-banner-content ul:not(.tabs-list) {
  margin-bottom: 20px;
}
.page_websidan .mod-banner-content ul:not(.tabs-list) li {
  border-right: 4px solid #e85c9b;
  padding: 0 19px;
  display: inline-block;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-banner-content ul:not(.tabs-list) li {
    border-width: 2px;
    padding: 0 6px;
  }
}
.page_websidan .mod-banner-content ul:not(.tabs-list) li:first-child {
  border-left: 4px solid #e85c9b;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-banner-content ul:not(.tabs-list) li:first-child {
    border-width: 2px;
  }
}
.page_websidan .mod-banner-content p {
  margin-bottom: 58px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .mod-banner-content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .mod-banner-content p {
    margin-bottom: 20px;
  }
}

.page_websidan .mod-countdown {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  bottom: 0;
}
.page_websidan .mod-countdown-wrapper {
  background-image: linear-gradient(
    180deg,
    #734996 0%,
    #5085c4 48%,
    #6fc6da 100%
  );
  border-radius: 10px;
  padding: 45px 0 30px;
  position: relative;
  text-align: center;
  transform: translate(0, 50%);
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .mod-countdown-wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .mod-countdown-wrapper {
    padding: 25px 10px 20px;
  }
}
.page_websidan .mod-countdown-wrapper span {
  display: block;
}
.page_websidan
  .mod-countdown
  [class*='col-']:not(:last-child)
  .mod-countdown-block::after {
  transform: translate(0, -50%);
  content: ':';
  position: absolute;
  right: -30px;
  top: 35%;
}
@media (max-width: 766.98px) {
  .page_websidan
    .mod-countdown
    [class*='col-']:not(:last-child)
    .mod-countdown-block::after {
    right: -18px;
    top: 40%;
  }
}
.page_websidan .mod-countdown-block {
  position: relative;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-countdown-text {
    font-size: 14px;
  }
}

.page_websidan .mod-fact {
  text-align: center;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-fact {
    margin-bottom: 30px;
  }
}

@media (max-width: 766.98px) {
  .page_websidan .logo-grid {
    margin-top: 30px;
  }
}

.page_websidan .logo-grid-item {
  display: block;
  margin-bottom: 70px;
}
@media (max-width: 766.98px) {
  .page_websidan .logo-grid-item {
    margin-bottom: 40px;
  }
}

@media (max-width: 766.98px) {
  .page_websidan .logo-grid img {
    max-height: 50px;
    max-width: 120px;
  }
}

.page_websidan footer .empty-gray-space {
  background-color: #1c1e40;
  background-image: url('../img/2021/2021_websi_dan_pre_footer.png');
  background-position: top 45px left;
  background-repeat: no-repeat;
  padding-top: 26.25%;
}

.page_websidan select::-ms-expand {
  display: none;
}

.page_websidan input,
.page_websidan button,
.page_websidan select,
.page_websidan textarea {
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.page_websidan input,
.page_websidan textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

.page_websidan input:invalid {
  outline: none;
}

.page_websidan textarea::-ms-clear,
.page_websidan input::-ms-clear {
  display: none;
}

.page_websidan .form-title {
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 24px;
}

.page_websidan ::-webkit-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}

.page_websidan :-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}

.page_websidan ::-moz-placeholder {
  opacity: 0.8;
  color: #ffffff;
}

.page_websidan :-ms-input-placeholder {
  opacity: 0.8;
  color: #ffffff;
}

.page_websidan input[type='text'],
.page_websidan input[type='number'],
.page_websidan input[type='search'],
.page_websidan input[type='password'],
.page_websidan input[type='tel'],
.page_websidan input[type='email'],
.page_websidan textarea,
.page_websidan select {
  transition: border 0.3s ease;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  height: 38px;
  color: #ffffff;
}
.page_websidan input[type='text']:focus,
.page_websidan input[type='text'].filled,
.page_websidan input[type='number']:focus,
.page_websidan input[type='number'].filled,
.page_websidan input[type='search']:focus,
.page_websidan input[type='search'].filled,
.page_websidan input[type='password']:focus,
.page_websidan input[type='password'].filled,
.page_websidan input[type='tel']:focus,
.page_websidan input[type='tel'].filled,
.page_websidan input[type='email']:focus,
.page_websidan input[type='email'].filled,
.page_websidan textarea:focus,
.page_websidan textarea.filled,
.page_websidan select:focus,
.page_websidan select.filled {
  border-color: #d5b22e;
  outline: none;
}

.page_websidan .form-label {
  display: block;
  font-weight: 700;
  margin-bottom: -3px;
}
@media (max-width: 766.98px) {
  .page_websidan .form-label {
    margin-bottom: 3px;
  }
}

.page_websidan .form-group {
  margin-bottom: 49px;
}
@media (max-width: 766.98px) {
  .page_websidan .form-group {
    margin-bottom: 20px;
  }
}

.page_websidan legend {
  font-weight: 700;
  margin: 0 0 28px;
}

.page_websidan .checkbox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page_websidan .checkbox.single-line label::before {
  top: -5px;
}
.page_websidan .checkbox.single-line label:after {
  top: 2px;
}
.page_websidan .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
}
.page_websidan .checkbox input:checked + label:after {
  transform: scale(1);
}
.page_websidan .checkbox label {
  padding-left: 53px;
  position: relative;
  display: block;
}
@media (max-width: 766.98px) {
  .page_websidan .checkbox label {
    padding-left: 36px;
  }
}
.page_websidan .checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 34px;
  height: 34px;
  border: 1px solid #979797;
}
@media (max-width: 766.98px) {
  .page_websidan .checkbox label::before {
    height: 24px;
    width: 24px;
    top: 3px;
  }
}
.page_websidan .checkbox label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 11px;
  width: 25px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='20' viewBox='0 0 25 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23b3d336' d='M22.35 0L7.328 14.826 2.6 10.16 0 12.725l6.24 6.158.006-.007L7.386 20 25 2.616z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
  transform: scale(0);
  transition: transform 250ms linear;
}
@media (max-width: 766.98px) {
  .page_websidan .checkbox label:after {
    top: 5px;
  }
}

.page_websidan .file-upload {
  margin: 31px 0 58px;
}
@media (max-width: 766.98px) {
  .page_websidan .file-upload {
    margin: 20px 0;
  }
}
.page_websidan .file-upload-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page_websidan .file-upload-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 19px;
}
.page_websidan .file-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.page_websidan .slick-slider {
  margin-bottom: 0;
}

.page_websidan .slick-slideshow .slide:not(.slick-slide):not(:first-of-type) {
  display: none;
}

.page_websidan .nav-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: #e85c9b;
  transition: opacity 0.3s ease;
  transform: translate(0, -50%);
}
@media (max-width: 991.98px) {
  .page_websidan .nav-arrow {
    width: 40px;
    height: 40px;
  }
}
.page_websidan .nav-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease-in, visibility 0ms linear 250ms;
}
.page_websidan .nav-arrow:before {
  transition: transform 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 20 35'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M2.19.5L19.5 17.4 2.19 34.3 0 32.035l14.989-14.636L0 2.765z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center;
}
@media (max-width: 991.98px) {
  .page_websidan .nav-arrow:before {
    background-size: 12px auto;
  }
}
.page_websidan .nav-arrow--prev {
  left: 7.5px;
}
.page_websidan .nav-arrow--prev:before {
  transform: scale(-1);
}
.page_websidan .nav-arrow--prev:hover:before {
  transform: scale(-1) translate(5px, 0);
}
.page_websidan .nav-arrow--next {
  right: 6px;
}
.page_websidan .nav-arrow--next:hover:before {
  transform: translate(5px, 0);
}

.page_websidan .tab-panel {
  display: none;
}
.page_websidan .tab-panel.current {
  display: block;
}

.page_websidan .tabs-list--normal-links {
  color: #676767;
  font-weight: 700;
}
.page_websidan .tabs-list--normal-links li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
.page_websidan .tabs-list--normal-links a {
  color: inherit;
}
.page_websidan .tabs-list--normal-links a:hover {
  color: #d5b22e;
}
.page_websidan .tabs-list--normal-links .current {
  color: #d5b22e;
}

.page_websidan .tabs-list--square-btn li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
}
@media (max-width: 766.98px) {
  .page_websidan .tabs-list--square-btn li {
    margin: 0 3px 7px;
  }
}
.page_websidan .tabs-list--square-btn li.current a {
  color: #414042;
  background-color: #ffffff;
}

.page_websidan .tabs-list--square-btn a {
  min-width: 120px;
  padding: 17px 20px;
  text-align: center;
  display: block;
  border: 1px solid #ffffff;
  transition: background 250ms linear, color 250ms linear;
}
@media (max-width: 766.98px) {
  .page_websidan .tabs-list--square-btn a {
    min-width: 70px;
    padding: 7px 10px;
  }
}
.page_websidan .tabs-list--square-btn a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page_websidan .tabs-list--registration {
  margin-top: 29px;
  margin-bottom: 69px;
}
@media (max-width: 766.98px) {
  .page_websidan .tabs-list--registration {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.page_websidan .tabs-list--registration li.current a {
  background-color: rgba(255, 255, 255, 0.2);
}
.page_websidan .tabs-list--registration a {
  padding: 23px 25px;
  min-height: 203px;
  display: block;
  border: 1px solid #dbdada;
  transition: background 250ms linear, color 250ms linear;
}
@media (max-width: 991.98px) {
  .page_websidan .tabs-list--registration a {
    padding: 15px;
    min-height: 1px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .tabs-list--registration a {
    margin-bottom: 20px;
  }
}
.page_websidan .tabs-list--registration a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.page_websidan .tabs-list--registration .page-text--large {
  margin-bottom: 13px;
  color: #d5b22e;
}
.page_websidan .tabs-list--registration p {
  margin: 0;
}

.page_websidan .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0ms linear 500ms, left 0ms linear 500ms,
    opacity 500ms cubic-bezier(0.2, 0.52, 0.25, 1);
}
.page_websidan .modal.is-open-modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0ms linear, left 0ms linear,
    opacity 500ms cubic-bezier(0.2, 0.52, 0.25, 1);
}
.page_websidan .modal-main {
  pointer-events: all;
  display: block;
  left: 50%;
  margin: 260px 0 40px;
  max-width: 1140px;
  position: relative;
  width: 100%;
  transform: translate(-50%, 0);
  background-color: #13142c;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_websidan .modal-main {
    max-width: 960px;
  }
}
@media (min-width: 767px) and (max-width: 991.98px) {
  .page_websidan .modal-main {
    max-width: 720px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .modal-main {
    margin: 160px 0 15px;
  }
}
.page_websidan .modal-image {
  display: inline-block;
  height: 263px;
  margin: -132px 0 18px;
  position: relative;
  width: 359px;
}
@media (max-width: 766.98px) {
  .page_websidan .modal-image {
    height: 160px;
    margin: -80px 0 15px;
    width: 200px;
  }
}
.page_websidan .modal-image--speakers {
  height: auto;
  margin: -157px 0 -7px;
  width: auto;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .modal-image--speakers {
    margin: -127px 0 0;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .modal-image--speakers {
    margin: -98px 0 -15px;
  }
}
.page_websidan .modal-image--speakers:after {
  content: '';
  position: absolute;
  top: 41px;
  left: -27px;
  width: 322px;
  height: 197px;
  background: url('../img/2021/2021_websidan_orbit.png') no-repeat
    center/contain;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199.98px) {
  .page_websidan .modal-image--speakers:after {
    top: 29px;
    left: -22px;
    width: 257px;
    height: 160px;
  }
}
.page_websidan .modal .headline-title {
  line-height: 1.18;
}
.page_websidan .modal .mod-speakers-image-wrap:hover .decorations span {
  transform: scale(1);
}

.page_websidan .modal-header {
  padding: 0;
  border: none;
  margin-bottom: 17px;
}
@media (max-width: 766.98px) {
  .page_websidan .modal-header {
    padding: 0 15px;
  }
}

.page_websidan .modal-body {
  padding: 0;
  margin-bottom: 14px;
}
@media (max-width: 766.98px) {
  .page_websidan .modal-body {
    padding: 0 15px;
    margin: 0;
  }
}
.page_websidan .modal-body h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #d5b22e;
}
.page_websidan .modal-body .page-text {
  margin-bottom: 19px;
}
.page_websidan .modal-body .page-text strong {
  font-weight: 700;
}
.page_websidan .modal-body .page-text span {
  color: #d5b22e !important;
}

.page_websidan .modal-footer {
  padding: 40px 0;
  background-color: #1c1e40;
  text-align: left;
  border: none;
}
@media (max-width: 766.98px) {
  .page_websidan .modal-footer {
    padding: 20px 15px;
  }
}

.page_websidan .header-main {
  background-color: #d5b22e;
  position: fixed;
  z-index: 1001;
  width: 100%;
  left: 0;
  top: 0;
  padding: 23px 0;
}
@media (max-width: 991.98px) {
  .page_websidan .header-main {
    padding: 15px 0;
  }
}
.page_websidan .header-main .container {
  display: flex;
  justify-content: space-between;
}
.page_websidan .header-main .btn {
  height: 40px;
  font-size: 16px;
  letter-spacing: 0.36px;
  min-width: 150px;
  padding: 0 21px;
}
@media (max-width: 991.98px) {
  .page_websidan .header-main .btn {
    display: none;
  }
}
.page_websidan .header-main--right {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
}

.page_websidan .menu-main {
  margin-right: 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_websidan .menu-main {
    margin-right: 28px;
  }
}
@media (max-width: 991.98px) {
  .page_websidan .menu-main {
    background-color: rgba(65, 64, 66, 0.9);
    position: fixed;
    top: 74px;
    width: 100%;
    left: 0;
    height: calc(100% - 74px);
    overflow: auto;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease;
  }
}
.page_websidan .menu-main .btn {
  display: none;
}
@media (max-width: 991.98px) {
  .page_websidan .menu-main .btn {
    display: inline-flex;
  }
}

.page_websidan.is-open-menu .menu-main {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .page_websidan .menu-main-nav {
    margin: 30px 0 20px;
  }
}

.page_websidan .menu-level1 {
  display: inline-block;
}
@media (min-width: 1200px) {
  .page_websidan .menu-level1 {
    margin-left: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_websidan .menu-level1 {
    margin-left: 16px;
  }
}
@media (max-width: 991.98px) {
  .page_websidan .menu-level1 {
    width: 100%;
  }
}

.page_websidan .menu-link {
  display: block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.page_websidan .menu-link:hover {
  color: #e85c9b;
}
@media (max-width: 991.98px) {
  .page_websidan .menu-link {
    margin: 0 auto;
    font-size: 20px;
    padding: 13px 0;
    max-width: calc(100% - 10px);
  }
}

.page_websidan .menu-hamburger {
  cursor: pointer;
  display: none;
  z-index: 2;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .page_websidan .menu-hamburger {
    display: flex;
  }
}
.page_websidan .menu-hamburger-bars {
  width: 35px;
}
.page_websidan .menu-hamburger .bars {
  background-color: #ffffff;
  height: 4px;
  margin-bottom: 8px;
  width: 100%;
  transition: transform 250ms ease;
}
.page_websidan .menu-hamburger .bars:last-child {
  margin-bottom: 0;
}

.page_websidan.is-open-menu .menu-hamburger .bars:first-child {
  transform: translateY(12px) rotate(225deg);
}

.page_websidan.is-open-menu .menu-hamburger .bars:nth-child(2) {
  transform: scale(0);
}

.page_websidan.is-open-menu .menu-hamburger .bars:last-child {
  transform: translateY(-12px) rotate(315deg);
}

.wedidit {
  color: transparent;
}

.page_websidan .pagination {
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 767px) and (max-width: 991.98px) {
  .page_websidan .pagination {
    margin: 0 30px 15px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .pagination {
    margin: 0 10px 10px;
  }
}
.page_websidan .pagination li {
  margin: 0 3px 1px;
  vertical-align: top;
  display: inline-block;
}
.page_websidan .pagination li.is-active .pagination-link {
  border-color: #ef65a5;
  background-color: #ef65a5;
}
.page_websidan .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid #979797;
  width: 40px;
  height: 40px;
  transition: background 250ms linear, color 250ms linear;
}
.page_websidan .pagination-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.page_websidan .pagination-link--prev {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 20 35'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M2.19.5L19.5 17.4 2.19 34.3 0 32.035l14.989-14.636L0 2.765z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/13px auto;
  transform: scale(-1);
}
.page_websidan .pagination-link--next {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='35' viewBox='0 0 20 35'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M2.19.5L19.5 17.4 2.19 34.3 0 32.035l14.989-14.636L0 2.765z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/13px auto;
}
.page_websidan .pagination .ellipsis {
  height: 40px;
  width: 40px;
  position: relative;
}
.page_websidan .pagination .ellipsis::after {
  content: '...';
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.page_websidan .go-page {
  margin-left: 33px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 767px) and (max-width: 991.98px) {
  .page_websidan .go-page {
    margin: 0 30px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .go-page {
    margin: 0 10px;
  }
}
.page_websidan .go-page input[type='text'],
.page_websidan .go-page input[type='number'] {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #979797;
  background-color: #ffffff;
  color: #414042;
  text-align: center;
  margin: 0 13px;
}
.page_websidan .go-page .btn,
.page_websidan .go-page input[type='text'],
.page_websidan .go-page input[type='number'] {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.27px;
}
@media (max-width: 766.98px) {
  .page_websidan .go-page .btn,
  .page_websidan .go-page input[type='text'],
  .page_websidan .go-page input[type='number'] {
    font-size: 18px;
    line-height: 1.4;
  }
}
.page_websidan .go-page .btn {
  padding: 0 18px;
  text-transform: inherit;
  height: 40px;
  min-width: 1px;
}

.page_websidan .sc-why .row {
  display: flex;
}

.page_websidan .sc-why [class*='col'] {
  order: 1;
  float: none;
}

@media (min-width: 992px) {
  .page_websidan .sc-why .col-middle {
    order: 2;
  }
}

.page_websidan .sc-why .col-first {
  order: 1;
}

.page_websidan .sc-why .col-last {
  order: 3;
}

.page_websidan .sc-why .col-first,
.page_websidan .sc-why .col-last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 766.98px) {
  .page_websidan .sc-why-content {
    flex-direction: column;
  }
}

.page_websidan .why-block {
  padding-left: 97px;
  position: relative;
}
@media (min-width: 767px) {
  .page_websidan .why-block:not(:last-child) {
    margin: 0 0 52px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .why-block {
    padding-left: 68px;
    margin: 0 0 30px;
  }
}
.page_websidan .why-block-img {
  left: 0;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 74px;
}
@media (max-width: 766.98px) {
  .page_websidan .why-block-img {
    width: 56px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .why-block-img img {
    max-height: 35px;
    max-width: 35px;
  }
}

.page_websidan .why-img {
  margin: 3px 0 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .page_websidan .why-img {
    margin: 0 0 30px;
  }
}

.page_websidan .sc-speaker .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page_websidan .sc-speaker [class*='col'] {
  float: none;
}

.page_websidan .mod-speakers {
  margin-bottom: 46px;
  position: relative;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-speakers {
    margin-bottom: 30px;
    text-align: center;
  }
}
.page_websidan .mod-speakers:after {
  content: '';
  position: absolute;
  top: 41px;
  left: -27px;
  width: 322px;
  height: 197px;
  background: url('../img/2021/2021_websidan_orbit.png') no-repeat
    center/contain;
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1199.98px) {
  .page_websidan .mod-speakers:after {
    top: 29px;
    left: -22px;
    width: 257px;
    height: 160px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .mod-speakers:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.page_websidan .mod-speakers.modal-open {
  overflow: visible;
}
.page_websidan .mod-speakers:hover:after {
  opacity: 0;
}
.page_websidan .mod-speakers-image {
  position: relative;
  width: 236px;
  height: 232px;
  border-radius: 100%;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .page_websidan .mod-speakers-image {
    height: 183px;
    width: 186px;
  }
}
.page_websidan .mod-speakers-image-wrap {
  position: relative;
  padding: 14px 11px 77px;
}
@media (max-width: 1199.98px) {
  .page_websidan .mod-speakers-image-wrap {
    padding: 14px 11px 60px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .mod-speakers-image-wrap {
    display: inline-block;
  }
}
.page_websidan .mod-speakers-image-wrap:hover .mod-speakers-link {
  opacity: 1;
}
.page_websidan .mod-speakers-image-wrap:hover .decorations span {
  transform: scale(0.4);
}
.page_websidan .mod-speakers-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(111, 198, 218, 0.85) 0%,
    rgba(80, 133, 196, 0.85) 52%,
    rgba(115, 73, 150, 0.85) 100%
  );
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page_websidan .mod-speakers .is-hover .decorations span {
  transition: transform 0.6s ease;
}

.page_websidan .decorations-pink--2020 {
  position: absolute;
  left: 0;
  top: 3px;
  width: 237px;
  height: 279px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='237' height='279' viewBox='0 0 237 279'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ee7781' d='M237 133.282c0 55.145-59.908 94.778-119.858 109.372-7.574 1.844 7.586 36.346-17.7 36.346-21.166 0-16.467-9.061-31.356-22.19-14.888-13.13-17.195-8.09-34.39-20.222C16.503 224.455-2.715 188.055.319 147.612 4.96 85.742 10.573 32.952 103.488 5.049 196.4-22.854 237 71.169 237 133.282z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
  z-index: 1;
  transition: transform 0.4s ease;
}
@media (max-width: 1199.98px) {
  .page_websidan .decorations-pink--2020 {
    width: 183px;
    height: 215px;
  }
}
.v2 .page_websidan .decorations-pink--2020 {
  width: 239px;
  height: 289px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='239' height='289' viewBox='0 0 239 289'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f4d637' d='M237.368 133.518c0 55.061 15.01 131.315-46.003 126.526C127.755 255.052 135.65 289 110.362 289c-21.167 0-28.002-26.96-48.002-32.95-20.001-5.99-13.806-12.847-31.002-24.962C14.163 218.973-2.678 183.104.357 142.722 4.999 80.946 28.358 7.428 128.363.438c100.004-6.99 109.005 71.062 109.005 133.08z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
}
@media (max-width: 1199.98px) {
  .v2 .page_websidan .decorations-pink--2020 {
    width: 188px;
    height: 227px;
  }
}

.page_websidan .decorations-yellow--2020 {
  position: absolute;
  right: 0;
  top: 17px;
  width: 239px;
  height: 257px;
  z-index: 2;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='239' height='257' viewBox='0 0 239 257'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f2cf1c' d='M239 132.693c0 33.886-19.16 79.216-42.354 98.371-7.663 6.329-24.475 15.47-32.27 20.164-16.82 10.129-23.602 3.846-43.175 3.846C59.441 255.074 0 202.084 0 138.9 0 75.717 19.562 14.746 114.822 1.444 210.082-11.86 239 69.509 239 132.693z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
  transition: transform 0.4s ease 0.2s;
}
@media (max-width: 1199.98px) {
  .page_websidan .decorations-yellow--2020 {
    height: 193px;
    right: 13px;
    width: 180px;
  }
}
.v2 .page_websidan .decorations-yellow--2020 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='239' height='258' viewBox='0 0 239 258'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%236ac5df' d='M239 132.772c0 33.907-23.922 98.366-53 98.366-10.646 0-10.204 18.328-18 23.025-16.819 10.135-19.427-3.013-39-3.013-61.76 0-129-48.945-129-112.167C0 75.763 19.562 14.755 114.822 1.445 210.082-11.865 239 69.55 239 132.772z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
  width: 239px;
  height: 258px;
}
@media (max-width: 1199.98px) {
  .v2 .page_websidan .decorations-yellow--2020 {
    width: 188px;
    height: 203px;
  }
}

.page_websidan .decorations-green--2020 {
  position: absolute;
  left: 8px;
  top: 35px;
  width: 240px;
  height: 257px;
  z-index: 3;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='257' viewBox='0 0 240 257'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2337b187' d='M240 128.288c0 47.852-33.418 87.176-75.95 93.052-13.128 1.814-14.836 37.772-44.05 35.562-15.92-1.204-20.804-26.607-35.95-31.331C35.444 210.411 0 179.651 0 134.291 0 73.203 19.644 14.255 115.302 1.395 210.961-11.465 240 67.202 240 128.288z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
  transition: transform 0.4s ease 0.4s;
}
@media (max-width: 1199.98px) {
  .page_websidan .decorations-green--2020 {
    width: 180px;
    height: 193px;
  }
}
.v2 .page_websidan .decorations-green--2020 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='251' height='238' viewBox='0 0 251 238'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ef65a5' d='M245.292 80.817c9.01 49.554 12.546 109.243-30.036 115.126-13.144 1.816-26.03 8.823-48.057 24.026-12.842 8.864-53.92 21.747-69.082 17.019-9.318-2.906-15.006-12.415-24.029-17.019C35.987 200.529 0 172.883 0 136.168 0 75.015 19.668 16.003 115.44 3.128c95.772-12.875 118.304 14.184 129.852 77.689z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
  width: 251px;
  height: 238px;
}
@media (max-width: 1199.98px) {
  .v2 .page_websidan .decorations-green--2020 {
    height: 188px;
    left: 4px;
    top: 30px;
    width: 198px;
  }
}

@media (min-width: 767px) {
  .page_websidan .mod-timeline-item .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.page_websidan .mod-timeline {
  margin-top: 3px;
  position: relative;
}
.page_websidan .mod-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  height: 100%;
  top: 0;
  width: 1px;
  background-color: #ffffff;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-timeline::before {
    left: 0;
  }
}
@media (min-width: 767px) {
  .page_websidan .mod-timeline .flex-row-reverse .col--left {
    text-align: left;
  }
  .page_websidan .mod-timeline .flex-row-reverse .col--right {
    text-align: right;
  }
}
.page_websidan .mod-timeline-item {
  margin-bottom: 60px;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-timeline-item {
    margin-bottom: 50px;
    padding-left: 30px;
  }
}
.page_websidan .mod-timeline-image {
  color: #ffffff;
  position: relative;
  width: 263px;
  height: 193px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-timeline-image {
    margin-bottom: 15px;
  }
}
.page_websidan .mod-timeline-image::after {
  background-color: #e85c9b;
  content: '';
  position: absolute;
  right: -16px;
  width: 1px;
  height: 100%;
  transform: scale(1, 0);
  transition: transform 0.3s ease;
}
@media (max-width: 766.98px) {
  .page_websidan .mod-timeline-image::after {
    left: -30px;
    right: inherit;
  }
}
@media (min-width: 767px) {
  .page_websidan .mod-timeline .flex-row-reverse .mod-timeline-image:after {
    left: -15px;
    right: inherit;
  }
}
.page_websidan .mod-timeline-time {
  background-color: rgba(232, 92, 155, 0.95);
  position: absolute;
  left: 0;
  letter-spacing: 0.19px;
  bottom: 0;
  height: 30px;
  padding: 4px 10px;
  width: 100%;
}
.page_websidan .mod-timeline-time span {
  position: relative;
}
.page_websidan .mod-timeline-time span::before {
  content: '';
  display: inline-block;
  height: 13px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  width: 13px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cdefs%3E%3CclipPath id='oioda'%3E%3Cpath d='M0 .8h12.2V13H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg/%3E%3Cg clip-path='url(%23oioda)'%3E%3Cpath fill='%23fff' d='M6.1.8a6.118 6.118 0 0 1 6.1 6.1c0 3.363-2.736 6.1-6.1 6.1A6.107 6.107 0 0 1 0 6.9C0 3.536 2.737.8 6.1.8m.358 11.476a5.363 5.363 0 0 0 5.01-5.014h-.948a.358.358 0 1 1-.003-.715h.95a5.363 5.363 0 0 0-5.01-5.014v.951a.357.357 0 0 1-.715 0v-.951A5.363 5.363 0 0 0 .734 6.547h.95a.358.358 0 0 1 0 .715h-.95a5.362 5.362 0 0 0 5.008 5.014v-.95a.358.358 0 0 1 .716 0v.95'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M6.455 6.754V4.198a.357.357 0 1 0-.715 0V6.9c0 .094.038.184.103.25l2.53 2.574a.36.36 0 0 0 .506.005.357.357 0 0 0 .005-.506z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center center/contain;
}
.page_websidan .mod-timeline-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 15px 0;
  background-color: rgba(232, 92, 155, 0.56);
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page_websidan .mod-timeline-content {
  position: relative;
}
.page_websidan .mod-timeline-content::before {
  border: 2px solid #e85c9b;
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #404041;
  left: -21px;
  top: 50%;
  border-radius: 100%;
  transform: translate(0, -50%);
}
@media (max-width: 766.98px) {
  .page_websidan .mod-timeline-content::before {
    left: -37px;
    top: 6px;
    transform: translate(0, 0);
  }
}
.page_websidan .mod-timeline-content .headline-title {
  color: #d5b22e;
  font-weight: 700;
}
@media (min-width: 767px) {
  .page_websidan .mod-timeline .flex-row-reverse .mod-timeline-content:before {
    left: inherit;
    right: -22px;
  }
}
@media (min-width: 767px) {
  .page_websidan .mod-timeline .col--left {
    text-align: right;
  }
}
.page_websidan .mod-timeline a:hover .mod-timeline-link {
  opacity: 1;
}
.page_websidan .mod-timeline a:hover .mod-timeline-image::after {
  transform: scale(1, 1);
}
.page_websidan .mod-timeline .page-text.text span {
  color: #ffffff !important;
}

.page_websidan .gallery {
  margin-bottom: 30px;
}
@media (max-width: 766.98px) {
  .page_websidan .gallery {
    margin-bottom: 15px;
  }
}

.page_websidan .sc-gallery--innerpage .gallery-image {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 766.98px) {
  .page_websidan .sc-gallery--innerpage .gallery-image {
    margin-bottom: 20px;
  }
}

.page_websidan .gallery-image-slider {
  display: block;
  margin-top: 32px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.page_websidan .gallery-image-slider .gallery-image {
  position: relative;
}
.page_websidan .gallery-image-slider img {
  display: none;
}
@media (max-width: 575.98px) {
  .page_websidan .gallery-image-slider img {
    width: 100%;
    display: block !important;
  }
}

.page_websidan .gallery-image-slide {
  cursor: pointer;
  display: flex !important;
  flex-direction: column;
  padding: 0 7.5px;
}
.page_websidan .gallery-image-slide .gallery-image {
  position: relative;
  display: block;
}
@media (max-width: 766.98px) {
  .page_websidan .gallery-image-slide .gallery-image {
    width: calc(100vw - 24px);
  }
}
.page_websidan .gallery-image-slide .gallery-image:not(.mod-video):before {
  content: '';
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 3;
  background: url(' data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOZJREFUeNrsmN1LHFcYxndm9nsXzdoqVS8kvbBXKV7E21hEVDSKiogXVVDSmyr+OVZQiCI1Cil+bmouUtTGfyFuL1K8KtnVirrf89nfmXNdDWEYQtiDGWYmsue3z/uc57xH5Z8P2cDnN9TAZzlqWDWsGtYXhaUEFH4CTsCx+ceDwo2mapqiOZatBhTLsHg0dCMoXqo+YZmm6bhDdQfTq5pqimHwKGbSVFVRIpFIpVo1LevuTwt6hRUOhyVctVrNZDLHx8e2bfPIS0SybAtiQ9dBDIVCjx93PvnhiR9YhmGIj3NHNps9ODjgDdqIajqOZZqxWMyybcuyHNuOx+M+YUHDlLquy1ICoQU13MabZCJpakaxWEQnfGW6cD4VkXpRIE3TUGJgYKCjoyOZTFYqlYZUKpe7ODo6evnby1KpBCUSwu2T5VGLelG465trxGhubm5oaHiQegDu29O3r35/dfbuXTwWk/YC3ScsDI4GkWgkFo1Jq+Xzecx++Pr1i42NvzKZR4++Hx0dhbVYKOiuEf3AkrlQKVcwEExUk5udnZ2VlZUP2ew3zc1T01ODT58apqmFhK4+eauqV8lP/HR9fV1XV0ftdnd319fXr66uWlpaJicne3p6KC5ukzHmE1YoGMIxFA4y1Nrf319cXDRMg6rBNDY2hvkuLy+JN25knvmBhQY3NzcUjjh988cbaofbEonE7OxsX19fOBIul8qkhlRLZq9PAUGNkIogXfxlsVQspVKpmZkZbM62U8gXQIE4Go3KX/YJizTiChnTR8IRfPbsp2fDQ8Mi/c2A1AmmhYUF1Gpra7tn4/fq5EPJaBxIdtuyDw8PCYve3l7WIzci3FW1UChgPgSTG6jt2H5giZbGzW6ZFMyqKqKDgAwJgUZO0zJRESaU4wt8Sm7J5omPk40UGsguihvm48p88t40TMX9dYXGRVXAk/0CVx7h4woETOJjVYXleTfTXVh4QjRPisoVOGzrNgIWX5pNF68UC0XRqxgGy42dztvuNHiHhUVZbEcaOagG7YAdi8fyt/m6+jrIoBGCueNjEtKbppnyyzUvNwoo9arODzQsftYU/7u1tZVOp0vl0r055KVayHCWOTs/P+eRXoU3qFIul2GiduTT2tqaXGuDg4M+YSESepyenm5vbyNGZ2dnY2OjbDh5j0jLy8tsNYgnF5pPWCwcaGTDCQe7L3sZiwiCvb29paUluKOx6NzcXHd3t1ho9wW3N94SKeAOMlD2d5SP+KZXWV1dlet07ue54eFh0hLP+aSWe/ATZkctvVqNhMPkRPrgAJ1I6vr6+unpaZhkucXJ0B8scdATBzuFa1NT0+1t/s+Tk+erz+mreJyYmIAJv9OeU1y6GsLTDyy5bcGFNkKndPrk5Pgid/FV09fj4+MjIyMkKpZnVcJ970nGMyy+PYKxxjgX6KKt2/v7/fuHD7/9cXoKnSQTtsN8CCZyS/EFC8tLJRTXYvS+7e3fDQ0N0fuy6HK5HLXTDZ0DBYM397bn3mDJKEKJUrmciCeY9fLfy83NzV9fbNCi0O5RXESan5/v7+/3lumugGDZs8aYnhvTFCcZqgmQTFSElCgy5T3fE//fW7jYcdrb27u6uhxxBgwkEwnx1w7bkjEmlkUk3NraSpaKrVP1UjCl9nf5GlYNq4ZVw/qCsf4TYADrZgtVICOOLgAAAABJRU5ErkJggg==')
    no-repeat center center/contain;
  transition: opacity 300ms ease-out;
}
.page_websidan .gallery-image-slide .gallery-image:hover::before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .page_websidan .gallery-image-slide--large .gallery-image {
    width: 765px;
    height: 510px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_websidan .gallery-image-slide--large .gallery-image {
    width: 680px;
    height: 453px;
  }
}
@media (min-width: 767px) and (max-width: 991.98px) {
  .page_websidan .gallery-image-slide--large .gallery-image {
    width: 500px;
    height: 333px;
  }
}
@media (min-width: 1200px) {
  .page_websidan .gallery-image-slide--small .gallery-image {
    width: 361px;
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page_websidan .gallery-image-slide--small .gallery-image {
    height: 223px;
    width: 266px;
  }
}
@media (min-width: 767px) and (max-width: 991.98px) {
  .page_websidan .gallery-image-slide--small .gallery-image {
    height: 162px;
    width: 206px;
  }
}
.page_websidan .gallery-image-slide--small .gallery-image:not(:last-child) {
  margin-bottom: 8px;
}

.page_websidan .registration {
  margin-top: 68px;
}
@media (max-width: 766.98px) {
  .page_websidan .registration {
    margin-top: 44px;
  }
}

.page_websidan .registration-form legend {
  color: #ffffff;
  border: none;
}

.page_websidan .registration-form .checkbox {
  margin: -8px 0 63px;
}
@media (min-width: 767px) and (max-width: 1199.98px) {
  .page_websidan .registration-form .checkbox {
    margin: 0 0 49px;
  }
}
@media (max-width: 766.98px) {
  .page_websidan .registration-form .checkbox {
    margin: 10px 0 20px;
  }
}

@media (min-width: 1200px) {
  .page_websidan .registration-form .btn:not(.btn--small) {
    padding: 0 30px;
  }
}

.page_websidan .registration-form .page-text--large {
  margin: 0 0 51px;
}
@media (max-width: 766.98px) {
  .page_websidan .registration-form .page-text--large {
    margin-bottom: 30px;
  }
}

.page_websidan .registration-form .page-text a {
  color: #d5b22e;
}

@media (min-width: 1200px) {
  .page_websidan .registration-form .form-submit {
    margin-top: -13px;
  }
}

.page_websidan .registration-form-logo {
  display: flex;
  max-width: 600px;
  margin: 0 0 40px;
}
@media (max-width: 766.98px) {
  .page_websidan .registration-form-logo {
    margin: 0 0 20px;
  }
}
@media (max-width: 530px) {
  .page_websidan .registration-form-logo {
    display: block;
  }
}
.page_websidan .registration-form-logo-img {
  margin-right: 15px;
  max-width: 190px;
  margin-top: 1px;
  width: 100%;
}
@media (max-width: 530px) {
  .page_websidan .registration-form-logo-img {
    margin: 0 0 15px;
  }
}
@media (max-width: 530px) {
  .page_websidan .registration-form-logo-text {
    width: 100%;
  }
}
.page_websidan .registration-form-logo p {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 530px) {
  .page_websidan .registration-form-logo p {
    font-size: 14px;
  }
}

.page_websidan .register-banner {
  width: 100%;
  height: 311px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 766.98px) {
  .page_websidan .register-banner {
    height: 200px;
  }
}
.page_websidan .register-banner h1 {
  font-size: 100px;
  margin-top: 82px;
}
@media (max-width: 766.98px) {
  .page_websidan .register-banner h1 {
    font-size: 52px;
  }
}

.bl-section.bl-packages a {
  color: #d5b22e;
}

.bl-login .form-group .eyecon {
  position: absolute;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 58px;
  right: 4px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-eye'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")
    no-repeat center center/ 20px;
}

.bl-login .form-group {
  position: relative;
}

.bl-login .form-group.is-active .eyecon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-eye-off'%3E%3Cpath d='M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24'/%3E%3Cline x1='1' y1='1' x2='23' y2='23'/%3E%3C/svg%3E")
    no-repeat center center/ 20px;
}

.bl-section .project-block {
  position: relative;
}

.bl-section .project-block::before {
  content: '';
  position: absolute;
  top: auto;
  bottom: auto;
  left: 12px;
  height: 16px;
  width: 16px;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .bl-section .project-block::before {
    top: 26px;
  }
}

.bl-section .project-block.is-yellow::before {
  background-color: #efef91;
}

.bl-section .project-block.is-red::before {
  background-color: #c34627;
}

.bl-section .project-block.is-green::before {
  background-color: #73d373;
}

.accordian-single + h3 {
  margin-top: 44px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=app.css.map */
.bl-project .img-upload {
  width: 100%;
  position: relative;
}
.bl-project .img-upload .img-upload-wrap {
  min-height: 350px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bl-project .img-upload {
    width: 100%;
  }
}
.bl-project .img-upload input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.bl-project .img-upload #preview-image {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='54' height='54' viewBox='0 0 54 54'%3E%3Cdefs%3E%3Cpath id='wqb6a' d='M1103.65 1023.48l.08 23.64h6.44l.16-23.67 8.49 8.49 5.06-5.07L1107 1010l-16.87 16.88 5.06 5.06z'/%3E%3Cpath id='wqb6b' d='M1127.25 1043.75v10.13h-40.5v-10.13H1080V1064h54v-20.25z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-1080 -1010)'%3E%3Cuse fill='%23d5b22e' xlink:href='%23wqb6a'/%3E%3C/g%3E%3Cg transform='translate(-1080 -1010)'%3E%3Cuse fill='%23d5b22e' xlink:href='%23wqb6b'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
  no-repeat center center;
  border: 0.5px dashed grey;
  width: 100%;
  min-height: 350px;
  display: block;
}
.bl-project .img-upload .delete-img {
  width: 29px;
  height: 29px;
  top: 8px;
  right: 8px;
  position: absolute;
  z-index: 20;
  background: #279eb9 url('../img/delete_img_icon.svg') no-repeat center center;
  cursor: pointer;
  border-radius: 50%;
}
.bl-project .img-upload .add-image-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bl-project .img-upload .add-image-container span {
  color: #b3b3b3;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding-right: 30px;
}
.bl-project .img-upload .add-image-container button {
  width: 200px;
  text-transform: uppercase;
  height: 55px;
  line-height: 1em;
}
.bl-project .img-upload .add-image-container button.img-hover {
  border: none;
  outline: none;
  text-decoration: none;
}

.bl-project .img-upload .preview-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  min-height: 350px;
  padding: 16px;
  border: 0.5px dashed grey;
  background-color: #232320;
}
.bl-project .img-upload .preview-image-item {
  position: relative;
  width: calc(20% - 13px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid grey;
  background-color: #1f1e1f;
}
.bl-project .img-upload .preview-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .bl-project .img-upload .preview-image-item {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .bl-project .img-upload .preview-image-item {
    width: calc(33.333% - 11px);
  }
}
@media screen and (max-width: 480px) {
  .bl-project .img-upload .preview-image-item {
    width: calc(50% - 8px);
  }
}