/*
Theme Name: Countline
Theme URI: https://adguns.lt
Author: wkd@adguns
Author URI: https://adguns.lt
Description: Countline Custom Made Theme
Version: 0.1.0
Text Domain: countline
*/
/* Colors */
/* Responsive brakepoints */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  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;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Selectmenu */
.custom-select {
  width: 100%;
  width: calc(100% - 2px); }

.ui-selectmenu {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: none;
  background: #fff;
  border: 1px solid #dce6e8;
  text-decoration: none !important; }

.ui-selectmenu .ui-selectmenu-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 22px;
  bottom: 0px;
  background: none;
  height: auto; }

.ui-selectmenu .ui-selectmenu-icon:before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -2.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #cccccc transparent transparent transparent; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  display: none;
  z-index: 1005; }

.ui-selectmenu-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dce6e8;
  background: #fff;
  border-radius: 0;
  border-top: none;
  border-bottom: none; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-menu li {
  padding: 0;
  margin: 0;
  display: block;
  border: none !important;
  font-weight: normal !important;
  background: none !important; }

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
  display: block;
  padding: 3px 8px;
  padding-right: 26px;
  outline: none;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  color: #000;
  font-size: 13px;
  line-height: 23px; }

.ui-selectmenu-menu li a {
  border-bottom: 1px solid #dce6e8; }

.ui-selectmenu-menu li a:hover,
.ui-selectmenu-menu .ui-state-hover a {
  color: #000;
  background: #efefef !important;
  zoom: 1; }

/*------------------------------------*\
  #FONTS AND SIMPLE CONTENT STYLES
\*------------------------------------*/
/* ------ Fonts ------ */
.ui-widget,
button,
input,
select,
textarea,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #303E4D; }

.event-item__author,
.event-category-title,
.event-category__count span,
.testimonial-item__title,
.h-section-title,
.footer-top h5,
.contacts-block__title,
.contacts-block__phone,
.h-styled-content h1,
.h-styled-content h2,
.h-styled-content h3,
.h-about-block h4,
.event-intro__author,
.h-numbered-list li:before, ol,
.list-title,
.person-intro__title,
.person-intro__subtitle,
.search-result__category,
.about-us-intro__text {
  font-family: 'Roboto Slab', serif; }

.h-box h4 {
  font-family: 'Roboto', sans-serif; }

/* ------ */
a,
button {
  text-decoration: none;
  color: #333;
  -moz-transition: color 0.3s, border-color 0.3s, background 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, border-color 0.3s, background 0.3s;
  transition: color 0.3s, border-color 0.3s, background 0.3s; }

img {
  vertical-align: top; }

p {
  line-height: 1.2em;
  margin: 1em 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0; }

:focus {
  outline: none; }

/* ------ Styled content ------ */
.h-styled-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #2D889A;
  margin-top: 25px; }

.h-styled-content h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px; }

.h-styled-content h1:first-child,
.h-styled-content h2:first-child,
.h-styled-content h3:first-child,
.h-styled-content h4:first-child {
  margin-top: 0; }

.h-styled-content p {
  font-size: 16px;
  line-height: 24px; }

.h-styled-content p:first-child {
  margin-top: 0; }

.h-styled-content p:last-child {
  margin-bottom: 0; }

.h-bg--medium-lighter .h-styled-content h3,
.h-bg--medium .h-styled-content h3 {
  color: #fff; }

.h-styled-content img.h-fl {
  margin-right: 25px;
  margin-bottom: 25px; }

/* Font size helpers */
.h-fs-18 p {
  font-size: 18px;
  line-height: 28px; }

/* Blockquote */
blockquote,
.h-styled-content blockquote {
  position: relative;
  background: url(assets/img/quote.svg) no-repeat center center;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  max-width: 530px;
  margin: 19px auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }

/* Tables */
.h-styled-content table {
  width: 100%; }

.h-styled-content th,
.h-styled-content td {
  padding: 8px 16px;
  bordeR: 1px solid #eee; }

.h-styled-content th {
  text-align: left; }

/**/
.h-styled-content hr,
hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  margin-bottom: 29px;
  margin-top: 21px; }

/* Responsive typography */
@media (max-width: 768px) {
  .h-styled-content img.h-fl {
    float: none;
    display: block;
    margin: 15px auto;
    max-width: 100%; }
  .h-styled-content h3 {
    font-size: 18px; }
  .h-styled-content h4 {
    font-size: 16px; }
  .h-styled-content p {
    font-size: 14px;
    line-height: 1.5em; }
  .h-styled-content ul.has-icons ul li,
  .h-styled-content .h-numbered-list ul:not(.has-icons) li {
    font-size: 14px; } }

/* Lists */
.h-styled-content ul {
  margin: 15px 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none; }
  .h-styled-content ul:last-child {
    margin-bottom: 0; }
  .h-styled-content ul:not(.has-icons) li:last-child {
    margin-bottom: 0; }
  .h-styled-content ul:not(.has-icons) li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 23px; }
  .h-styled-content ul:not(.has-icons) li:before {
    display: inline-block;
    position: absolute;
    content: "\e913";
    font-family: 'countline' !important;
    color: #2DC84D;
    font-size: 10px;
    left: 7px;
    top: 1px; }

.h-styled-content p + ul {
  margin-top: -12px; }

/* Numbered list */
.h-numbered-list, ol {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  counter-reset: li-counter; }
  .h-numbered-list > li, ol > li {
    margin-left: 0px;
    padding-left: 47px;
    position: relative;
    margin-bottom: 18px; }
    .h-numbered-list > li:before, ol > li:before {
      display: inline-block;
      position: absolute;
      counter-increment: li-counter;
      content: counter(li-counter) ".";
      font-size: 16px;
      color: #2D889A;
      font-weight: bold;
      left: 0;
      top: 3px; }
  .h-numbered-list ul, ol ul {
    list-style-type: disc !important;
    padding-left: 20px !important; }
    .h-numbered-list ul li, ol ul li {
      padding-left: 13px !important;
      font-size: 16px !important; }
    .h-numbered-list ul li:before, ol ul li:before {
      display: none !important; }

.h-styled-content ul.has-icons ul,
.h-styled-content .h-numbered-list ul:not(.has-icons) {
  margin-top: 15px;
  margin-bottom: 0; }

.h-styled-content ul.has-icons p + ul,
.h-styled-content .h-numbered-list p + ul:not(.has-icons) {
  margin-top: 10px; }

.h-styled-content ul.has-icons ul li,
.h-styled-content .h-numbered-list ul:not(.has-icons) li {
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 5px; }

.h-styled-content ul.has-icons ul li:before,
.h-styled-content .h-numbered-list ul:not(.has-icons) li:before {
  background: #303E4D;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  left: 5px;
  top: 9px;
  content: '' !important; }

/* List width icons */
.h-styled-content ul.has-icons {
  margin-bottom: 51px;
  margin-top: 14px; }

ul.has-icons li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 14px; }

ul.has-icons.has-lines > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #D8E3E9; }

ul.has-icons li i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 5px;
  color: #2D889A; }

ul.has-icons p {
  margin-top: 0;
  margin-bottom: 10px; }

/*------------------------------------*\
  #PLACEHOLDERS
\*------------------------------------*/
.placeholder {
  color: #fff; }

::-webkit-input-placeholder {
  color: #fff; }

:-moz-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff;
  opacity: 1; }

/*------------------------------------*\
  #FORMS
\*------------------------------------*/
:focus {
  outline: none; }

.h-form-row {
  margin-bottom: 12px; }

.h-form-row label {
  display: block;
  padding-bottom: 6px; }

.h-form-default input[type="text"],
.h-form-default input[type="password"],
.h-form-default input[type="tel"],
.h-form-default input[type="email"],
.h-form-default input[type="number"],
.h-form-default textarea {
  width: 100%;
  padding: 0px;
  line-height: 26px;
  border: 1px solid transparent;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background: transparent;
  color: #fff; }

.h-form-default textarea {
  vertical-align: top; }

/* Input focus styles */
.h-form-default input[type="text"]:focus,
.h-form-default input[type="password"]:focus,
.h-form-default input[type="tel"]:focus,
.h-form-default input[type="email"]:focus,
.h-form-default input[type="number"]:focus,
.h-form-default textarea:focus {
  border-color: transparent; }

/* Errors */
.h-error > label,
label.h-error {
  color: red; }

.h-error input[type="text"]:focus,
.h-error input[type="password"]:focus,
.h-error input[type="tel"]:focus,
.h-error input[type="email"]:focus,
.h-error input[type="number"]:focus,
.h-error textarea:focus {
  border-color: red; }

/* Messages */
.h-message {
  margin: 0 15px; }

.h-message--succees {
  color: green; }

.h-message--error {
  color: red; }

/*------------------------------------*\
  #Floating label
\*------------------------------------*/
.h-form-row,
.h-form-item {
  position: relative; }

input:focus + .h-floating-label,
textarea:focus + .h-floating-label,
.h-floating-label {
  position: absolute;
  left: 0px;
  top: -19px;
  font-size: 13px;
  padding-left: 0;
  opacity: 1;
  -moz-transition: top 0.2s, font-size 0.2s, opacity 0.2s;
  -o-transition: top 0.2s, font-size 0.2s, opacity 0.2s;
  -webkit-transition: top 0.2s, font-size 0.2s, opacity 0.2s;
  transition: top 0.2s, font-size 0.2s, opacity 0.2s;
  pointer-events: none;
  color: #111111; }

:placeholder-shown ~ .h-floating-label {
  top: 9px;
  font-size: 12px;
  opacity: 1;
  left: 12px; }

.placeholder-shown.h-floating-label {
  top: 9px;
  font-size: 12px;
  opacity: 1;
  left: 12px; }

.h-floating-label span {
  color: #99698c;
  margin-left: 5px; }

/*------------------------------------*\
  #BUTTONS
\*------------------------------------*/
.btn {
  line-height: normal;
  vertical-align: bottom; }

.btn--primary,
.h-btn--primary {
  display: inline-block;
  border: 1px solid #2DC84D;
  border-radius: 19px;
  padding: 10px 18px;
  background: #2DC84D;
  color: #fff;
  font-size: 12px; }
  .btn--primary i,
  .h-btn--primary i {
    margin-left: 5px;
    vertical-align: -1px; }
  .btn--primary:hover,
  .h-btn--primary:hover {
    background: #1BAC39;
    border-color: #1BAC39; }

.btn--secondary,
.h-btn--secondary {
  display: inline-block;
  border: 1px solid #2DC84D;
  border-radius: 19px;
  padding: 10px 18px;
  color: #2DC84D;
  font-size: 12px;
  line-height: 16px; }
  .btn--secondary i,
  .h-btn--secondary i {
    margin-left: 5px;
    vertical-align: -1px; }
  .btn--secondary:hover,
  .h-btn--secondary:hover {
    background: #2DC84D;
    color: #fff; }

.btn--tretiary,
.h-btn--tretiary {
  display: inline-block;
  border: 1px solid #005566;
  border-radius: 19px;
  padding: 10px 18px;
  background: #005566;
  color: #fff;
  font-size: 12px; }
  .btn--tretiary:hover,
  .h-btn--tretiary:hover {
    background: #2D889A;
    border-color: #2D889A; }

.btn--more,
.h-btn--more {
  display: inline-block;
  border: 1px solid #2DC84D;
  border-radius: 21px;
  padding: 11px 20px;
  padding-left: 0px;
  background: #2DC84D;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  width: 40px;
  padding-right: 38px;
  overflow: hidden;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s; }
  .btn--more i,
  .h-btn--more i {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
    background: #2DC84D;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px; }
  .btn--more span,
  .h-btn--more span {
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 80px;
    position: relative;
    z-index: 1;
    padding-left: 20px; }
  .btn--more:hover,
  .h-btn--more:hover {
    width: 105px; }
    .btn--more:hover span,
    .h-btn--more:hover span {
      opacity: 1; }
  .btn--more.is-secondary,
  .h-btn--more.is-secondary {
    background: #fff;
    border-color: #2DC84D;
    color: #2DC84D; }
    .btn--more.is-secondary i,
    .h-btn--more.is-secondary i {
      background: #fff; }

.btn--big,
.h-btn--big {
  font-size: 14px;
  min-width: 160px;
  min-width: 210px;
  padding: 18px 20px;
  text-transform: uppercase;
  border-radius: 31px; }

.buttons-list .btn--primary, .buttons-list .h-btn--primary,
.buttons-list .btn--secondary, .buttons-list .h-btn--secondary,
.buttons-list .btn--tretiary, .buttons-list .h-btn--tretiary {
  min-width: 216px;
  margin: 0 7px; }

/* Responsive buttons */
@media (max-width: 768px) {
  .buttons-list .btn--primary, .buttons-list .h-btn--primary,
  .buttons-list .btn--secondary, .buttons-list .h-btn--secondary,
  .buttons-list .btn--tretiary, .buttons-list .h-btn--tretiary {
    margin-bottom: 12px; } }

/*------------------------------------*\
  #Custom radio and checkbox
\*------------------------------------*/
/*------------------------------------*\
  #Custom checkbox
\*------------------------------------*/
.h-custom-checkbox-item {
  position: relative; }

.h-custom-checkbox-item + .h-custom-checkbox-item {
  margin-top: 10px; }

.h-custom-checkbox-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px; }

.h-custom-checkbox {
  padding-left: 26px;
  position: relative;
  cursor: pointer;
  display: block;
  color: #666; }

.h-custom-checkbox:before,
.h-custom-checkbox:after {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px; }

.h-custom-checkbox:before {
  border: 1px solid #c5c5c5; }

.h-custom-checkbox:after {
  width: 16px;
  height: 16px;
  left: 0px;
  top: 0px;
  color: #ccc;
  display: inline-block;
  background: #666 url(../img/icon-checkbox.svg) no-repeat center center;
  background-size: 10px 10px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

input[type="checkbox"]:checked + .h-custom-checkbox:after {
  opacity: 1; }

/*------------------------------------*\
  #Custom radio
\*------------------------------------*/
.h-custom-radio-item + .h-custom-radio-item {
  margin-top: 10px; }

.h-custom-radio-item {
  position: relative; }

.h-custom-radio-item input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px; }

.h-custom-radio-item label {
  font-weight: normal; }

.h-custom-radio [class^="icon"],
.h-custom-radio [class*=" icon"] {
  padding-left: 41px;
  position: relative; }

.h-custom-radio [class^="icon"]:before,
.h-custom-radio [class*=" icon"]:before {
  width: 30px;
  height: 22px; }

.h-custom-radio {
  padding-left: 27px;
  position: relative;
  cursor: pointer; }

.h-custom-radio:before,
.h-custom-radio:after {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border-radius: 100%; }

.h-custom-radio:before {
  border: 1px solid #c5c5c5; }

.h-custom-radio:after {
  background: #7d7d7d;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 5px;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input[type="radio"]:checked + .h-custom-radio:after {
  opacity: 1; }

@font-face {
  font-family: 'countline';
  src: url("assets/fonts/countline.eot?g2wwuv");
  src: url("assets/fonts/countline.eot?g2wwuv#iefix") format("embedded-opentype"), url("assets/fonts/countline.ttf?g2wwuv") format("truetype"), url("assets/fonts/countline.woff?g2wwuv") format("woff"), url("assets/fonts/countline.svg?g2wwuv#countline") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'countline' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-instagram:before {
  content: "\e92a"; }

.icon-calendar:before {
  content: "\e928"; }

.icon-people:before {
  content: "\e929"; }

.icon-star:before {
  content: "\e926"; }

.icon-star-empty:before {
  content: "\e927"; }

.icon-link:before {
  content: "\e918"; }

.icon-coffee:before {
  content: "\e919"; }

.icon-dinner:before {
  content: "\e91a"; }

.icon-linkedin:before {
  content: "\e91b"; }

.icon-message:before {
  content: "\e91c"; }

.icon-email:before {
  content: "\e91d"; }

.icon-gallery:before {
  content: "\e91e"; }

.icon-location:before {
  content: "\e91f"; }

.icon-clock:before {
  content: "\e920"; }

.icon-certification:before {
  content: "\e921"; }

.icon-twitter:before {
  content: "\e922"; }

.icon-facebook:before {
  content: "\e923"; }

.icon-play:before {
  content: "\e924"; }

.icon-check-o:before {
  content: "\e925"; }

.icon-grid:before {
  content: "\e916"; }

.icon-list:before {
  content: "\e917"; }

.icon-menu:before {
  content: "\e915"; }

.icon-quotes:before {
  content: "\e914"; }

.icon-check:before {
  content: "\e913"; }

.icon-dart-right:before {
  content: "\e90f"; }

.icon-dart-down:before {
  content: "\e910"; }

.icon-dart-left:before {
  content: "\e911"; }

.icon-dart-up:before {
  content: "\e912"; }

.icon-close:before {
  content: "\e90e"; }

.icon-group-discount:before {
  content: "\e900"; }

.icon-chevron-right:before {
  content: "\e901"; }

.icon-chevron-down:before {
  content: "\e908"; }

.icon-chevron-left:before {
  content: "\e909"; }

.icon-chevron-up:before {
  content: "\e90a"; }

.icon-call:before {
  content: "\e902"; }

.icon-cart:before {
  content: "\e903"; }

.icon-user:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e905"; }

.icon-chevron-right-b:before {
  content: "\e906"; }

.icon-chevron-down-b:before {
  content: "\e90b"; }

.icon-chevron-left-b:before {
  content: "\e90c"; }

.icon-chevron-up-b:before {
  content: "\e90d"; }

.icon-present:before {
  content: "\e907"; }

/*------------------------------------*\
  #OWL carousele fix
\*------------------------------------*/
/* Owl carousele items flickering before slide fixed */
.owl-item {
  z-index: -1; }

/*------------------------------------*\
  #HELPERS
\*------------------------------------*/
.h-menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.h-fl {
  float: left; }

.h-fr {
  float: right; }

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

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

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

.h-date {
  color: #ccc; }

/* Vertical aligner */
.h-v-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
  margin-right: -6px; }

.h-v-align__content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1px); }

/* ------ Clearfix ------ */
.h-row:before,
.h-row:after,
.h-clearfix:before,
.h-clearfix:after,
.h-form-row:before,
.h-form-row:after {
  content: "";
  display: table; }

.h-row:after,
.h-clearfix:after,
.h-form-row:after {
  clear: both; }

.h-row,
.h-clearfix,
.h-form-row {
  zoom: 1; }

/* Max width helpers */
.h-max-width--small,
.h-max-width--medium,
.h-max-width--big {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px; }

div.h-max-width--small {
  max-width: 720px; }

div.h-max-width--medium {
  max-width: 926px; }

div.h-max-width--big {
  max-width: 1150px; }

/* Video */
.h-video {
  display: inline-block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }

.h-video video {
  vertical-align: top;
  width: 100%; }

.h-video:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.h-video img {
  width: 100%;
  height: auto;
  vertical-align: top; }

.h-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background: #fff;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  line-height: 70px;
  padding-left: 5px;
  opacity: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.h-video.is-playing span {
  opacity: 0; }

/* Color helpers */
.h-color--green {
  color: #2DC84D; }

.h-color--blue-dark {
  color: #023C47; }

.h-color--blue-light {
  color: #F1F6F6; }

.h-bg--image {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.h-bg--image .h-section-title {
  color: #fff; }

/* Tooltip */
.h-tooltip-wrapper {
  display: inline-block;
  position: relative; }

.h-tooltip-content {
  position: absolute;
  padding: 10px;
  color: #fff;
  left: 0px;
  bottom: 100%;
  background: #005566;
  width: 150px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
  margin-bottom: 8px;
  margin-left: -63px;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.h-tooltip-wrapper:hover .h-tooltip-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.h-tooltip-content:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 68px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #005566 transparent transparent transparent; }

.h-tooltip-wrapper--light .h-tooltip-content {
  background: #fff;
  color: #005566; }

.h-tooltip-wrapper--light .h-tooltip-content:before {
  border-color: #fff transparent transparent transparent; }

/* Responsive helpers */
.h-mobile-show {
  display: none !important; }

/* */
.h-hidden {
  display: none; }

@media (max-width: 768px) {
  .h-mobile-show {
    display: block !important; }
  .h-mobile-hide {
    display: none !important; }
  .h-max-width--small,
  .h-max-width--medium,
  .h-max-width--big {
    padding-left: 0px;
    padding-right: 0; } }

/*------------------------------------*\
  #BOX MODEL SET
\*------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------*\
  #SITE LAYOUT
\*------------------------------------*/
.site {
  overflow: hidden; }

.site-center {
  background: #fff; }

.h-site-block {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 50px;
  padding-right: 50px; }

@media (max-width: 1024px) {
  .h-site-block {
    padding-left: 20px;
    padding-right: 20px; } }

/*------------------------------------*\
  #LAYOUT BLOCKS
\*------------------------------------*/
/*------------------------------------*\
  #COLUMN SYSTEM
\*------------------------------------*/
.h-row {
  margin: 0 -20px; }

.h-col-1-of-2,
.h-col-1-of-3,
.h-col-2-of-3,
.h-col-1-of-4,
.h-col-3-of-4,
.h-col-1-of-5,
.h-col-2-of-5,
.h-col-3-of-5,
.h-col-1-of-6,
.h-col-1-of-12 {
  float: left; }

.h-row > .h-col-1-of-2,
.h-row > .h-col-1-of-3,
.h-row > .h-col-2-of-3,
.h-row > .h-col-1-of-4,
.h-row > .h-col-3-of-4,
.h-row > .h-col-1-of-5,
.h-row > .h-col-2-of-5,
.h-row > .h-col-3-of-5,
.h-row > .h-col-1-of-6,
.h-row > .h-col-1-of-12 {
  padding: 0 20px; }

.h-row > .no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.h-row > .no-padding-right {
  padding-right: 0px; }

.h-row > .no-padding-left {
  padding-left: 0px; }

.h-col-1-of-2.fr,
.h-col-1-of-3.fr,
.h-col-2-of-3.fr,
.h-col-1-of-4.fr,
.h-col-3-of-4.fr,
.h-col-1-of-5.fr,
.h-col-2-of-5.fr,
.h-col-3-of-5.fr,
.h-col-1-of-6.fr,
.h-col-1-of-6.fr {
  float: right; }

.h-col-1-of-2 {
  width: 50%; }

.h-col-1-of-3 {
  width: 33.33333%; }

.h-col-2-of-3 {
  width: 66.6666%; }

.h-col-1-of-4 {
  width: 25%; }

.h-col-3-of-4 {
  width: 75%; }

.h-col-1-of-5 {
  width: 20%; }

.h-col-2-of-5 {
  width: 40%; }

.h-col-3-of-5 {
  width: 60%; }

.h-col-1-of-6 {
  width: 16.66666%; }

.h-col-1-of-12 {
  width: 8.33333%; }

body.home {
  background: #023C47; }

.site-header {
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto; }
  .site-header .site-header-hero {
    position: relative;
    max-width: 1266px;
    margin-left: auto;
    margin-right: auto; }
  .site-header.fullwidth .site-header-hero {
    max-width: none; }
  .site-header.boxed .site-header-hero {
    max-width: 1266px; }
  .site-header .h-site-block {
    position: relative;
    z-index: 3;
    padding-left: 0;
    padding-right: 0; }
  .site-header .site-header__video {
    position: absolute;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1; }
    .site-header .site-header__video:after {
      display: block;
      content: '';
      padding-top: 56.25%; }
    .site-header .site-header__video iframe {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      pointer-events: none; }

/* Logo */
/* Top menu */
.top-menu-container {
  background: #fff;
  float: right;
  padding: 22px 44px;
  padding-right: 0px;
  padding-bottom: 0;
  min-width: 480px;
  position: relative; }

.top-menu {
  padding: 0;
  padding-right: 40px; }
  .top-menu li {
    float: left;
    margin: 0 16px 0 0;
    padding: 0;
    line-height: normal; }
    .top-menu li:last-child {
      margin-right: 0; }
  .top-menu a {
    display: inline-block;
    color: rgba(0, 85, 102, 0.5);
    font-size: 24px; }
    .top-menu a:hover {
      color: #005566; }
  .top-menu .has-select-menu {
    margin-right: 5px;
    margin-left: -10px; }
  .top-menu select {
    width: 80px; }
  .top-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #005566;
    font-size: 12px; }

/* Cart link */
.woo-cart-link {
  display: inline-block;
  position: relative; }
  .woo-cart-link .cart-link__counter {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 11px;
    right: 0px;
    color: #fff;
    text-align: center; }

/* Main menu */
.main-menu-wrapper {
  position: absolute;
  right: 0;
  -moz-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  -moz-transition: transform 0.3s, opacity 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 10;
  background: #fff;
  padding: 40px;
  padding-bottom: 0px;
  padding-right: 0px;
  top: 92px;
  padding-top: 5px;
  opacity: 0; }

.menu-visible .main-menu-wrapper {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 15px;
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s;
  position: relative;
  padding-bottom: 40px;
  width: 320px; }
  .main-menu.submenu-visible {
    margin-right: 270px; }
  .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .main-menu li {
    margin-bottom: 0px; }
    .main-menu li:hover .sub-menu,
    .main-menu li:hover .submenu {
      visibility: visible;
      opacity: 1;
      pointer-events: all; }
    .main-menu li:last-child {
      margin-bottom: 0; }
  .main-menu a {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    min-width: 125px;
    padding-right: 60px; }
    .main-menu a:hover {
      color: #005566; }
    .main-menu a:before {
      display: inline-block;
      position: absolute;
      content: '';
      left: 0;
      bottom: 9px;
      width: 20px;
      height: 2px;
      background: #2DC84D; }
  .main-menu > .menu-item-has-children > a:after,
  .main-menu > .has-submenu > a:after {
    display: inline-block;
    position: absolute;
    content: "\e906";
    font-family: 'countline' !important;
    color: #A5CED6;
    right: 35px;
    top: 50%;
    margin-top: -5px;
    font-size: 10px; }
  .main-menu .sub-menu,
  .main-menu .submenu {
    position: absolute;
    width: 270px;
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    bottom: 0px;
    background: #F1F6F6;
    pointer-events: none;
    -moz-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
    padding-top: 10px; }
    .main-menu .sub-menu li,
    .main-menu .submenu li {
      margin-bottom: 4px; }
    .main-menu .sub-menu a,
    .main-menu .submenu a {
      padding: 7px 14px; }
      .main-menu .sub-menu a:hover,
      .main-menu .submenu a:hover {
        background: #D8E3E9; }
      .main-menu .sub-menu a:before,
      .main-menu .submenu a:before {
        left: 14px;
        bottom: 5px; }

/* Homepage header styling */
.site-header--home {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  .site-header--home .main-menu-wrapper {
    position: static;
    float: right;
    clear: both;
    min-height: 455px;
    padding-top: 25px;
    padding-bottom: 0px;
    opacity: 1;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-left: 240px; }
  .site-header--home .main-menu {
    min-height: 430px; }
  .site-header--home .top-menu-container {
    background: url(assets/img/menu-bg.svg) no-repeat left bottom;
    background-size: 1043px 560px; }

/* Toggle mobile menu */
.toggle-mobile-menu {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 29px; }
  .toggle-mobile-menu i {
    position: absolute;
    width: 100%;
    line-height: 29px;
    height: 29px;
    text-align: center;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .toggle-mobile-menu i.icon-menu {
      opacity: 1; }

.site-header--home .toggle-mobile-menu {
  display: none; }

.site-header--home .top-menu li:nth-last-child(2) {
  margin-right: 0; }

.top-menu .toggle-mobile-menu {
  color: #2DC84D; }

.menu-visible .toggle-mobile-menu i.icon-menu {
  opacity: 0; }

.menu-visible .toggle-mobile-menu i.icon-close {
  opacity: 1; }

/* Search form */
.search-form {
  padding: 10px;
  background: #F1F6F6; }

.search-form__inner {
  position: relative;
  border-radius: 20px;
  border: 1px solid #D8E3E9;
  padding-right: 45px;
  background: #fff; }

.search-form .h-form-row {
  margin-bottom: 0; }

.search-form input[type="text"] {
  padding: 5px 8px;
  border-color: transparent;
  color: #333; }

.search-form .h-form-controls {
  position: absolute;
  right: 0px;
  top: 0px; }

.search-form .search-button {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  color: #2D889A; }

/* Mobile main menu */
.mobile-main-menu {
  margin-top: 25px; }

.mobile-main-menu li {
  display: inline-block;
  float: left;
  margin-right: 7px; }

.mobile-main-menu li:last-child {
  margin-right: 0; }

.mobile-main-menu a {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 22px;
  color: #5F8291; }

.mobile-main-menu a.is-active {
  background: #D8E3E9; }

.mobile-main-menu a i {
  margin-right: 8px;
  vertical-align: -1px;
  font-size: 17px; }

.mobile-main-menu .cart-link {
  font-size: 24px;
  color: #005566;
  padding: 0;
  line-height: 37px; }

.mobile-main-menu .cart-link i {
  margin-right: 0;
  vertical-align: 0;
  font-size: 24px; }

.mobile-main-menu .cart-link .cart-link__counter {
  top: 3px; }

/* Toggle mobile submenu */
.main-menu .js-toggle-mobile-submenu {
  display: inline-block;
  position: absolute;
  border: none;
  width: 40px;
  top: 0;
  right: 0;
  height: 44px;
  display: none; }

/* Resposnive header */
@media (max-width: 1260px) {
  .site-header--home .toggle-mobile-menu {
    display: inline-block; }
  .site-header--home .top-menu li:nth-last-child(2) {
    margin-right: 16px; }
  .site-header--home, .site-header-hero {
    overflow: visible;
    min-height: 220px; }
  .site-header--home .top-menu-container {
    padding-bottom: 17px;
    padding-left: 20px !important;
    background: #fff; }
  .site-header--home .main-menu-wrapper {
    -moz-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    transition: transform 0.3s, opacity 0.3s;
    z-index: 10;
    background: #fff;
    padding: 40px;
    padding-bottom: 0px;
    padding-right: 0px;
    top: 70px;
    padding-top: 5px;
    min-height: unset;
    opacity: 0;
    position: absolute; }
  .site-header--home .main-menu {
    min-height: unset; }
  .menu-visible .site-header--home .main-menu-wrapper {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .site-header--home .main-menu-wrapper,
  .main-menu-wrapper {
    width: 340px; }
  .site-header__video {
    display: none; } }

@media (max-width: 1024px) {
  .site-header .h-site-block {
    padding-left: 0px;
    padding-right: 0; } }

@media (max-width: 768px) {
  .site-header--home .main-menu-wrapper,
  .main-menu-wrapper {
    width: 320px; }
  .main-menu-wrapper {
    top: 70px; }
  .top-menu {
    padding-right: 20px; }
  .main-logo {
    position: absolute;
    z-index: 5; }
  .top-menu-container {
    min-width: 0;
    width: 100%;
    min-height: 70px; }
  .site-header--home .main-menu-wrapper,
  .main-menu-wrapper {
    padding: 20px; }
  .main-menu {
    width: auto; }
  .main-menu li {
    position: relative; }
  .main-menu .js-toggle-mobile-submenu {
    display: inline-block;
    min-width: 40px;
    padding: 0; }
  .main-menu .js-toggle-mobile-submenu:after {
    display: none !important; }
  .main-menu .sub-menu,
  .main-menu .submenu {
    opacity: 1;
    visibility: visible;
    width: auto;
    position: static;
    background: none;
    padding-top: 0;
    display: none;
    padding-left: 10px; }
  .main-menu > .menu-item-has-children > a:after,
  .main-menu > .has-submenu > a:after {
    right: 10px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 0;
    top: 18px; }
  .main-menu > .menu-item-has-children.is-active > a:after,
  .main-menu > .has-submenu.is-active > a:after {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  .main-menu {
    padding-top: 0;
    padding-bottom: 25px; }
  .main-menu a:before {
    display: none; }
  .main-menu li {
    margin-bottom: 0px; }
  .main-menu a {
    border-bottom: 1px solid #E8F0F2;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px; }
  .main-menu .sub-menu a,
  .main-menu .submenu a {
    padding: 12px 10px; } }

.clickthrough .site-header-hero > .h-site-block {
  pointer-events: none; }
  .clickthrough .site-header-hero > .h-site-block .main-logo, .clickthrough .site-header-hero > .h-site-block .top-menu-container {
    pointer-events: auto; }

#menu-main .green a:first-child {
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #2DC84D;
  border-radius: 19px;
  padding: 10px 18px;
  background: #2DC84D;
  color: #fff;
  font-size: 12px; }
  #menu-main .green a:first-child:before {
    display: none; }
  #menu-main .green a:first-child:hover {
    background: #1BAC39;
    border-color: #1BAC39; }

/*------------------------------------*\
  #Selectmenu2
\*------------------------------------*/
select {
  width: 100%; }

.select2-container--default .select2-selection--single {
  border-color: transparent;
  background: transparent;
  border-radius: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 26px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 26px; }

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: inline-block;
  content: "\e90b";
  font-family: 'countline' !important;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 8px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

/* Rounded select */
.select2-container--default .select2-selection--single.is-rounded {
  border-radius: 18px;
  border: 1px solid #D8E3E9;
  background: #fff;
  height: 36px; }

.select2-container--default .select2-selection--single.is-rounded .select2-selection__arrow {
  height: 36px; }

.select2-container--default .select2-selection--single.is-rounded .select2-selection__arrow:before {
  top: 12px; }

.select2-container--default .select2-selection--single.is-rounded .select2-selection__rendered {
  line-height: 36px;
  color: #5F8291;
  font-size: 14px;
  padding-left: 14px; }

.h-select-small {
  width: 70px; }

/*------------------------------------*\
  #Simple sections
\*------------------------------------*/
.countline-block,
.h-simple-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.h-bg--white {
  background: #fff;
  color: #303E4D; }
  .h-bg--white h1, .h-bg--white h2, .h-bg--white h3, .h-bg--white h4, .h-bg--white h5, .h-bg--white h6 {
    color: #2D889A; }

.h-bg--dark {
  background: #023C47;
  color: #fff; }
  .h-bg--dark h1, .h-bg--dark h2, .h-bg--dark h3, .h-bg--dark h4, .h-bg--dark h5, .h-bg--dark h6 {
    color: #fff; }

.h-bg--medium {
  background: #0A4A57;
  color: #fff; }
  .h-bg--medium h1, .h-bg--medium h2, .h-bg--medium h3, .h-bg--medium h4, .h-bg--medium h5, .h-bg--medium h6 {
    color: #fff; }

.h-bg--medium-lighter {
  background: #005566;
  color: #fff; }
  .h-bg--medium-lighter h1, .h-bg--medium-lighter h2, .h-bg--medium-lighter h3, .h-bg--medium-lighter h4, .h-bg--medium-lighter h5, .h-bg--medium-lighter h6 {
    color: #fff; }

.h-bg--light {
  background: #F1F6F6;
  color: #303E4D; }
  .h-bg--light h1, .h-bg--light h2, .h-bg--light h3, .h-bg--light h4, .h-bg--light h5, .h-bg--light h6 {
    color: #2D889A; }

.countline-block .block-title,
.h-section-title {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #2D889A; }

.h-bg--dark .h-section-title,
.h-bg--medium .h-section-title,
.h-bg--medium-lighter .h-section-title {
  color: #A5CED6; }

.h-section-title--big {
  font-size: 38px;
  font-weight: 500;
  text-transform: none;
  font-family: 'Roboto', sans-serif; }

.h-bg--dark .h-section-title--big {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 30px; }

/* Resposnive simple sections */
@media (max-width: 768px) {
  .h-section-title--big {
    font-size: 24px;
    line-height: 28px; }
  .h-bg--dark .h-section-title--big {
    margin-top: 10px; } }

/*------------------------------------*\
  #Filters
\*------------------------------------*/
/* Filter section */
.section--filters.has-primary-filters {
  padding-top: 0;
  padding-bottom: 30px; }

/* Filter event form */
.filter-events-form-inner {
  position: relative;
  padding-right: 190px; }

.filter-events-form .h-form-controls {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px; }

.filter-events-form .h-btn--primary {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 27px;
  padding: 15px 20px; }

.filter-events-form .h-btn--primary i {
  font-size: 19px;
  vertical-align: -3px;
  margin-right: 12px; }

.filter-events-form__fields {
  background: #005566;
  border-radius: 27px;
  padding-left: 32px;
  padding-right: 10px; }

.filter-events-form__fields > .h-clearfix {
  margin-left: -15px;
  margin-right: -15px;
  padding: 8px 0; }

.filter-col {
  float: left;
  padding: 0 15px;
  width: 15.3333%;
  position: relative; }

.filter-col:not(:last-child):before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 26px;
  background: #023C47;
  top: 50%;
  margin-top: -13px;
  right: 0; }

.filter-col-1 {
  width: 54%; }

.filter-col-search {
  margin-top: 7px; }

/* Primary filters */
.primary-filter-input {
  position: absolute;
  visibility: hidden; }

.primary-filter {
  display: block;
  position: relative;
  padding: 17px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-right: 40px;
  background: #ccc;
  cursor: pointer;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }

.primary-filter:hover {
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2); }

.primary-filter:before,
.primary-filter:after {
  position: absolute;
  content: "";
  display: block;
  right: 21px;
  top: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.primary-filter:before {
  border: 1px solid #A5CED6; }

.primary-filter:after {
  background: url(assets/img/icon-checkbox.svg) no-repeat center center;
  background-size: 14px 14px;
  opacity: 0; }

input[type="checkbox"]:checked + .primary-filter:after {
  opacity: 1; }

.filter-style--1 {
  background: #489FFF; }

.filter-style--2 {
  background: #8246AF; }

.filter-style--3 {
  background: #EF4A81; }

/* Secondary filters */
.secondary-filters-block {
  margin-top: 29px;
  margin-bottom: 20px; }

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

.secondary-filters li {
  display: inline-block;
  margin: 0 23px; }

.secondary-filters a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500; }

.secondary-filters a:before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 27px;
  height: 4px;
  opacity: 0;
  background: #2DC84D;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.secondary-filters a:hover:before,
.secondary-filters a.is-active:before {
  opacity: 1; }

/* Filter results */
/* Selected filters */
.selected-filters {
  margin-top: 26px; }

.selected-filters:first-child {
  margin-top: 0; }

.selected-filter {
  position: relative;
  border-radius: 19px;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 16px;
  padding-right: 36px;
  background: #fff;
  display: inline-block;
  margin: 0 3px;
  color: #303E4D;
  line-height: 18px;
  -moz-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s; }

.selected-filter a {
  width: 36px;
  height: 36px;
  display: inline-block;
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
  line-height: 36px;
  color: #2D889A; }

.selected-filter a i {
  font-size: 10px; }

.selected-filter:hover {
  background: #2D889A;
  color: #fff; }

.selected-filter:hover a {
  color: #E8F0F2; }

.remove-all-filters {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 39px;
  text-align: center;
  font-size: 13px;
  border-radius: 100%;
  overflow: hidden;
  background: #D8E3E9;
  color: #5F8291;
  vertical-align: top;
  margin-left: 12px; }

/* Responsive filters */
@media (max-width: 1260px) {
  .filter-col {
    width: 22%; }
  .filter-col-1 {
    width: 34%; } }

@media (max-width: 1024px) {
  .filter-events-form-inner {
    padding-right: 0; }
  .filter-events-form .h-form-controls {
    position: static;
    margin-top: 15px; }
  .primary-filter {
    font-size: 16px; } }

@media (max-width: 768px) {
  .filter-events-form__fields {
    padding-left: 15px;
    padding-right: 15px; }
  .filter-col {
    width: 33.3333%; }
  .filter-col-1 {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #023C47;
    padding-bottom: 10px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }
  .filter-col-1:before {
    display: none !important; }
  .filter-events-form .h-form-controls {
    width: auto; }
  .selected-filter,
  .remove-all-filters {
    margin-bottom: 10px; }
  .primary-filter {
    padding-bottom: 50px;
    min-height: 105px; }
  .primary-filter:before,
  .primary-filter:after {
    top: auto;
    bottom: 15px;
    right: auto;
    left: 21px; }
  .secondary-filters-block {
    margin-top: 24px; }
  .secondary-filters li {
    float: left;
    padding: 0;
    padding-right: 10px;
    width: 50%;
    margin: 0;
    margin-bottom: 5px;
    text-align: left; }
  .secondary-filters li:nth-last-child(2n+1) {
    clear: left; }
  .secondary-filters a {
    font-size: 14px; }
  .secondary-filters a:before {
    bottom: 4px; }
  .secondary-filters:after {
    display: block;
    clear: both;
    content: ''; } }

@media (max-width: 640px) {
  .filter-col {
    width: 100%; }
  .filter-col-2,
  .filter-col-3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #023C47;
    padding-bottom: 10px; }
  .filter-col:not(:last-child):before {
    display: none; }
  .primary-filter {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    min-height: 86px;
    padding-bottom: 40px;
    padding-top: 10px; }
  .primary-filter:before,
  .primary-filter:after {
    left: 14px;
    bottom: 11px; } }

/* Featured event item */
.featured-event-item {
  padding: 36px 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff; }

.featured-event-item__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 48px; }

.featured-event-item__author {
  margin-top: 20px;
  margin-bottom: 60px; }

/* Event list on light bg */
.event-list--no-media .event-item {
  background: #fff; }

.event-list--no-media .event-item__title {
  color: #005566;
  padding-bottom: 0;
  font-weight: bold; }

/*------------------------------------*\
#Video
\*------------------------------------*/
.h-video {
  position: relative;
  display: block;
  margin-top: 25px;
  margin-bottom: 36px; }

.h-video:before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 60, 71, 0.4);
  z-index: 1;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.h-video i {
  position: absolute;
  font-size: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  color: #fff;
  z-index: 3;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.h-video.is-playing:before {
  opacity: 0; }

.h-video.is-playing i {
  opacity: 0; }

/*------------------------------------*\
#Notices
\*------------------------------------*/
.h-notice--blue,
.h-notice--green,
.h-notice--attention,
.h-notice--present {
  position: relative;
  padding: 25px 40px;
  margin-top: 50px;
  margin-bottom: 50px; }
  .h-notice--blue h1, .h-notice--blue h2, .h-notice--blue h3, .h-notice--blue h4, .h-notice--blue h5, .h-notice--blue h6,
  .h-notice--green h1,
  .h-notice--green h2,
  .h-notice--green h3,
  .h-notice--green h4,
  .h-notice--green h5,
  .h-notice--green h6,
  .h-notice--attention h1,
  .h-notice--attention h2,
  .h-notice--attention h3,
  .h-notice--attention h4,
  .h-notice--attention h5,
  .h-notice--attention h6,
  .h-notice--present h1,
  .h-notice--present h2,
  .h-notice--present h3,
  .h-notice--present h4,
  .h-notice--present h5,
  .h-notice--present h6 {
    font-weight: bold;
    margin-bottom: 10px; }
  .h-notice--blue p,
  .h-notice--green p,
  .h-notice--attention p,
  .h-notice--present p {
    color: #303E4D;
    margin-top: 10px; }

.h-notice--green,
.h-notice--attention {
  border-left: 4px solid #2DC84D;
  background: #EAF8ED; }
  .h-notice--green h1, .h-notice--green h2, .h-notice--green h3, .h-notice--green h4, .h-notice--green h5, .h-notice--green h6,
  .h-notice--attention h1,
  .h-notice--attention h2,
  .h-notice--attention h3,
  .h-notice--attention h4,
  .h-notice--attention h5,
  .h-notice--attention h6 {
    color: #2DC84D; }

.h-notice--blue,
.h-notice--present {
  border-left: 4px solid #005566;
  background: #E6F4F6; }
  .h-notice--blue h1, .h-notice--blue h2, .h-notice--blue h3, .h-notice--blue h4, .h-notice--blue h5, .h-notice--blue h6,
  .h-notice--present h1,
  .h-notice--present h2,
  .h-notice--present h3,
  .h-notice--present h4,
  .h-notice--present h5,
  .h-notice--present h6 {
    color: #005566; }

/*------------------------------------*\
#Box
\*------------------------------------*/
.h-box {
  position: relative;
  background: #fff;
  padding: 35px 30px; }

.h-box h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #303E4D;
  text-transform: uppercase;
  margin-bottom: 10px; }

/*------------------------------------*\
#Info table
\*------------------------------------*/
.time-table,
.info-table {
  width: 100%; }

.time-table td,
.info-table td {
  padding: 5px 5px;
  padding-bottom: 16px;
  border: none;
  color: #2B3948;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top; }

.time-table td i,
.info-table i {
  font-size: 22px;
  color: #2D889A; }

.time-table td:first-child,
.info-table td:first-child {
  width: 53px; }

.time-table td:nth-child(2) {
  width: 110px; }

.time-table td {
  border-bottom: 1px solid #E8F0F2;
  padding-top: 7px;
  padding-bottom: 6px; }

.time-table td:first-child {
  border-bottom: 1px solid #fff; }

.time-table a,
.info-table a {
  color: #2D889A;
  text-decoration: underline; }

.time-table a:hover,
.info-table a:hover {
  text-decoration: none; }

/*------------------------------------*\
#Section about
\*------------------------------------*/
.section--about {
  padding-top: 46px;
  padding-bottom: 48px; }

/*------------------------------------*\
  #Person list
\*------------------------------------*/
.person-list {
  margin: 0 -15px;
  padding-top: 6px; }

.person-item-wrap {
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px; }

.person-item-wrap:nth-child(4n+1) {
  clear: left; }

.person-item {
  background: #023C47; }

.person-item__media img {
  width: 100%;
  height: auto; }
.person-item__--media img {
  width: 100%;
  height: auto; }
.person-item__details {
  padding: 30px 22px;
  color: #fff; }

.person-item__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px; }

.person-item__description {
  font-size: 14px;
  line-height: 22px;
  color: #D8E3E9;
  margin-bottom: 25px; }

/* Back link */
.back-link {
  color: #A5CED6;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  text-decoration: underline; }

.back-link i {
  display: inline-block;
  position: absolute;
  left: 1px;
  font-size: 11px;
  top: 5px; }

.back-link:hover {
  text-decoration: none; }

/* Responsive person list */
@media (max-width: 1260px) {
  .person-item-wrap {
    width: 33.3333%; }
  .person-item-wrap:nth-child(4n+1) {
    clear: none; }
  .person-item-wrap:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 1024px) {
  .person-item-wrap {
    width: 50%; }
  .person-item-wrap:nth-child(3n+1) {
    clear: none; }
  .person-item-wrap:nth-child(2n+1) {
    clear: left; } }

@media (max-width: 640px) {
  .person-item-wrap {
    width: 100%; } }

/* History table */
.history-table {
  width: 100%;
  border-top: 1px solid #D8E3E9; }

.history-table td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D8E3E9;
  color: #303E4D;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px; }

.history-table td:first-child {
  width: 110px;
  color: #5F8291;
  font-weight: normal; }

/* Gallery modal */
.fancybox-is-open .fancybox-bg {
  background: rgba(2, 60, 71, 0.97); }

.fancybox-button,
.fancybox-navigation .fancybox-button div {
  background: rgba(2, 60, 71, 0.6); }

.fancybox-infobar {
  color: #fff; }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px; }

.fancybox-thumbs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #023C47; }

.fancybox-thumbs::-webkit-scrollbar {
  width: 6px;
  height: 8px;
  background-color: #023C47; }

.fancybox-thumbs::-webkit-scrollbar-thumb {
  background-color: #072D34; }

.fancybox-thumbs__list a:before {
  border-color: #072D34; }

/* Responsive detailed person page */
@media (max-width: 768px) {
  .person-intro {
    min-height: unset; }
  .person-intro__media {
    position: static;
    display: block;
    width: 100%; }
  .person-intro__media:after {
    padding-top: 66%;
    content: '';
    display: block; }
  .person-intro__details {
    width: 100%; }
  .person-intro__name {
    margin-top: 30px;
    font-size: 22px;
    line-height: 28px; }
  .person-intro__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px; }
  .person-intro__subtitle {
    font-size: 16px;
    line-height: 21px; } }

/*------------------------------------*\
  #About us
\*------------------------------------*/
.about-us-intro {
  height: 410px;
  position: relative; }

.about-us-intro__content {
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.about-us-intro__text {
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px; }

/* Responsive about us */
@media (max-width: 768px) {
  .about-us-intro {
    height: 80px; }
  .about-us-intro__text {
    font-size: 28px;
    line-height: 36px; } }

/* Slider dots */
.image-slider .owl-dots .owl-dot span {
  width: 14px;
  height: 14px; }

.image-slider .owl-nav.disabled + .owl-dots {
  margin-top: 20px; }

/* Resposnive contacts page */
@media (max-width: 1024px) {
  .contacts__content {
    padding-left: 0;
    padding-top: 0; } }

/*------------------------------------*\
  #Search results
\*------------------------------------*/
.section--search {
  padding-top: 28px;
  padding-bottom: 33px; }

/* Search only form */
.search-only-form-wrap {
  max-width: 1050px;
  margin: 0 auto; }

.search-only-form {
  position: relative;
  padding-right: 175px;
  margin-top: 34px; }

.search-only-form .h-form-controls {
  width: 160px;
  position: absolute;
  right: 0;
  top: 0; }

.search-only-form .h-btn--primary {
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 27px;
  padding: 14px 20px;
  height: 50px; }

.search-only-form input[type="text"] {
  border-radius: 27px;
  background: #005566;
  padding: 11px 30px; }

.search-categories {
  text-align: center;
  margin-top: 20px; }

.custom-checkbox--pill {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 5px; }

.custom-checkbox--pill .h-custom-checkbox {
  padding: 9px 30px;
  padding-left: 42px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #A5CED6;
  font-size: 14px;
  color: #303E4D; }

.custom-checkbox--pill input:checked + .h-custom-checkbox {
  background: #2D889A;
  color: #fff;
  border-color: #2D889A; }

.custom-checkbox--pill .h-custom-checkbox:before,
.custom-checkbox--pill .h-custom-checkbox:after {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: 9px;
  top: 6px; }

.custom-checkbox--pill .h-custom-checkbox:before {
  border: 1px solid #A5CED6;
  background: #fff; }

.custom-checkbox--pill .h-custom-checkbox:after {
  background: url(assets/img/icon-checkbox.svg) no-repeat center center;
  background-size: 14px 14px;
  opacity: 0; }

/* Search results */
.search-result {
  margin-bottom: 15px;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px; }

.search-result__category {
  text-transform: uppercase;
  font-weight: bold;
  color: #2D889A; }

.search-result__title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 21px;
  margin-bottom: 9px;
  color: #005566; }

.search-result__title a {
  color: #005566; }

.search-result__content p {
  margin: 0;
  line-height: 24px; }

/* No search results */
.no-search-results {
  margin-top: 50px;
  margin-bottom: 50px; }

.no-search-results p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #005566;
  line-height: 24px; }

.no-search-results p a {
  color: #2D889A;
  text-decoration: underline; }

.no-search-results p a:hover {
  text-decoration: none; }

/* Responsive search */
@media (max-width: 768px) {
  .custom-checkbox--pill {
    margin-left: 3px;
    margin-right: 3px; }
  .custom-checkbox--pill .h-custom-checkbox {
    padding-right: 10px;
    font-size: 12px;
    padding-left: 36px; }
  .custom-checkbox--pill .h-custom-checkbox:before,
  .custom-checkbox--pill .h-custom-checkbox:after {
    width: 20px;
    height: 20px; }
  .search-only-form input[type="text"] {
    padding: 7px 22px;
    font-size: 14px; }
  .search-only-form .h-btn--primary {
    font-size: 14px;
    padding: 7px 20px;
    height: 36px; } }

@media (max-width: 480px) {
  .search-only-form {
    padding-right: 0; }
  .search-only-form .h-form-controls {
    width: auto;
    position: static;
    margin-top: 10px; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.h-paginator a, .h-paginator button, .pagination a, .pagination button {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  margin: 0 3px;
  border: none; }

.h-paginator .page-prev,
.h-paginator .page-next, .pagination .page-prev,
.pagination .page-next {
  background: #D8E3E9;
  line-height: 38px;
  font-size: 10px;
  color: #5F8291; }

.h-paginator .page-prev, .pagination .page-prev {
  margin-left: 0; }

.h-paginator .page-next, .pagination .page-next {
  margin-right: 0; }

.h-paginator a:hover,
.h-paginator .is-active, .pagination a:hover,
.pagination .is-active {
  background: #5F8291;
  color: #fff; }

.countline-block-archive {
  padding-top: 0; }
  .countline-block-archive .filters-wrap {
    background: #023C47;
    color: #fff; }
    .countline-block-archive .filters-wrap .filters {
      margin: 0 auto;
      max-width: 1366px;
      padding-left: 50px;
      padding-right: 50px; }
  .countline-block-archive .controls {
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    width: 100%; }
    .countline-block-archive .controls .totals {
      float: left;
      width: 15%;
      font-size: 12px;
      display: inline-block;
      line-height: 36px;
      color: #5F8291; }
    .countline-block-archive .controls .per-page {
      float: right;
      width: auto;
      text-align: right; }
      .countline-block-archive .controls .per-page label {
        display: inline-block;
        font-size: 12px;
        color: #5F8291;
        line-height: 36px;
        margin-right: 10px; }
    .countline-block-archive .controls .pagination {
      float: left;
      width: 68%;
      text-align: center; }

.event-list {
  margin: 0 -15px;
  position: relative; }

.event-item-wrap {
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px; }
  .event-item-wrap:nth-child(4n+1) {
    clear: left; }

.layout-list .event-item-wrap, .layout-list .person-item-wrap {
  width: 100%;
  margin-bottom: 10px; }

.layout-list .featured-event-item {
  min-height: 488px; }

.layout-list .person-item {
  overflow: hidden; }
  .layout-list .person-item__media, .layout-list .person-item__details {
    float: left; }
  .layout-list .person-item__media {
    width: 25%; }
  .layout-list .person-item__details {
    width: 75%; }
  .layout-list .person-item__more {
    text-align: left; }

.layout-list .event-item-wrap .event-item {
  position: relative;
  background: #fff;
  min-height: auto;
  float: left;
  width: 100%;
  padding: 0; }
  .layout-list .event-item-wrap .event-item .meta {
    background: #f1f6f6; }
    .layout-list .event-item-wrap .event-item .meta .icon img {
      width: 25px;
      height: 25px; }
    .layout-list .event-item-wrap .event-item .meta .categories, .layout-list .event-item-wrap .event-item .meta .duration-price {
      margin-top: 7px; }
  .layout-list .event-item-wrap .event-item .thumbnail {
    float: left;
    width: 20%; }
  .layout-list .event-item-wrap .event-item .title {
    background: #fff;
    float: right;
    width: 80%;
    height: auto; }
    .layout-list .event-item-wrap .event-item .title a {
      color: #1b4b55; }
  .layout-list .event-item-wrap .event-item .author, .layout-list .event-item-wrap .event-item .extra, .layout-list .event-item-wrap .event-item .actions {
    float: right;
    width: 20%;
    min-height: auto; }
  .layout-list .event-item-wrap .event-item .author {
    width: 80%;
    margin-top: 0;
    font-size: 14px; }
  .layout-list .event-item-wrap .event-item .extra, .layout-list .event-item-wrap .event-item .actions {
    width: 80%; }
  .layout-list .event-item-wrap .event-item .extra {
    margin: 0; }
  .layout-list .event-item-wrap .event-item .actions {
    margin-bottom: 10px; }
  .layout-list .event-item-wrap .event-item__author {
    padding-top: 10px; }
  .layout-list .event-item-wrap .event-item__controls .h-btn--secondary {
    margin-right: 0; }
  .layout-list .event-item-wrap .event-item__details {
    position: absolute;
    width: 292px;
    right: 0px;
    top: 28px;
    padding-top: 20px; }
  .layout-list .event-item-wrap .event-item__author {
    margin-right: 292px; }

.layout-list .horizontal-only-banner {
  width: 294px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block; }

.layout-grid .horizontal-only-banner {
  display: none; }

.list-title {
  text-transform: uppercase;
  color: #005566; }

.h-controls-item {
  display: inline-block; }
  .h-controls-item.h-fr {
    margin-left: 25px; }
  .h-controls-item label {
    display: inline-block;
    font-size: 12px;
    color: #5F8291;
    line-height: 36px;
    margin-right: 10px; }

/* Archive View Modes */
.list-view-modes {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  zoom: 1;
  margin-left: 10px; }
  .list-view-modes li {
    float: left; }
  .list-view-modes button {
    display: inline-block;
    position: relative;
    border-radius: 100%;
    border: none;
    width: 36px;
    height: 36px;
    text-align: center;
    margin: 0 4px;
    background: transparent;
    line-height: 39px;
    font-size: 14px;
    color: #5F8291; }
    .list-view-modes button:hover, .list-view-modes button.is-active {
      background: #D8E3E9; }

@media (max-width: 1024px) {
  .event-list {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 768px) {
  .h-controls-item {
    display: none; }
  .list-view-modes {
    width: auto;
    text-align: right; }
  .countline-block-archive .filters-wrap .filters {
    padding: 0 20px; }
    .countline-block-archive .filters-wrap .filters .filter-form-top ul {
      overflow: hidden; }
      .countline-block-archive .filters-wrap .filters .filter-form-top ul li {
        float: left;
        width: auto;
        margin-right: 5px; }
        .countline-block-archive .filters-wrap .filters .filter-form-top ul li button {
          font-size: 10px; }
    .countline-block-archive .filters-wrap .filters .filter-form-left-item label {
      font-size: 12px; }
  .countline-block-archive .controls .totals {
    width: 35%;
    margin-top: 0; }
  .countline-block-archive .controls .per-page {
    width: 35%;
    margin-top: 0; }
    .countline-block-archive .controls .per-page label {
      display: none; }
  .countline-block-archive .event-list + .controls .totals, .countline-block-archive .event-list + .controls .per-page {
    display: none; }
  .countline-block-archive .event-list + .controls .pagination {
    width: 100%;
    float: none; }
    .countline-block-archive .event-list + .controls .pagination button {
      margin-bottom: 7px; } }

@media (max-width: 480px) {
  .countline-block-archive .controls .totals {
    width: 50%; }
  .countline-block-archive .controls .per-page {
    float: none;
    clear: both;
    width: auto;
    text-align: left; } }

.custom-discount-badge .h-tooltip-wrapper {
  display: block; }
  .custom-discount-badge .h-tooltip-wrapper span {
    font-size: 13px;
    font-weight: lighter;
    border: 1px solid #2DC84D;
    background: #2DC84D;
    display: block;
    border-radius: 500em;
    padding: 0px 4px;
    line-height: 36px;
    color: #fff; }

.countline-block-content-slider,
.section--slider {
  padding-bottom: 35px; }
  .countline-block-content-slider .h-site-block,
  .section--slider .h-site-block {
    position: relative;
    padding-bottom: 50px; }
    .countline-block-content-slider .h-site-block:before,
    .section--slider .h-site-block:before {
      display: inline-block;
      content: '';
      height: 1px;
      bottom: 0;
      left: 50px;
      right: 50px;
      background: #D8E3E9;
      position: absolute; }
  .countline-block-content-slider .simple-slider .owl-dots .owl-dot span,
  .section--slider .simple-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 8px;
    border: 1px solid #D8E3E9;
    background: transparent;
    -moz-transition: border-color 0.3s, background 0.3s;
    -o-transition: border-color 0.3s, background 0.3s;
    -webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s; }
  .countline-block-content-slider .simple-slider .owl-dots .owl-dot.active span,
  .countline-block-content-slider .simple-slider .owl-dots .owl-dot:hover span,
  .section--slider .simple-slider .owl-dots .owl-dot.active span,
  .section--slider .simple-slider .owl-dots .owl-dot:hover span {
    border: 1px solid #2D889A;
    background: #2D889A; }
  .countline-block-content-slider .simple-slider .owl-nav.disabled + .owl-dots,
  .section--slider .simple-slider .owl-nav.disabled + .owl-dots {
    margin-top: 40px; }
  .countline-block-content-slider .simple-slide,
  .section--slider .simple-slide {
    background: #F1F6F6;
    position: relative; }
    .countline-block-content-slider .simple-slide .simple-slide__media,
    .section--slider .simple-slide .simple-slide__media {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      right: 0;
      top: 0;
      width: 50%;
      height: 100%; }
    .countline-block-content-slider .simple-slide .simple-slide__content,
    .section--slider .simple-slide .simple-slide__content {
      padding: 50px 78px;
      padding-bottom: 33px;
      width: 50%;
      padding-right: 37px;
      background: url(assets/img/symbol-c.svg) no-repeat center center;
      background-size: 430px 420px; }
    .countline-block-content-slider .simple-slide:not(.slide-has-image) .simple-slide__content,
    .section--slider .simple-slide:not(.slide-has-image) .simple-slide__content {
      width: 100%; }
    .countline-block-content-slider .simple-slide:not(.slide-has-content) .simple-slide__media,
    .section--slider .simple-slide:not(.slide-has-content) .simple-slide__media {
      width: 100%; }

/* Responsive slider section */
@media (max-width: 1024px) {
  .countline-block-content-slider .simple-slide .simple-slide__content,
  .section--slider .simple-slide .simple-slide__content {
    padding: 30px; } }

@media (max-width: 768px) {
  .countline-block-content-slider,
  .section--slider {
    padding-bottom: 15px; }
    .countline-block-content-slider .simple-slide .simple-slide__content,
    .section--slider .simple-slide .simple-slide__content {
      width: 100%; }
      .countline-block-content-slider .simple-slide .simple-slide__content p .h-btn--primary,
      .countline-block-content-slider .simple-slide .simple-slide__content .h-tar .h-btn--primary,
      .section--slider .simple-slide .simple-slide__content p .h-btn--primary,
      .section--slider .simple-slide .simple-slide__content .h-tar .h-btn--primary {
        margin: 0 auto;
        display: block;
        max-width: 180px;
        text-align: center; }
    .countline-block-content-slider .simple-slide .simple-slide__media,
    .section--slider .simple-slide .simple-slide__media {
      width: 100%;
      position: static; }
      .countline-block-content-slider .simple-slide .simple-slide__media:after,
      .section--slider .simple-slide .simple-slide__media:after {
        display: block;
        content: '';
        padding-top: 61.81%; } }

.section--contacts,
.countline-block-contact-slider {
  padding-top: 60px; }
  .section--contacts .contacts__content,
  .countline-block-contact-slider .contacts__content {
    padding-left: 107px;
    padding-top: 22px; }

@media (max-width: 768px) {
  .section--contacts,
  .countline-block-contact-slider {
    padding-top: 30px;
    padding-bottom: 30px; }
    .section--contacts .h-col-1-of-2,
    .countline-block-contact-slider .h-col-1-of-2 {
      width: 100%; }
    .section--contacts .contacts__content,
    .countline-block-contact-slider .contacts__content {
      padding-left: 0; }
    .section--contacts .contacts__slider,
    .countline-block-contact-slider .contacts__slider {
      margin-top: 35px; } }

.countline-block-map {
  padding-top: 0;
  padding-bottom: 0; }
  .countline-block-map iframe {
    vertical-align: top; }

.countline-block-partners,
.section--partners {
  padding-top: 23px;
  padding-bottom: 0; }
  .countline-block-partners .h-site-block,
  .section--partners .h-site-block {
    position: relative;
    padding-bottom: 50px; }
    .countline-block-partners .h-site-block:before,
    .section--partners .h-site-block:before {
      display: inline-block;
      content: '';
      height: 1px;
      bottom: 0;
      left: 50px;
      right: 50px;
      background: #D8E3E9;
      position: absolute; }
  .countline-block-partners .block-title,
  .section--partners .block-title {
    text-align: center;
    color: #2D889A; }
  .countline-block-partners .partner-list,
  .section--partners .partner-list {
    text-align: center;
    padding-top: 14px; }
    .countline-block-partners .partner-list .partner-item,
    .section--partners .partner-list .partner-item {
      display: inline-block; }

.countline-block-numbers,
.section--numbers {
  background: #0A4A57;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 41px;
  padding-bottom: 108px; }
  .countline-block-numbers .block-title,
  .section--numbers .block-title {
    text-align: center;
    color: #A5CED6; }
  .countline-block-numbers .numbers-list,
  .section--numbers .numbers-list {
    margin: 0 -15px;
    margin-top: 87px; }
    .countline-block-numbers .numbers-list li,
    .section--numbers .numbers-list li {
      width: 25%;
      float: left;
      padding: 0 15px; }
    .countline-block-numbers .numbers-list li:first-child:nth-last-child(1),
    .section--numbers .numbers-list li:first-child:nth-last-child(1) {
      width: 100%; }
    .countline-block-numbers .numbers-list li:first-child:nth-last-child(2),
    .countline-block-numbers .numbers-list li:first-child:nth-last-child(2) ~ li,
    .section--numbers .numbers-list li:first-child:nth-last-child(2),
    .section--numbers .numbers-list li:first-child:nth-last-child(2) ~ li {
      width: 50%; }
    .countline-block-numbers .numbers-list li:first-child:nth-last-child(3),
    .countline-block-numbers .numbers-list li:first-child:nth-last-child(3) ~ li,
    .section--numbers .numbers-list li:first-child:nth-last-child(3),
    .section--numbers .numbers-list li:first-child:nth-last-child(3) ~ li {
      width: 33.3333%; }
    .countline-block-numbers .numbers-list li:first-child:nth-last-child(4),
    .countline-block-numbers .numbers-list li:first-child:nth-last-child(4) ~ li,
    .section--numbers .numbers-list li:first-child:nth-last-child(4),
    .section--numbers .numbers-list li:first-child:nth-last-child(4) ~ li {
      width: 25%; }
    .countline-block-numbers .numbers-list .numbers-item.has-icon,
    .section--numbers .numbers-list .numbers-item.has-icon {
      position: relative; }
      .countline-block-numbers .numbers-list .numbers-item.has-icon .numbers-item__value,
      .section--numbers .numbers-list .numbers-item.has-icon .numbers-item__value {
        padding-left: 50px; }
    .countline-block-numbers .numbers-list .numbers-item i,
    .section--numbers .numbers-list .numbers-item i {
      font-size: 34px;
      position: absolute;
      left: 0px;
      top: 12px;
      color: #2DC84D; }
    .countline-block-numbers .numbers-list .numbers-item .numbers-item__value,
    .section--numbers .numbers-list .numbers-item .numbers-item__value {
      color: #2DC84D;
      padding-bottom: 18px;
      margin-bottom: 27px;
      position: relative;
      font-size: 52px;
      font-weight: bold; }
      .countline-block-numbers .numbers-list .numbers-item .numbers-item__value:before, .countline-block-numbers .numbers-list .numbers-item .numbers-item__value:after,
      .section--numbers .numbers-list .numbers-item .numbers-item__value:before,
      .section--numbers .numbers-list .numbers-item .numbers-item__value:after {
        display: inline-block;
        content: '';
        position: absolute; }
      .countline-block-numbers .numbers-list .numbers-item .numbers-item__value:before,
      .section--numbers .numbers-list .numbers-item .numbers-item__value:before {
        left: 0;
        width: 100%;
        bottom: 0;
        height: 1px;
        background: #2D889A; }
      .countline-block-numbers .numbers-list .numbers-item .numbers-item__value:after,
      .section--numbers .numbers-list .numbers-item .numbers-item__value:after {
        left: 0;
        bottom: 1px;
        width: 90%;
        height: 6px;
        background: #2DC84D; }
    .countline-block-numbers .numbers-list .numbers-item .numbers-item__label,
    .section--numbers .numbers-list .numbers-item .numbers-item__label {
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      font-weight: bold; }

@media (max-width: 768px) {
  .countline-block-numbers,
  .section--numbers {
    padding-top: 30px;
    padding-bottom: 20px; }
    .countline-block-numbers .numbers-list,
    .section--numbers .numbers-list {
      margin-top: 38px; }
      .countline-block-numbers .numbers-list li,
      .section--numbers .numbers-list li {
        width: 50% !important;
        margin-bottom: 40px; }
      .countline-block-numbers .numbers-list .numbers-item i,
      .section--numbers .numbers-list .numbers-item i {
        font-size: 29px;
        top: 0; }
      .countline-block-numbers .numbers-list .numbers-item.has-icon .numbers-item__value,
      .section--numbers .numbers-list .numbers-item.has-icon .numbers-item__value {
        padding-left: 38px; }
      .countline-block-numbers .numbers-list .numbers-item .numbers-item__value,
      .section--numbers .numbers-list .numbers-item .numbers-item__value {
        font-size: 27px;
        padding-bottom: 11px;
        margin-bottom: 9px; }
        .countline-block-numbers .numbers-list .numbers-item .numbers-item__value:after,
        .section--numbers .numbers-list .numbers-item .numbers-item__value:after {
          height: 3px; }
      .countline-block-numbers .numbers-list .numbers-item .numbers-item__label,
      .section--numbers .numbers-list .numbers-item .numbers-item__label {
        font-size: 12px; } }

.countline-block-lecturer-intro {
  padding: 0;
  background: #005566; }
  .countline-block-lecturer-intro .person-intro {
    position: relative;
    min-height: 510px; }
    .countline-block-lecturer-intro .person-intro .person-intro__media {
      width: 57%;
      float: left;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: center center; }
    .countline-block-lecturer-intro .person-intro .person-intro__details {
      width: 43%;
      float: right;
      position: relative;
      padding: 48px 100px;
      color: #fff; }
      .countline-block-lecturer-intro .person-intro .person-intro__details .person-intro__name {
        font-size: 36px;
        font-weight: 500;
        margin-top: 78px;
        margin-bottom: 19px; }
        .countline-block-lecturer-intro .person-intro .person-intro__details .person-intro__name small {
          display: block;
          font-size: 24px;
          margin-bottom: 10px; }
      .countline-block-lecturer-intro .person-intro .person-intro__details .person-intro__title {
        margin-bottom: 103px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 22px;
        color: #A5CED6; }
      .countline-block-lecturer-intro .person-intro .person-intro__details .person-intro__subtitle {
        font-size: 18px;
        line-height: 24px; }

/* Responsive detailed person page */
@media (max-width: 1024px) {
  .countline-block-lecturer-intro {
    margin-left: -20px;
    margin-right: -20px; }
    .countline-block-lecturer-intro .person-intro__media {
      width: 50%; }
    .countline-block-lecturer-intro .person-intro__details {
      width: 50%;
      padding: 30px; } }

@media (max-width: 768px) {
  .countline-block-lecturer-intro .person-intro {
    min-height: unset; }
    .countline-block-lecturer-intro .person-intro .person-intro__media {
      position: static;
      display: block;
      width: 100%; }
      .countline-block-lecturer-intro .person-intro .person-intro__media:after {
        padding-top: 66%;
        content: '';
        display: block; }
    .countline-block-lecturer-intro .person-intro .person-intro__details {
      width: 100%;
      padding: 30px 20px; }
      .countline-block-lecturer-intro .person-intro .person-intro__details .person-intro__name {
        margin-top: 30px;
        font-size: 22px;
        line-height: 28px; }
      .countline-block-lecturer-intro .person-intro .person-intro__details .person-intro__title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0; }
      .countline-block-lecturer-intro .person-intro .person-intro__details .person-intro__subtitle {
        margin-top: 15px;
        font-size: 16px;
        line-height: 21px; } }

.countline-block-lecturer-rating .review-us,
.section--text .review-us {
  background: #E6F4F6;
  padding: 25px;
  text-align: center;
  padding-bottom: 31px;
  margin-top: 33px;
  margin-bottom: 17px; }
  .countline-block-lecturer-rating .review-us .review-us__title,
  .section--text .review-us .review-us__title {
    font-size: 16px;
    font-weight: bold;
    color: #303E4D;
    margin-bottom: 10px; }
  .countline-block-lecturer-rating .review-us .review-stars,
  .section--text .review-us .review-stars {
    margin-top: 18px; }
    .countline-block-lecturer-rating .review-us .review-stars .review-stars__rating,
    .section--text .review-us .review-stars .review-stars__rating {
      display: inline-block;
      width: 312px;
      color: #2D889A;
      font-size: 23px;
      margin-right: 7px;
      text-align: left;
      height: 23px;
      margin-top: 4px; }
      .countline-block-lecturer-rating .review-us .review-stars .review-stars__rating i,
      .section--text .review-us .review-stars .review-stars__rating i {
        float: left;
        margin-right: 8px; }
    .countline-block-lecturer-rating .review-us .review-stars .review-stars__total,
    .section--text .review-us .review-stars .review-stars__total {
      font-size: 19px;
      font-weight: bold;
      color: #303E4D;
      display: inline-block;
      vertical-align: 2px; }

.countline-block-content + .countline-block-lecturer-rating {
  padding-top: 0; }

@media (max-width: 768px) {
  .countline-block-lecturer-rating .review-us {
    padding-left: 10px;
    padding-right: 10px; }
    .countline-block-lecturer-rating .review-us .review-stars .review-stars__rating {
      width: auto;
      margin-right: 0;
      text-align: center; }
      .countline-block-lecturer-rating .review-us .review-stars .review-stars__rating i {
        float: none;
        margin: 0 1px;
        font-size: 20px; }
    .countline-block-lecturer-rating .review-us .review-stars .review-stars__total {
      display: block;
      padding-top: 5px; } }

.countline-block-event-intro {
  padding-top: 0;
  padding-bottom: 0;
  background: #005566; }
  .countline-block-event-intro .event-intro {
    position: relative;
    padding-left: 42%;
    min-height: 510px; }
    .countline-block-event-intro .event-intro .event-intro__media {
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      left: 0;
      top: 0;
      bottom: 0;
      width: 42%; }
    .countline-block-event-intro .event-intro .event-intro__content {
      position: relative;
      padding: 56px;
      padding-left: 94px;
      padding-right: 43px;
      padding-bottom: 20px; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__data {
        margin-bottom: 13px;
        color: #A5CED6;
        font-size: 14px; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__org-type {
        text-transform: uppercase; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__type {
        position: relative;
        padding-right: 20px;
        margin-bottom: 10px; }
        .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span {
          display: inline-block;
          text-align: right;
          color: #fff;
          padding: 5px 10px;
          border-radius: 3px;
          margin-bottom: 3px;
          font-size: 0.9em;
          position: relative; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-alt-countline-finance {
            background-color: #EF4A81; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-alt-countline-law {
            background-color: #8246AF; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-alt-countline-management {
            background-color: #489FFF; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span:before {
            display: inline-block;
            position: absolute;
            width: 10px;
            height: 10px;
            content: '';
            right: -7px;
            top: 9px;
            border-radius: 100%; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-countline-finance:before {
            background-color: #EF4A81; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-countline-law:before {
            background-color: #8246AF; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-countline-management:before {
            background-color: #489FFF; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__info {
        color: #A5CED6; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__title {
        font-size: 38px;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 20px;
        color: #fff; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__author {
        color: #fff;
        font-size: 18px;
        margin-bottom: 35px; }
        .countline-block-event-intro .event-intro .event-intro__content .event-intro__author a {
          color: #fff; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__author a:hover {
            text-decoration: underline; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .h-btn--primary {
        float: left;
        padding: 16px 38px;
        border-radius: 27px;
        font-size: 14px; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges {
        float: right;
        margin-top: 1px;
        padding-right: 13px; }
        .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li {
          padding-top: 9px;
          padding-bottom: 6px;
          color: #A5CED6;
          font-size: 26px;
          line-height: 36px;
          position: relative;
          text-align: center;
          display: inline-block;
          float: left; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li:first-child {
            padding-top: 7px;
            padding-bottom: 2px; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li:not(:last-child) {
            margin-right: 19px;
            padding-right: 19px; }
            .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li:not(:last-child):before {
              display: inline-block;
              position: absolute;
              content: '';
              width: 1px;
              right: 0px;
              top: 0px;
              height: 100%;
              border-right: 1px dashed #A5CED6; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .price-duration {
        color: #fff;
        font-size: 16px;
        line-height: 23px;
        text-align: right;
        padding-right: 13px;
        margin-top: -5px; }

@media (max-width: 1024px) {
  .countline-block-event-intro .event-intro {
    margin-left: -20px;
    margin-right: -20px; }
    .countline-block-event-intro .event-intro .event-intro__content {
      padding: 30px; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__title {
        font-size: 32px; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__type-label {
        float: none;
        display: inline-block;
        margin-right: 12px; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__type {
        float: none;
        display: inline-block; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .h-btn--primary {
        margin-bottom: 25px; }
      .countline-block-event-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges {
        clear: left; } }

@media (max-width: 768px) {
  .countline-block-event-intro .event-intro {
    padding-left: 0; }
    .countline-block-event-intro .event-intro .event-intro__media {
      position: static;
      display: block;
      width: 100%; }
      .countline-block-event-intro .event-intro .event-intro__media:after {
        padding-top: 66%;
        content: '';
        display: block; }
    .countline-block-event-intro .event-intro .event-intro__content .event-intro__title {
      font-size: 22px; }
    .countline-block-event-intro .event-intro .event-intro__content .event-intro__data,
    .countline-block-event-intro .event-intro .event-intro__content .event-intro__info {
      font-size: 12px; }
    .countline-block-event-intro .event-intro .event-intro__content .event-intro__author {
      font-size: 16px; } }

.countline-block-event-children {
  padding-top: 19px;
  padding-bottom: 37px;
  background: #023c47; }
  .countline-block-event-children .h-section-title {
    margin-bottom: 29px;
    color: #a5ced6; }
  .countline-block-event-children .event-table .event-row {
    margin-top: 5px;
    background: #005566;
    border-radius: 25px;
    border: 2px solid #005566;
    -moz-transition: background 0.3s, border 0.3s;
    -o-transition: background 0.3s, border 0.3s;
    -webkit-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s; }
    .countline-block-event-children .event-table .event-row .event-col {
      float: left;
      padding: 5px;
      line-height: 36px;
      padding-top: 6px;
      padding-bottom: 3px;
      font-size: 16px;
      color: #a5ced6; }
      .countline-block-event-children .event-table .event-row .event-col .h-btn--secondary {
        text-decoration: none; }
    .countline-block-event-children .event-table .event-row .event-col-date-city {
      width: 30%;
      padding-left: 28px; }
    .countline-block-event-children .event-table .event-row .event-col-location {
      width: 25%; }
    .countline-block-event-children .event-table .event-row .event-col-map {
      width: 12%;
      font-width: 500;
      font-size: 0.8em; }
      .countline-block-event-children .event-table .event-row .event-col-map a {
        color: #a5ced6;
        text-decoration: underline;
        padding-right: 20px;
        position: relative; }
        .countline-block-event-children .event-table .event-row .event-col-map a:hover {
          text-decoration: none; }
        .countline-block-event-children .event-table .event-row .event-col-map a i {
          display: inline-block;
          position: absolute;
          right: 0px;
          top: 3px; }
    .countline-block-event-children .event-table .event-row .event-col-prices {
      width: 18%;
      color: #fff;
      font-weight: 500;
      text-align: right; }
      .countline-block-event-children .event-table .event-row .event-col-prices s,
      .countline-block-event-children .event-table .event-row .event-col-prices strike {
        font-size: 0.8em; }
      .countline-block-event-children .event-table .event-row .event-col-prices ul.badges {
        display: inline;
        margin-right: 10px;
        float: none; }
        .countline-block-event-children .event-table .event-row .event-col-prices ul.badges li {
          float: left; }
          .countline-block-event-children .event-table .event-row .event-col-prices ul.badges li .h-tooltip-content {
            background: #023c47; }
    .countline-block-event-children .event-table .event-row .event-col-register {
      width: 15%;
      text-align: right;
      padding-top: 3px; }
    .countline-block-event-children .event-table .event-row .event-explainer {
      margin: 0;
      display: inline-block;
      position: relative;
      font-size: 0.8rem;
      cursor: pointer; }
      .countline-block-event-children .event-table .event-row .event-explainer i {
        display: inline-flex;
        font-style: normal;
        background: #2dc84d;
        color: white;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        justify-content: center;
        align-items: center;
        margin-left: 5px; }
      .countline-block-event-children .event-table .event-row .event-explainer small {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 22rem;
        max-width: 22rem;
        background: #2dc84d;
        color: #fff;
        z-index: 9999;
        border-radius: 5px;
        font-size: 14px; }
      .countline-block-event-children .event-table .event-row .event-explainer:hover small {
        display: block;
        padding: 1rem; }
    .countline-block-event-children .event-table .event-row:hover {
      background: #fff;
      border-color: #2DC84D; }
      .countline-block-event-children .event-table .event-row:hover .event-col {
        color: #0a4a57; }
      .countline-block-event-children .event-table .event-row:hover .event-col-4 a {
        color: #0a4a57; }
  .countline-block-event-children p.temporary-unavailable {
    color: #fff;
    text-align: center; }
    .countline-block-event-children p.temporary-unavailable a {
      color: #fff;
      text-decoration: underline; }
      .countline-block-event-children p.temporary-unavailable a:hover {
        text-decoration: none; }

@media (max-width: 1024px) {
  .countline-block-event-children .event-table .event-row {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px; }
    .countline-block-event-children .event-table .event-row .event-col {
      width: 100%; }
    .countline-block-event-children .event-table .event-row .event-col-date-city,
    .countline-block-event-children .event-table .event-row .event-col-location,
    .countline-block-event-children .event-table .event-row .event-col-map {
      padding-left: 20px;
      padding-right: 20px;
      line-height: 14px; }
    .countline-block-event-children .event-table .event-row .event-col-prices,
    .countline-block-event-children .event-table .event-row .event-col-register {
      width: 50%;
      padding: 0 20px;
      margin-top: 10px; } }

@media (max-width: 640px) {
  .countline-block-event-children .event-table .event-row .event-col-prices,
  .countline-block-event-children .event-table .event-row .event-col-register {
    width: 100%; }
  .countline-block-event-children .event-table .event-row .event-col-register a {
    width: 100%;
    text-align: center; } }

.event-tickets {
  display: none;
  overflow: hidden;
  background: #fff;
  border-radius: 25px;
  padding: 20px; }
  .event-tickets .ticket {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: none !important;
    margin-bottom: 20px; }
    .event-tickets .ticket .content {
      flex: 10 5 400px;
      padding: 0;
      text-align: left;
      padding-top: 5px; }
      .event-tickets .ticket .content .title {
        display: block;
        font-weight: 700;
        font-size: 1.1em; }
      .event-tickets .ticket .content .description {
        display: block;
        font-size: 0.8em;
        margin-top: 5px; }
    .event-tickets .ticket .extra {
      flex: 1 1 200px;
      padding: 25px 10px;
      text-align: center;
      padding: 0;
      padding-top: 5px; }
      .event-tickets .ticket .extra .price {
        font-size: 1.1em;
        font-weight: 700; }
      .event-tickets .ticket .extra .available {
        font-size: 0.8em;
        margin-top: 5px; }
    .event-tickets .ticket .quantity {
      flex: 1 1 150px;
      padding: 25px 10px;
      padding: 0;
      text-align: right; }
      .event-tickets .ticket .quantity .quantity__remove,
      .event-tickets .ticket .quantity .quantity__add {
        background-color: transparent;
        color: #686868;
        display: inline-block;
        font-size: 1.5em;
        padding: 5px;
        padding: 5px 10px !important;
        border: none;
        background-color: #2d889a !important;
        color: #fff !important;
        border-radius: 25px;
        width: 39px;
        text-align: center; }
      .event-tickets .ticket .quantity .quantity__number {
        align-items: center;
        background-color: transparent;
        border: none;
        display: inline-flex;
        cursor: pointer;
        outline: none;
        justify-content: center;
        height: 3rem;
        margin: 0;
        position: relative;
        width: 3.2rem;
        -webkit-appearance: none; }
        .event-tickets .ticket .quantity .quantity__number input[type="number"] {
          max-width: 3rem;
          background: transparent;
          color: #444;
          padding: 0.5rem 0;
          border: none;
          font-size: 1.8rem;
          height: 3rem;
          font-weight: 700;
          text-align: center;
          -webkit-appearance: textfield !important;
          -moz-appearance: textfield !important;
          appearance: textfield !important;
          color: #303e4d !important; }
          .event-tickets .ticket .quantity .quantity__number input[type="number"]::-webkit-inner-spin-button, .event-tickets .ticket .quantity .quantity__number input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
  .event-tickets.visible {
    display: block; }

@media (max-width: 768px) {
  .event-tickets .ticket .extra {
    text-align: left; } }

@media (max-width: 640px) {
  .event-tickets .ticket .quantity {
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1; }
  .event-tickets > form > button {
    width: 100%;
    float: none; } }

.wp-block[data-type="acf/countline-event-children"] .event-tickets {
  display: none !important; }

.countline-block-links {
  background: #F1F6F6;
  padding-top: 67px;
  padding-bottom: 68px; }
  .countline-block-links .link-item {
    max-width: 940px;
    margin: 0 auto; }
    .countline-block-links .link-item h4 {
      font-family: 'Roboto Slab', serif;
      width: 33.3333%;
      float: left;
      position: relative;
      text-transform: uppercase;
      color: #005566;
      font-size: 24px;
      font-weight: bold;
      padding-top: 15px; }
      .countline-block-links .link-item h4 i {
        position: absolute;
        z-index: 1;
        font-size: 135px;
        left: 1px;
        top: -47px;
        color: #A5CED6; }
      .countline-block-links .link-item h4 span {
        position: relative;
        z-index: 3; }
    .countline-block-links .link-item .links {
      width: 66.6666%;
      float: right;
      text-align: center;
      font-size: 18px;
      font-style: italic;
      color: #333;
      line-height: 29px;
      max-width: 520px; }

.document-list {
  font-style: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 11px; }
  .document-list li {
    margin-left: 0px;
    padding-left: 18px;
    position: relative;
    text-align: left;
    font-size: 16px;
    display: none; }
    .document-list li.page-1 {
      display: block; }
    .document-list li:before {
      display: inline-block;
      position: absolute;
      background: #5F8291;
      border-radius: 100%;
      width: 5px;
      height: 5px;
      left: 0px;
      top: 12px;
      content: '' !important; }

.show-more-docs,
.toggle-link {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  text-decoration: underline;
  color: #2D889A;
  font-style: normal; }
  .show-more-docs:hover,
  .toggle-link:hover {
    text-decoration: none; }
  .show-more-docs i,
  .toggle-link i {
    position: absolute;
    right: 0px;
    top: 8px;
    font-size: 12px;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }

@media (max-width: 768px) {
  .countline-block-lecturer-links .link-item h4 {
    float: none;
    width: auto;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px; }
  .countline-block-lecturer-links .link-item .links {
    width: auto;
    float: none;
    margin: 0 auto; } }

.countline-block-content,
.countline-block-faq,
.countline-block-callout,
.countline-block-icon-list,
.section--text {
  padding-top: 27px;
  padding-bottom: 34px; }
  .countline-block-content ul,
  .countline-block-faq ul,
  .countline-block-callout ul,
  .countline-block-icon-list ul,
  .section--text ul {
    margin: 15px 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none; }
    .countline-block-content ul li,
    .countline-block-faq ul li,
    .countline-block-callout ul li,
    .countline-block-icon-list ul li,
    .section--text ul li {
      position: relative;
      padding-left: 35px;
      margin-bottom: 6px;
      font-size: 16px;
      line-height: 23px; }
      .countline-block-content ul li:last-child,
      .countline-block-faq ul li:last-child,
      .countline-block-callout ul li:last-child,
      .countline-block-icon-list ul li:last-child,
      .section--text ul li:last-child {
        margin-bottom: 0; }
      .countline-block-content ul li:before,
      .countline-block-faq ul li:before,
      .countline-block-callout ul li:before,
      .countline-block-icon-list ul li:before,
      .section--text ul li:before {
        font-size: 23px;
        left: 0; }
    .countline-block-content ul:not(.has-icons) li,
    .countline-block-faq ul:not(.has-icons) li,
    .countline-block-callout ul:not(.has-icons) li,
    .countline-block-icon-list ul:not(.has-icons) li,
    .section--text ul:not(.has-icons) li {
      padding-left: 52px;
      margin-bottom: 15px;
      font-size: 16px; }
      .countline-block-content ul:not(.has-icons) li:before,
      .countline-block-faq ul:not(.has-icons) li:before,
      .countline-block-callout ul:not(.has-icons) li:before,
      .countline-block-icon-list ul:not(.has-icons) li:before,
      .section--text ul:not(.has-icons) li:before {
        display: inline-block;
        position: absolute;
        content: "\e913";
        font-family: 'countline' !important;
        color: #2DC84D;
        font-size: 18px;
        left: 7px;
        top: 1px; }
    .countline-block-content ul:last-child,
    .countline-block-faq ul:last-child,
    .countline-block-callout ul:last-child,
    .countline-block-icon-list ul:last-child,
    .section--text ul:last-child {
      margin-bottom: 0; }
  .countline-block-content.more-spacing,
  .countline-block-faq.more-spacing,
  .countline-block-callout.more-spacing,
  .countline-block-icon-list.more-spacing,
  .section--text.more-spacing {
    padding-top: 67px;
    padding-bottom: 67px; }
  .countline-block-content .social-sharing:not(.has-icons) li,
  .countline-block-faq .social-sharing:not(.has-icons) li,
  .countline-block-callout .social-sharing:not(.has-icons) li,
  .countline-block-icon-list .social-sharing:not(.has-icons) li,
  .section--text .social-sharing:not(.has-icons) li {
    padding-left: 0; }
  .countline-block-content h1, .countline-block-content h2, .countline-block-content h3, .countline-block-content h4, .countline-block-content h5, .countline-block-content h6,
  .countline-block-faq h1,
  .countline-block-faq h2,
  .countline-block-faq h3,
  .countline-block-faq h4,
  .countline-block-faq h5,
  .countline-block-faq h6,
  .countline-block-callout h1,
  .countline-block-callout h2,
  .countline-block-callout h3,
  .countline-block-callout h4,
  .countline-block-callout h5,
  .countline-block-callout h6,
  .countline-block-icon-list h1,
  .countline-block-icon-list h2,
  .countline-block-icon-list h3,
  .countline-block-icon-list h4,
  .countline-block-icon-list h5,
  .countline-block-icon-list h6,
  .section--text h1,
  .section--text h2,
  .section--text h3,
  .section--text h4,
  .section--text h5,
  .section--text h6 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold; }
  .countline-block-content .h-notice--green,
  .countline-block-content .h-notice--attention,
  .countline-block-faq .h-notice--green,
  .countline-block-faq .h-notice--attention,
  .countline-block-callout .h-notice--green,
  .countline-block-callout .h-notice--attention,
  .countline-block-icon-list .h-notice--green,
  .countline-block-icon-list .h-notice--attention,
  .section--text .h-notice--green,
  .section--text .h-notice--attention {
    border-left: 4px solid #2DC84D;
    background: #EAF8ED; }
    .countline-block-content .h-notice--green h1, .countline-block-content .h-notice--green h2, .countline-block-content .h-notice--green h3, .countline-block-content .h-notice--green h4, .countline-block-content .h-notice--green h5, .countline-block-content .h-notice--green h6,
    .countline-block-content .h-notice--attention h1,
    .countline-block-content .h-notice--attention h2,
    .countline-block-content .h-notice--attention h3,
    .countline-block-content .h-notice--attention h4,
    .countline-block-content .h-notice--attention h5,
    .countline-block-content .h-notice--attention h6,
    .countline-block-faq .h-notice--green h1,
    .countline-block-faq .h-notice--green h2,
    .countline-block-faq .h-notice--green h3,
    .countline-block-faq .h-notice--green h4,
    .countline-block-faq .h-notice--green h5,
    .countline-block-faq .h-notice--green h6,
    .countline-block-faq .h-notice--attention h1,
    .countline-block-faq .h-notice--attention h2,
    .countline-block-faq .h-notice--attention h3,
    .countline-block-faq .h-notice--attention h4,
    .countline-block-faq .h-notice--attention h5,
    .countline-block-faq .h-notice--attention h6,
    .countline-block-callout .h-notice--green h1,
    .countline-block-callout .h-notice--green h2,
    .countline-block-callout .h-notice--green h3,
    .countline-block-callout .h-notice--green h4,
    .countline-block-callout .h-notice--green h5,
    .countline-block-callout .h-notice--green h6,
    .countline-block-callout .h-notice--attention h1,
    .countline-block-callout .h-notice--attention h2,
    .countline-block-callout .h-notice--attention h3,
    .countline-block-callout .h-notice--attention h4,
    .countline-block-callout .h-notice--attention h5,
    .countline-block-callout .h-notice--attention h6,
    .countline-block-icon-list .h-notice--green h1,
    .countline-block-icon-list .h-notice--green h2,
    .countline-block-icon-list .h-notice--green h3,
    .countline-block-icon-list .h-notice--green h4,
    .countline-block-icon-list .h-notice--green h5,
    .countline-block-icon-list .h-notice--green h6,
    .countline-block-icon-list .h-notice--attention h1,
    .countline-block-icon-list .h-notice--attention h2,
    .countline-block-icon-list .h-notice--attention h3,
    .countline-block-icon-list .h-notice--attention h4,
    .countline-block-icon-list .h-notice--attention h5,
    .countline-block-icon-list .h-notice--attention h6,
    .section--text .h-notice--green h1,
    .section--text .h-notice--green h2,
    .section--text .h-notice--green h3,
    .section--text .h-notice--green h4,
    .section--text .h-notice--green h5,
    .section--text .h-notice--green h6,
    .section--text .h-notice--attention h1,
    .section--text .h-notice--attention h2,
    .section--text .h-notice--attention h3,
    .section--text .h-notice--attention h4,
    .section--text .h-notice--attention h5,
    .section--text .h-notice--attention h6 {
      color: #2DC84D; }
  .countline-block-content .h-notice--blue,
  .countline-block-content .h-notice--present,
  .countline-block-faq .h-notice--blue,
  .countline-block-faq .h-notice--present,
  .countline-block-callout .h-notice--blue,
  .countline-block-callout .h-notice--present,
  .countline-block-icon-list .h-notice--blue,
  .countline-block-icon-list .h-notice--present,
  .section--text .h-notice--blue,
  .section--text .h-notice--present {
    border-left: 4px solid #005566;
    background: #E6F4F6; }
    .countline-block-content .h-notice--blue h1, .countline-block-content .h-notice--blue h2, .countline-block-content .h-notice--blue h3, .countline-block-content .h-notice--blue h4, .countline-block-content .h-notice--blue h5, .countline-block-content .h-notice--blue h6,
    .countline-block-content .h-notice--present h1,
    .countline-block-content .h-notice--present h2,
    .countline-block-content .h-notice--present h3,
    .countline-block-content .h-notice--present h4,
    .countline-block-content .h-notice--present h5,
    .countline-block-content .h-notice--present h6,
    .countline-block-faq .h-notice--blue h1,
    .countline-block-faq .h-notice--blue h2,
    .countline-block-faq .h-notice--blue h3,
    .countline-block-faq .h-notice--blue h4,
    .countline-block-faq .h-notice--blue h5,
    .countline-block-faq .h-notice--blue h6,
    .countline-block-faq .h-notice--present h1,
    .countline-block-faq .h-notice--present h2,
    .countline-block-faq .h-notice--present h3,
    .countline-block-faq .h-notice--present h4,
    .countline-block-faq .h-notice--present h5,
    .countline-block-faq .h-notice--present h6,
    .countline-block-callout .h-notice--blue h1,
    .countline-block-callout .h-notice--blue h2,
    .countline-block-callout .h-notice--blue h3,
    .countline-block-callout .h-notice--blue h4,
    .countline-block-callout .h-notice--blue h5,
    .countline-block-callout .h-notice--blue h6,
    .countline-block-callout .h-notice--present h1,
    .countline-block-callout .h-notice--present h2,
    .countline-block-callout .h-notice--present h3,
    .countline-block-callout .h-notice--present h4,
    .countline-block-callout .h-notice--present h5,
    .countline-block-callout .h-notice--present h6,
    .countline-block-icon-list .h-notice--blue h1,
    .countline-block-icon-list .h-notice--blue h2,
    .countline-block-icon-list .h-notice--blue h3,
    .countline-block-icon-list .h-notice--blue h4,
    .countline-block-icon-list .h-notice--blue h5,
    .countline-block-icon-list .h-notice--blue h6,
    .countline-block-icon-list .h-notice--present h1,
    .countline-block-icon-list .h-notice--present h2,
    .countline-block-icon-list .h-notice--present h3,
    .countline-block-icon-list .h-notice--present h4,
    .countline-block-icon-list .h-notice--present h5,
    .countline-block-icon-list .h-notice--present h6,
    .section--text .h-notice--blue h1,
    .section--text .h-notice--blue h2,
    .section--text .h-notice--blue h3,
    .section--text .h-notice--blue h4,
    .section--text .h-notice--blue h5,
    .section--text .h-notice--blue h6,
    .section--text .h-notice--present h1,
    .section--text .h-notice--present h2,
    .section--text .h-notice--present h3,
    .section--text .h-notice--present h4,
    .section--text .h-notice--present h5,
    .section--text .h-notice--present h6 {
      color: #005566; }
  .countline-block-content p,
  .countline-block-faq p,
  .countline-block-callout p,
  .countline-block-icon-list p,
  .section--text p {
    font-size: 16px;
    line-height: 24px; }
  .countline-block-content .alignleft,
  .countline-block-faq .alignleft,
  .countline-block-callout .alignleft,
  .countline-block-icon-list .alignleft,
  .section--text .alignleft {
    float: left; }
  .countline-block-content .alignright,
  .countline-block-faq .alignright,
  .countline-block-callout .alignright,
  .countline-block-icon-list .alignright,
  .section--text .alignright {
    float: right; }
  .countline-block-content .aligncenter,
  .countline-block-faq .aligncenter,
  .countline-block-callout .aligncenter,
  .countline-block-icon-list .aligncenter,
  .section--text .aligncenter {
    margin: 0 auto;
    display: block; }

.countline-block-content .alternative-style,
.h-about-block {
  position: relative;
  padding: 30px 78px;
  background: #005566; }
  .countline-block-content .alternative-style:before,
  .h-about-block:before {
    display: inline-block;
    position: absolute;
    content: '';
    background: #2DC84D;
    width: 60px;
    height: 3px;
    top: 0;
    left: 78px; }
  .countline-block-content .alternative-style h1, .countline-block-content .alternative-style h2, .countline-block-content .alternative-style h3, .countline-block-content .alternative-style h4, .countline-block-content .alternative-style h5, .countline-block-content .alternative-style h6, .countline-block-content .alternative-style strong,
  .h-about-block h1,
  .h-about-block h2,
  .h-about-block h3,
  .h-about-block h4,
  .h-about-block h5,
  .h-about-block h6,
  .h-about-block strong {
    font-size: 18px;
    margin-bottom: 14px;
    color: #fff; }
  .countline-block-content .alternative-style p,
  .h-about-block p {
    color: #D8E3E9;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px; }

.countline-block-content + .countline-block-icon-list {
  padding-top: 0; }

.countline-block-content + .has-alt-style {
  padding-top: 0;
  margin-top: -20px; }

.countline-block-content + .countline-block-list {
  padding-top: 0;
  margin-top: -34px; }

@media (max-width: 768px) {
  .countline-block-content .h-col-1-of-2,
  .countline-block-faq .h-col-1-of-2,
  .countline-block-callout .h-col-1-of-2,
  .countline-block-icon-list .h-col-1-of-2,
  .section--text .h-col-1-of-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; }
    .countline-block-content .h-col-1-of-2 ul,
    .countline-block-faq .h-col-1-of-2 ul,
    .countline-block-callout .h-col-1-of-2 ul,
    .countline-block-icon-list .h-col-1-of-2 ul,
    .section--text .h-col-1-of-2 ul {
      margin-top: 0; }
  .countline-block-content ul:not(.has-icons) li,
  .countline-block-faq ul:not(.has-icons) li,
  .countline-block-callout ul:not(.has-icons) li,
  .countline-block-icon-list ul:not(.has-icons) li,
  .section--text ul:not(.has-icons) li {
    font-size: 14px; }
  .countline-block-content.more-spacing,
  .countline-block-faq.more-spacing,
  .countline-block-callout.more-spacing,
  .countline-block-icon-list.more-spacing,
  .section--text.more-spacing {
    padding-top: 15px;
    padding-bottom: 15px; }
  .countline-block-content .alternative-style,
  .h-about-block {
    padding-left: 20px;
    padding-right: 20px; }
    .countline-block-content .alternative-style:before,
    .h-about-block:before {
      left: 20px; } }

.countline-block-callout {
  padding-top: 27px;
  padding-bottom: 34px; }
  .countline-block-callout h1, .countline-block-callout h2, .countline-block-callout h3, .countline-block-callout h4, .countline-block-callout h5, .countline-block-callout h6 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #2D889A; }
  .countline-block-callout p {
    font-size: 16px;
    line-height: 24px; }
  .countline-block-callout .callout {
    margin: 0; }

.countline-block.h-bg--white + .countline-block-callout.h-bg--white,
.countline-block.h-bg--dark + .countline-block-callout.h-bg--dark,
.countline-block.h-bg--medium + .countline-block-callout.h-bg--medium,
.countline-block.h-bg--medium-lighter + .countline-block-callout.h-bg--medium-lighter,
.countline-block.h-bg--light + .countline-block-callout.h-bg--light {
  padding-top: 0; }

.countline-block-faq {
  padding-top: 27px;
  padding-bottom: 34px; }
  .countline-block-faq h1, .countline-block-faq h2, .countline-block-faq h3, .countline-block-faq h4, .countline-block-faq h5, .countline-block-faq h6 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #2D889A; }
  .countline-block-faq p {
    font-size: 16px;
    line-height: 24px; }
  .countline-block-faq .faq-acc {
    margin-bottom: 50px; }
    .countline-block-faq .faq-acc .faq-acc__item {
      padding-top: 1px;
      padding-bottom: 1px;
      border-bottom: 1px solid #D8E3E9; }
      .countline-block-faq .faq-acc .faq-acc__item:last-child {
        border-bottom: none; }
      .countline-block-faq .faq-acc .faq-acc__item .faq-acc__header {
        display: block;
        position: relative;
        padding: 19px 20px;
        padding-top: 20px;
        padding-left: 56px;
        padding-right: 40px;
        color: #303E4D;
        font-size: 16px;
        font-weight: bold; }
        .countline-block-faq .faq-acc .faq-acc__item .faq-acc__header > i {
          position: absolute;
          font-size: 26px;
          right: 17px;
          top: 11px;
          right: 11px;
          color: #2D889A; }
          .countline-block-faq .faq-acc .faq-acc__item .faq-acc__header > i:before {
            display: inline-block;
            content: '+';
            font-style: normal;
            color: #2DC84D; }
      .countline-block-faq .faq-acc .faq-acc__item .faq-acc__header.is-active > i {
        top: 8px; }
        .countline-block-faq .faq-acc .faq-acc__item .faq-acc__header.is-active > i:before {
          content: '-'; }
      .countline-block-faq .faq-acc .faq-acc__item .faq-acc__header-icon {
        position: absolute;
        font-size: 20px;
        right: 17px;
        top: 21px;
        left: 14px; }
        .countline-block-faq .faq-acc .faq-acc__item .faq-acc__header-icon i {
          color: #2D889A; }
      .countline-block-faq .faq-acc .faq-acc__item .faq-acc__content {
        padding: 5px 30px;
        padding-bottom: 15px;
        padding-left: 58px;
        display: none; }
        .countline-block-faq .faq-acc .faq-acc__item .faq-acc__content.is-active {
          display: block; }
        .countline-block-faq .faq-acc .faq-acc__item .faq-acc__content p {
          font-size: 15px;
          line-height: 24px;
          margin: 0; }

.countline-block-icon-list {
  padding-bottom: 0; }
  .countline-block-icon-list ul.has-icons {
    margin: 0; }
    .countline-block-icon-list ul.has-icons > li {
      margin: 0 15px 15px 15px;
      padding-top: 5px; }
      .countline-block-icon-list ul.has-icons > li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .countline-block-icon-list ul.has-icons > li ul {
        list-style-type: disc; }
        .countline-block-icon-list ul.has-icons > li ul li {
          padding-left: 0; }
          .countline-block-icon-list ul.has-icons > li ul li:before {
            display: none; }

.countline-block-fading-text {
  padding: 0; }
  .countline-block-fading-text blockquote {
    position: relative;
    font-style: italic;
    font-size: 18px;
    line-height: 24px;
    max-width: 530px;
    margin: 19px auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
  .countline-block-fading-text .h-site-block {
    position: relative; }
    .countline-block-fading-text .h-site-block i {
      position: absolute;
      z-index: 1;
      font-size: 100px;
      left: 50%;
      top: 0;
      color: #A5CED6;
      transform: translateX(-50%); }

.countline-block-gallery,
.section--text {
  padding-top: 27px;
  padding-bottom: 0; }
  .countline-block-gallery .gallery-block,
  .section--text .gallery-block {
    margin: 0 -15px;
    margin-top: 50px; }
    .countline-block-gallery .gallery-block .gallery-item,
    .section--text .gallery-block .gallery-item {
      float: left;
      margin-bottom: 17px;
      padding: 0 15px;
      width: 33.3333%; }
      .countline-block-gallery .gallery-block .gallery-item:first-child,
      .section--text .gallery-block .gallery-item:first-child {
        width: 66.6666%; }
      .countline-block-gallery .gallery-block .gallery-item a,
      .section--text .gallery-block .gallery-item a {
        display: block;
        position: relative; }
      .countline-block-gallery .gallery-block .gallery-item img,
      .section--text .gallery-block .gallery-item img {
        width: 100%;
        height: auto; }
    .countline-block-gallery .gallery-block .gallery-more,
    .section--text .gallery-block .gallery-more {
      position: relative;
      display: block; }
      .countline-block-gallery .gallery-block .gallery-more:before,
      .section--text .gallery-block .gallery-more:before {
        position: absolute;
        display: inline-block;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(2, 60, 71, 0.4);
        content: 0;
        z-index: 1; }
    .countline-block-gallery .gallery-block .gallery-more__info,
    .section--text .gallery-block .gallery-more__info {
      position: absolute;
      z-index: 3;
      width: 200px;
      left: 50%;
      margin-left: -100px;
      text-align: center;
      color: #fff;
      font-size: 42px;
      top: 50%;
      margin-top: -31px; }
      .countline-block-gallery .gallery-block .gallery-more__info i,
      .section--text .gallery-block .gallery-more__info i {
        display: inline-block;
        vertical-align: -10px;
        font-size: 60px;
        margin-right: 10px; }

.countline-block-content + .countline-block-gallery,
.section--text + .countline-block-gallery {
  padding-top: 0; }
  .countline-block-content + .countline-block-gallery .gallery-block,
  .section--text + .countline-block-gallery .gallery-block {
    margin-top: 0; }

@media (max-width: 768px) {
  .countline-block-gallery .gallery-block,
  .section--text .gallery-block {
    margin-left: -5px;
    margin-right: -5px; }
    .countline-block-gallery .gallery-block .gallery-item,
    .section--text .gallery-block .gallery-item {
      padding: 0 5px;
      margin-bottom: 10px; }
      .countline-block-gallery .gallery-block .gallery-item:first-child,
      .section--text .gallery-block .gallery-item:first-child {
        width: 100%; }
      .countline-block-gallery .gallery-block .gallery-item:nth-child(2),
      .section--text .gallery-block .gallery-item:nth-child(2) {
        width: 50%;
        float: left; }
      .countline-block-gallery .gallery-block .gallery-item:nth-child(3),
      .section--text .gallery-block .gallery-item:nth-child(3) {
        width: 50%;
        margin: 0;
        float: right; }
    .countline-block-gallery .gallery-block .gallery-more__info,
    .section--text .gallery-block .gallery-more__info {
      font-size: 30px;
      margin-top: -18px; }
      .countline-block-gallery .gallery-block .gallery-more__info i,
      .section--text .gallery-block .gallery-more__info i {
        vertical-align: -5px;
        font-size: 30px; } }

.countline-block-testimonials,
.section--testimonial {
  padding-top: 67px;
  padding-bottom: 68px; }
  .countline-block-testimonials .testimonial-item,
  .section--testimonial .testimonial-item {
    max-width: 940px;
    margin: 0 auto; }
    .countline-block-testimonials .testimonial-item .testimonial-item__title,
    .section--testimonial .testimonial-item .testimonial-item__title {
      width: 33.3333%;
      float: left;
      position: relative;
      text-transform: uppercase;
      color: #005566;
      font-size: 24px;
      font-weight: bold;
      padding-top: 15px; }
      .countline-block-testimonials .testimonial-item .testimonial-item__title i,
      .section--testimonial .testimonial-item .testimonial-item__title i {
        position: absolute;
        z-index: 1;
        font-size: 135px;
        left: 1px;
        top: -47px;
        color: #A5CED6; }
      .countline-block-testimonials .testimonial-item .testimonial-item__title span,
      .section--testimonial .testimonial-item .testimonial-item__title span {
        position: relative;
        z-index: 3; }
    .countline-block-testimonials .testimonial-item .testimonial-item__content,
    .section--testimonial .testimonial-item .testimonial-item__content {
      width: 66.6666%;
      float: right;
      text-align: center;
      font-size: 18px;
      font-style: italic;
      color: #333;
      line-height: 29px;
      max-width: 520px; }

@media (max-width: 768px) {
  .countline-block-testimonials .testimonial-item .testimonial-item__title,
  .section--testimonial .testimonial-item .testimonial-item__title {
    float: none;
    width: auto;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px; }
  .countline-block-testimonials .testimonial-item .testimonial-item__content,
  .section--testimonial .testimonial-item .testimonial-item__content {
    width: auto;
    float: none;
    margin: 0 auto; } }

.countline-block-cta-numbers,
.section--event-categories {
  padding-bottom: 18px; }
  .countline-block-cta-numbers .block-title,
  .section--event-categories .block-title {
    font-size: 38px;
    line-height: 47px;
    text-transform: uppercase;
    color: #2D889A;
    padding-top: 16px;
    font-weight: normal; }
  .countline-block-cta-numbers .event-category,
  .section--event-categories .event-category {
    position: relative;
    min-height: 180px;
    padding-left: 138px;
    margin-bottom: 50px; }
    .countline-block-cta-numbers .event-category .event-category__count,
    .section--event-categories .event-category .event-category__count {
      position: absolute;
      overflow: hidden;
      width: 108px;
      border-right: 2px solid #D8E3E9;
      height: 180px;
      left: 0;
      top: 0; }
      .countline-block-cta-numbers .event-category .event-category__count span,
      .section--event-categories .event-category .event-category__count span {
        display: inline-block;
        position: absolute;
        right: -26px;
        top: -13px;
        line-height: 200px;
        font-size: 180px;
        font-weight: bold;
        color: #A5CED6;
        -moz-transition: color 0.3s;
        -o-transition: color 0.3s;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
    .countline-block-cta-numbers .event-category .event-category__title,
    .section--event-categories .event-category .event-category__title {
      text-transform: uppercase;
      color: #005566;
      font-size: 26px;
      font-weight: 800;
      padding-bottom: 15px;
      margin-bottom: 29px;
      position: relative;
      padding-top: 18px; }
      .countline-block-cta-numbers .event-category .event-category__title:before,
      .section--event-categories .event-category .event-category__title:before {
        width: 41px;
        height: 6px;
        display: inline-block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #2DC84D; }
    .countline-block-cta-numbers .event-category:hover .event-category__count span,
    .section--event-categories .event-category:hover .event-category__count span {
      color: #2DC84D; }

/* Responsive event categories */
@media (max-width: 1260px) {
  .countline-block-cta-numbers .event-category .event-category__title,
  .section--event-categories .event-category .event-category__title {
    font-size: 20px; } }

@media (max-width: 1024px) {
  .countline-block-cta-numbers .event-categories .h-col-1-of-3,
  .section--event-categories .event-categories .h-col-1-of-3 {
    width: 50%; } }

@media (max-width: 768px) {
  .countline-block-cta-numbers,
  .section--event-categories {
    padding-top: 15px; }
    .countline-block-cta-numbers .block-title,
    .section--event-categories .block-title {
      font-size: 24px;
      line-height: 1.3em; }
    .countline-block-cta-numbers .event-categories .h-col-1-of-3,
    .section--event-categories .event-categories .h-col-1-of-3 {
      width: auto;
      max-width: 300px;
      float: none;
      margin: 0 auto; }
      .countline-block-cta-numbers .event-categories .h-col-1-of-3:first-child,
      .section--event-categories .event-categories .h-col-1-of-3:first-child {
        margin-bottom: 35px; }
    .countline-block-cta-numbers .event-category,
    .section--event-categories .event-category {
      margin-bottom: 0; }
      .countline-block-cta-numbers .event-category .event-category__count span,
      .section--event-categories .event-category .event-category__count span {
        line-height: 130px;
        font-size: 127px; }
      .countline-block-cta-numbers .event-category .event-category__title,
      .section--event-categories .event-category .event-category__title {
        font-size: 16px; } }

.countline-block-events,
.section--events {
  padding-top: 34px;
  padding-bottom: 31px; }
  .countline-block-events .controls,
  .section--events .controls {
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative; }
    .countline-block-events .controls .pagination, .countline-block-events .controls .load-more,
    .section--events .controls .pagination,
    .section--events .controls .load-more {
      position: absolute;
      left: 50%;
      width: 50%;
      margin-left: -25%;
      text-align: center;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%; }

.countline-block-reviews {
  padding-top: 20px; }
  .countline-block-reviews .review-item {
    padding: 20px;
    padding-left: 140px;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    min-height: 122px; }
    .countline-block-reviews .review-item__avatar {
      position: absolute;
      left: 29px;
      top: 20px;
      width: 80px;
      height: 80px; }
      .countline-block-reviews .review-item__avatar img {
        max-width: 100%;
        height: auto;
        border-radius: 100%; }
    .countline-block-reviews .review-item__name {
      float: left;
      font-size: 14px;
      color: #303E4D;
      font-weight: bold; }
      .countline-block-reviews .review-item__name span {
        font-weight: normal; }
    .countline-block-reviews .review-item__content {
      font-style: italic;
      font-size: 14px;
      color: #333;
      margin-top: 19px; }
    .countline-block-reviews .review-item .review-stars {
      margin-top: 18px; }
      .countline-block-reviews .review-item .review-stars .review-stars__rating {
        display: inline-block;
        width: 312px;
        color: #2D889A;
        font-size: 23px;
        margin-right: 7px;
        text-align: left;
        height: 23px;
        margin-top: 4px; }
        .countline-block-reviews .review-item .review-stars .review-stars__rating i {
          float: left;
          margin-right: 8px; }
      .countline-block-reviews .review-item .review-stars .review-stars__total {
        font-size: 19px;
        font-weight: bold;
        color: #303E4D;
        display: inline-block;
        vertical-align: 2px; }
    .countline-block-reviews .review-item .review-stars {
      float: right;
      margin-top: 0;
      margin-top: -6px; }
      .countline-block-reviews .review-item .review-stars__rating {
        width: 230px;
        font-size: 17px;
        margin-right: 11px; }
        .countline-block-reviews .review-item .review-stars__rating i {
          margin-right: 6px; }
      .countline-block-reviews .review-item .review-stars__total {
        font-size: 16px;
        vertical-align: 8px; }

@media (max-width: 768px) {
  .countline-block-reviews .review-item {
    padding: 20px; }
    .countline-block-reviews .review-item .review-item__name {
      float: none; }
    .countline-block-reviews .review-item .review-item__avatar {
      position: static;
      float: left; }
    .countline-block-reviews .review-item .review-item__content {
      float: left;
      margin-top: 5px;
      padding-left: 10px;
      width: calc(100% - 80px); }
    .countline-block-reviews .review-item .review-stars {
      float: none;
      margin-top: 0;
      margin-bottom: 12px; }
      .countline-block-reviews .review-item .review-stars .review-stars__rating {
        width: auto; }
        .countline-block-reviews .review-item .review-stars .review-stars__rating i {
          margin-right: 1px;
          font-size: 16px; }
      .countline-block-reviews .review-item .review-stars .review-stars__total {
        float: right; } }

.countline-block-event-details {
  padding-top: 27px;
  padding-bottom: 34px; }
  .countline-block-event-details .h-section-title {
    margin-top: 0; }
  .countline-block-event-details p {
    font-size: 16px;
    line-height: 24px; }

@media (max-width: 768px) {
  .countline-block-event-details .h-col-1-of-2 {
    width: 100%;
    margin-bottom: 5px; } }

.countline-block-share {
  padding-top: 20px;
  padding-bottom: 50px; }
  .countline-block-share h4 {
    text-transform: uppercase;
    margin-bottom: 24px; }
  .countline-block-share .social-sharing {
    overflow: hidden; }
    .countline-block-share .social-sharing li {
      margin-right: 10px;
      float: left; }
    .countline-block-share .social-sharing a {
      display: inline-block;
      position: relative;
      border-radius: 100%;
      background: #E8F0F2;
      width: 38px;
      height: 38px;
      text-align: center;
      font-size: 14px;
      line-height: 41px; }

.countline-block-tabbed-list {
  padding-top: 30px;
  padding-bottom: 0; }

.has-hidden-sublist {
  cursor: pointer; }
  .has-hidden-sublist > span i {
    margin-left: 10px;
    font-size: 0.7em; }
  .has-hidden-sublist ul, .has-hidden-sublist ol {
    margin: 20px 0; }
    .has-hidden-sublist ul li, .has-hidden-sublist ol li {
      font-size: 0.9em !important;
      margin-bottom: 10px; }

.category-tags {
  margin-top: 32px;
  margin-bottom: 39px;
  text-align: center; }

.category-tag {
  display: inline-block;
  border: 1px solid #2DC84D;
  border-radius: 19px;
  padding: 9px 18px;
  color: #2DC84D;
  font-size: 14px;
  line-height: 16px;
  margin: 0 8px;
  font-weight: bold;
  min-width: 200px;
  margin-bottom: 10px; }
  .category-tag:hover, .category-tag.is-active {
    color: #fff;
    background: #2DC84D; }

.category-tag--blue,
.category-tag--1 {
  border: 1px solid #489FFF;
  color: #489FFF; }
  .category-tag--blue:hover, .category-tag--blue.is-active,
  .category-tag--1:hover,
  .category-tag--1.is-active {
    color: #fff;
    background: #489FFF; }

.category-tag--purple,
.category-tag--2 {
  border: 1px solid #8246AF;
  color: #8246AF; }
  .category-tag--purple:hover, .category-tag--purple.is-active,
  .category-tag--2:hover,
  .category-tag--2.is-active {
    color: #fff;
    background: #8246AF; }

.category-tag--pink,
.category-tag--3 {
  border: 1px solid #EF4A81;
  color: #EF4A81; }
  .category-tag--pink:hover, .category-tag--pink.is-active,
  .category-tag--3:hover,
  .category-tag--3.is-active {
    color: #fff;
    background: #EF4A81; }

.countline-block-intro {
  padding-top: 0;
  padding-bottom: 0;
  background: #005566; }
  .countline-block-intro .intro {
    position: relative;
    padding-left: 42%;
    min-height: 510px; }
    .countline-block-intro .intro .intro__media {
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      left: 0;
      top: 0;
      bottom: 0;
      width: 42%; }
    .countline-block-intro .intro .intro__content {
      position: relative;
      padding: 56px;
      padding-left: 94px;
      padding-right: 43px;
      padding-bottom: 20px; }
      .countline-block-intro .intro .intro__content .intro__data {
        margin-bottom: 13px;
        color: #A5CED6;
        font-size: 14px; }
      .countline-block-intro .intro .intro__content .intro__org-type {
        text-transform: uppercase; }
      .countline-block-intro .intro .intro__content .intro__type {
        position: relative;
        padding-right: 20px;
        margin-bottom: 10px; }
        .countline-block-intro .intro .intro__content .intro__type span {
          display: inline-block;
          text-align: right;
          color: #fff;
          padding: 5px 10px;
          border-radius: 3px;
          margin-bottom: 3px;
          font-size: 0.9em;
          position: relative; }
          .countline-block-intro .intro .intro__content .intro__type span.type-alt-countline-finance {
            background-color: #EF4A81; }
          .countline-block-intro .intro .intro__content .intro__type span.type-alt-countline-law {
            background-color: #8246AF; }
          .countline-block-intro .intro .intro__content .intro__type span.type-alt-countline-management {
            background-color: #489FFF; }
          .countline-block-intro .intro .intro__content .intro__type span:before {
            display: inline-block;
            position: absolute;
            width: 10px;
            height: 10px;
            content: '';
            right: -7px;
            top: 9px;
            border-radius: 100%; }
          .countline-block-intro .intro .intro__content .intro__type span.type-countline-finance:before {
            background-color: #EF4A81; }
          .countline-block-intro .intro .intro__content .intro__type span.type-countline-law:before {
            background-color: #8246AF; }
          .countline-block-intro .intro .intro__content .intro__type span.type-countline-management:before {
            background-color: #489FFF; }
      .countline-block-intro .intro .intro__content .intro__info {
        color: #A5CED6; }
      .countline-block-intro .intro .intro__content .intro__title {
        font-size: 38px;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 20px;
        color: #fff; }
      .countline-block-intro .intro .intro__content .intro__author {
        color: #fff;
        font-size: 18px;
        margin-bottom: 35px; }
        .countline-block-intro .intro .intro__content .intro__author a {
          color: #fff; }
          .countline-block-intro .intro .intro__content .intro__author a:hover {
            text-decoration: underline; }
      .countline-block-intro .intro .intro__content .intro__meta {
        list-style-type: none;
        margin: 40px 0;
        padding: 0; }
        .countline-block-intro .intro .intro__content .intro__meta li {
          color: #fff;
          margin-bottom: 10px; }
          .countline-block-intro .intro .intro__content .intro__meta li span {
            display: inline-block; }
          .countline-block-intro .intro .intro__content .intro__meta li span:first-of-type {
            width: 30%;
            font-size: 0.9em;
            color: #A5CED6; }
          .countline-block-intro .intro .intro__content .intro__meta li span:last-of-type {
            width: 60%;
            font-size: 1.1em; }
      .countline-block-intro .intro .intro__content .intro__controls .h-btn--primary {
        float: left;
        padding: 16px 38px;
        border-radius: 27px;
        font-size: 14px; }
      .countline-block-intro .intro .intro__content .intro__controls .item__badges {
        float: right;
        margin-top: 1px;
        padding-right: 13px; }
        .countline-block-intro .intro .intro__content .intro__controls .item__badges li {
          padding-top: 9px;
          padding-bottom: 6px;
          color: #A5CED6;
          font-size: 26px;
          line-height: 36px;
          position: relative;
          text-align: center;
          display: inline-block;
          float: left; }
          .countline-block-intro .intro .intro__content .intro__controls .item__badges li:first-child {
            padding-top: 7px;
            padding-bottom: 2px; }
          .countline-block-intro .intro .intro__content .intro__controls .item__badges li:not(:last-child) {
            margin-right: 19px;
            padding-right: 19px; }
            .countline-block-intro .intro .intro__content .intro__controls .item__badges li:not(:last-child):before {
              display: inline-block;
              position: absolute;
              content: '';
              width: 1px;
              right: 0px;
              top: 0px;
              height: 100%;
              border-right: 1px dashed #A5CED6; }
      .countline-block-intro .intro .intro__content .intro__controls .price-duration {
        color: #fff;
        font-size: 16px;
        line-height: 23px;
        text-align: right;
        padding-right: 13px;
        margin-top: -5px; }

@media (max-width: 1024px) {
  .countline-block-intro .intro {
    margin-left: -20px;
    margin-right: -20px; }
    .countline-block-intro .intro .intro__content {
      padding: 30px; }
      .countline-block-intro .intro .intro__content .intro__title {
        font-size: 32px; }
      .countline-block-intro .intro .intro__content .intro__type-label {
        float: none;
        display: inline-block;
        margin-right: 12px; }
      .countline-block-intro .intro .intro__content .intro__type {
        float: none;
        display: inline-block; }
      .countline-block-intro .intro .intro__content .intro__controls .h-btn--primary {
        margin-bottom: 25px; }
      .countline-block-intro .intro .intro__content .intro__controls .item__badges {
        clear: left; } }

@media (max-width: 768px) {
  .countline-block-intro .intro {
    padding-left: 0; }
    .countline-block-intro .intro .intro__media {
      position: static;
      display: block;
      width: 100%; }
      .countline-block-intro .intro .intro__media:after {
        padding-top: 66%;
        content: '';
        display: block; }
    .countline-block-intro .intro .intro__content .intro__title {
      font-size: 22px; }
    .countline-block-intro .intro .intro__content .intro__data,
    .countline-block-intro .intro .intro__content .intro__info {
      font-size: 12px; }
    .countline-block-intro .intro .intro__content .intro__author {
      font-size: 16px; }
    .countline-block-intro .intro .intro__content .intro__meta li span:first-of-type {
      width: 100%; }
    .countline-block-intro .intro .intro__content .intro__meta li span:last-of-type {
      width: 100%; } }

.section--program-hero,
.countline-block-hero {
  padding: 130px 0 100px;
  color: #fff; }
  @media (max-width: 1280px) {
    .section--program-hero,
    .countline-block-hero {
      padding: 90px 0 80px; } }
  @media (max-width: 1280px) {
    .section--program-hero,
    .countline-block-hero {
      padding: 60px 0; } }
  .section--program-hero .program-hero-title,
  .countline-block-hero .program-hero-title {
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .section--program-hero .program-hero-title,
      .countline-block-hero .program-hero-title {
        font-size: 32px; } }
    @media (max-width: 575px) {
      .section--program-hero .program-hero-title,
      .countline-block-hero .program-hero-title {
        font-size: 26px;
        margin-bottom: 20px; } }
  .section--program-hero .program-hero-text,
  .countline-block-hero .program-hero-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .section--program-hero .program-hero-text,
      .countline-block-hero .program-hero-text {
        margin-bottom: 40px; } }

.h-site-block.h-site-block-xs {
  max-width: 700px; }

.countline-block-schedule {
  position: relative;
  padding: 0; }
  .countline-block-schedule:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #2DC84D;
    z-index: 20; }
    @media (max-width: 575px) {
      .countline-block-schedule:before {
        left: 6px;
        transform: translateX(0%); } }
  .countline-block-schedule:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2DC84D;
    z-index: 20; }
    @media (max-width: 575px) {
      .countline-block-schedule:after {
        left: 14px;
        transform: translateX(0%); } }

.section--program {
  padding: 50px 0 60px;
  position: relative; }
  .section--program.h-bg--medium {
    background: #2D889A; }
  @media (max-width: 575px) {
    .section--program {
      padding: 50px 0 40px; } }
  .section--program:before {
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #2DC84D; }
    @media (max-width: 575px) {
      .section--program:before {
        transform: translateX(0%);
        left: 6px; } }
  .section--program:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2DC84D; }
    @media (max-width: 575px) {
      .section--program:after {
        transform: translateX(0%);
        left: 14px; } }
  .section--program.section--program-extra-padding {
    padding: 80px 0 40px; }
    @media (max-width: 575px) {
      .section--program.section--program-extra-padding {
        padding: 50px 0 40px; } }
    .section--program.section--program-extra-padding .section--program-time {
      margin-bottom: 80px; }
      @media (max-width: 575px) {
        .section--program.section--program-extra-padding .section--program-time {
          margin-bottom: 20px; } }
    .section--program.section--program-extra-padding .section--program-title {
      margin-bottom: 35px; }
      @media (max-width: 575px) {
        .section--program.section--program-extra-padding .section--program-title {
          margin-bottom: 25px; } }

.section--program-line:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  bottom: 14px;
  height: calc(100% - 28px);
  background: #2DC84D; }
  @media (max-width: 575px) {
    .section--program-line:before {
      left: 20px; } }

.section--program-left {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 100px;
  padding-left: 8%; }
  @media (max-width: 1199px) {
    .section--program-left {
      padding-right: 60px;
      padding-left: 5%; } }
  @media (max-width: 991px) {
    .section--program-left {
      padding-right: 40px;
      padding-left: 0%; } }
  @media (max-width: 575px) {
    .section--program-left {
      padding-right: 0px;
      padding-left: 20px;
      margin-bottom: 30px;
      width: 100%;
      text-align: left; } }

.section--program-right {
  float: left;
  width: 50%;
  padding-left: 100px;
  padding-right: 8%; }
  .section--program-right.has-more-speakers {
    padding-right: 0; }
  @media (max-width: 1199px) {
    .section--program-right {
      padding-left: 60px;
      padding-right: 5%; } }
  @media (max-width: 991px) {
    .section--program-right {
      padding-left: 40px;
      padding-right: 0%; } }
  @media (max-width: 575px) {
    .section--program-right {
      padding-left: 20px;
      width: 100%; } }

.section--program-time {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 700;
  color: #005566;
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .section--program-time {
      font-size: 18px; } }

.section--program-title {
  font-weight: 500;
  font-size: 38px;
  line-height: 1.2; }
  @media (max-width: 1280px) {
    .section--program-title {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .section--program-title {
      font-size: 26px; } }
  @media (max-width: 575px) {
    .section--program-title {
      font-size: 22px; } }

.section--program-content:after {
  content: '';
  display: block;
  clear: both; }

.section--program-info {
  margin-bottom: 10px; }
  .section--program-info:last-child {
    margin-bottom: 0; }

.section--program-info-author {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 700;
  color: #005566;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .section--program-info-author {
      font-size: 18px; } }

.section--program-speaker-image {
  padding-bottom: 57%;
  background-size: cover !important;
  margin-bottom: 20px;
  text-transform: uppercase; }

.section--program-speaker-title {
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    .section--program-speaker-title {
      font-size: 18px; } }

.section--program-speaker-info {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px; }

.section--program-left-speaker-position {
  line-height: 1.5; }

.section--program-left-speaker {
  line-height: 1.5;
  font-family: 'Roboto Slab', serif;
  font-size: 18px; }

.section--program-speaker-button {
  text-align: right; }

.speakers-carousel-hold {
  width: calc(50vw - 100px); }
  @media (max-width: 1199px) {
    .speakers-carousel-hold {
      width: calc(50vw - 60px); } }
  @media (max-width: 991px) {
    .speakers-carousel-hold {
      width: calc(50vw - 40px); } }
  @media (max-width: 575px) {
    .speakers-carousel-hold {
      width: calc(100% + 35px); } }

.speakers-carousel-item {
  width: 215px; }

.speakers-carousel .owl-dots {
  margin-top: 20px;
  text-align: center; }

@media (min-width: 1024px) {
  .speakers-carousel-2 .owl-dots {
    display: none !important; } }

.owl-carousel button.owl-dot span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px; }

.owl-carousel button.owl-dot.active span {
  background: #2DC84D; }

.h-bg--light .section--program-time,
.h-bg--light .section--program-title,
.h-bg--light .section--program-left-speaker, .h-bg--white .section--program-time,
.h-bg--white .section--program-title,
.h-bg--white .section--program-left-speaker {
  color: #005566; }

.h-bg--light .section--program-left-speaker-position,
.h-bg--light .section--program-speaker-info,
.h-bg--light .section--program-info, .h-bg--white .section--program-left-speaker-position,
.h-bg--white .section--program-speaker-info,
.h-bg--white .section--program-info {
  color: #A5CED6; }

.h-bg--light .section--program-right h1, .h-bg--light .section--program-right h2, .h-bg--light .section--program-right h3, .h-bg--light .section--program-right h4, .h-bg--light .section--program-right h5, .h-bg--light .section--program-right h6, .h-bg--white .section--program-right h1, .h-bg--white .section--program-right h2, .h-bg--white .section--program-right h3, .h-bg--white .section--program-right h4, .h-bg--white .section--program-right h5, .h-bg--white .section--program-right h6 {
  color: #005566; }

.h-bg--medium .section--program-time,
.h-bg--medium .section--program-title,
.h-bg--medium .section--program-left-speaker, .h-bg--dark .section--program-time,
.h-bg--dark .section--program-title,
.h-bg--dark .section--program-left-speaker {
  color: #fff; }

.h-bg--medium .section--program-left-speaker-position,
.h-bg--medium .section--program-speaker-info,
.h-bg--medium .section--program-info, .h-bg--dark .section--program-left-speaker-position,
.h-bg--dark .section--program-speaker-info,
.h-bg--dark .section--program-info {
  color: #A5CED6; }

.h-bg--medium .section--program-right h1, .h-bg--medium .section--program-right h2, .h-bg--medium .section--program-right h3, .h-bg--medium .section--program-right h4, .h-bg--medium .section--program-right h5, .h-bg--medium .section--program-right h6, .h-bg--dark .section--program-right h1, .h-bg--dark .section--program-right h2, .h-bg--dark .section--program-right h3, .h-bg--dark .section--program-right h4, .h-bg--dark .section--program-right h5, .h-bg--dark .section--program-right h6 {
  color: #fff; }

.countline-block-quicklinks {
  padding: 0;
  background: #F1F6F6; }
  .countline-block-quicklinks ul {
    list-style-type: none;
    padding: 15px 0;
    margin: 0;
    display: flex;
    justify-content: space-around; }
    @media (max-width: 768px) {
      .countline-block-quicklinks ul {
        flex-direction: column; } }
    @media (max-width: 768px) {
      .countline-block-quicklinks ul li {
        margin: 5px 0; } }
    .countline-block-quicklinks ul li a {
      text-decoration: none; }
      .countline-block-quicklinks ul li a span {
        visibility: hidden; }
    .countline-block-quicklinks ul li a:hover span {
      visibility: visible; }

.event-item-wrap {
  z-index: 10;
  float: left;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px; }
  .event-item-wrap:nth-child(4n+1) {
    clear: left; }
  .event-item-wrap:hover {
    z-index: 9999;
    position: relative; }
  .event-item-wrap .event-item {
    border: none;
    background: #fff;
    min-height: 605px;
    position: relative;
    -moz-transition: border-color 0.3s, background 0.3s;
    -o-transition: border-color 0.3s, background 0.3s;
    -webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
    padding: 0 0 20px 0; }
    .event-item-wrap .event-item .meta {
      overflow: hidden;
      color: #A5CED6;
      font-size: 12px;
      padding: 10px 15px; }
      .event-item-wrap .event-item .meta > * {
        float: left;
        display: table-cell; }
      .event-item-wrap .event-item .meta .icon {
        margin-right: 15px; }
        .event-item-wrap .event-item .meta .icon img {
          width: 40px;
          height: 40px; }
      .event-item-wrap .event-item .meta .categories {
        margin-top: 10px; }
      .event-item-wrap .event-item .meta .duration-price {
        margin-top: 10px;
        float: right;
        text-align: right; }
    .event-item-wrap .event-item .price-range {
      background: #2dc84d;
      font-size: 12px;
      padding: 10px 20px;
      text-align: right; }
    .event-item-wrap .event-item .categories-bar {
      height: 3px;
      overflow: hidden; }
      .event-item-wrap .event-item .categories-bar .accent {
        float: left; }
      .event-item-wrap .event-item .categories-bar.count-1 .accent {
        width: 100%;
        height: 100%; }
      .event-item-wrap .event-item .categories-bar.count-2 .accent {
        width: 50%;
        height: 100%; }
      .event-item-wrap .event-item .categories-bar.count-3 .accent {
        width: 33.3%;
        height: 100%; }
      .event-item-wrap .event-item .categories-bar .accent-purple {
        background: #8246AF; }
      .event-item-wrap .event-item .categories-bar .accent-pink {
        background: #EF4A81; }
      .event-item-wrap .event-item .categories-bar .accent-blue {
        background: #489FFF; }
    .event-item-wrap .event-item .title {
      background: #0A4958;
      padding: 15px 20px;
      font-size: 18px;
      line-height: 24px;
      font-weight: normal; }
      .event-item-wrap .event-item .title a {
        color: #fff; }
    .event-item-wrap .event-item .thumbnail {
      position: relative; }
      .event-item-wrap .event-item .thumbnail img {
        width: 100%;
        height: auto; }
      .event-item-wrap .event-item .thumbnail span {
        position: absolute;
        bottom: 20px;
        right: 0;
        text-align: right;
        padding: 10px;
        background: #2dc84d;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        color: #fff; }
    .event-item-wrap .event-item .author {
      font-size: 16px;
      padding: 0 20px;
      margin: 15px 0;
      background: #fff;
      color: #303E4D; }
      .event-item-wrap .event-item .author span {
        display: inline-block; }
    .event-item-wrap .event-item .description {
      padding: 0 20px;
      margin: 15px 0;
      background: #fff;
      position: relative;
      color: #5F8291;
      font-size: 12px; }
    .event-item-wrap .event-item .extra {
      padding: 0;
      margin: 15px 0; }
      .event-item-wrap .event-item .extra:after {
        content: "";
        display: table;
        clear: both; }
      .event-item-wrap .event-item .extra .h-fl {
        width: 60%;
        padding-left: 20px;
        text-align: left; }
      .event-item-wrap .event-item .extra .h-fr {
        width: 40%;
        padding-right: 20px;
        text-align: right; }
      .event-item-wrap .event-item .extra ul.dates {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .event-item-wrap .event-item .extra ul.dates li {
          color: #5F8291;
          font-size: 12px;
          margin-bottom: 1px; }
          .event-item-wrap .event-item .extra ul.dates li.hidden-date {
            display: none; }
    .event-item-wrap .event-item .actions {
      overflow: hidden; }
      .event-item-wrap .event-item .actions .h-fl, .event-item-wrap .event-item .actions .h-fr {
        width: 50%; }
      .event-item-wrap .event-item .actions .h-fl {
        padding-left: 20px;
        text-align: left; }
        .event-item-wrap .event-item .actions .h-fl a {
          color: #2D889A;
          text-decoration: underline;
          display: inline-block;
          margin-top: 10px;
          background: none;
          border: none;
          padding: 0;
          font-size: 12px; }
          .event-item-wrap .event-item .actions .h-fl a:hover {
            text-decoration: none; }
      .event-item-wrap .event-item .actions .h-fr {
        padding-right: 20px;
        text-align: right; }

.layout-grid .event-item ul.dates {
  padding-bottom: 30px; }

.layout-grid .event-item .actions {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%; }

ul.badges {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px; }
  ul.badges li {
    color: #A5CED6;
    font-size: 26px;
    line-height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
    float: right;
    margin-right: 10px;
    padding-right: 10px; }
    ul.badges li:before {
      display: inline-block;
      position: absolute;
      content: '';
      width: 1px;
      right: 0px;
      top: 0px;
      height: 100%;
      border-right: 1px dashed #A5CED6; }
    ul.badges li:first-child {
      padding-right: 0;
      margin-right: 0; }
      ul.badges li:first-child:before {
        display: none; }

@media (max-width: 1260px) {
  .event-item-wrap {
    width: 33.3333%; }
    .event-item-wrap:nth-child(4n+1) {
      clear: none; }
    .event-item-wrap:nth-child(3n+1) {
      clear: left; } }

@media (max-width: 1024px) {
  .event-item-wrap {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%; }
    .event-item-wrap:nth-child(3n+1) {
      clear: none; }
    .event-item-wrap:nth-child(2n+1) {
      clear: left; }
  .event-item-wrap .event-item .thumbnail span {
    bottom: 0; } }

@media (max-width: 768px) {
  .layout-list .event-item-wrap .event-item .thumbnail {
    margin-bottom: 60px; }
    .layout-list .event-item-wrap .event-item .thumbnail span {
      top: 100%;
      bottom: auto; } }

@media (max-width: 640px) {
  .event-item-wrap {
    width: 100%; } }

@media (max-width: 480px) {
  .layout-list .event-item-wrap .event-item .title {
    width: 60%;
    font-size: 0.9em; }
  .layout-list .event-item-wrap .event-item .thumbnail {
    width: 40%; }
  .layout-list .event-item-wrap .event-item .author,
  .layout-list .event-item-wrap .event-item .extra,
  .layout-list .event-item-wrap .event-item .actions {
    width: 100%;
    margin-bottom: 15px; } }

/* ug 2019 10 23 */
.site-center > .woocommerce {
  max-width: 1366px;
  padding: 50px 50px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .site-center > .woocommerce {
      padding: 50px 20px; } }

.woocommerce table.shop_table {
  border: none; }

.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.woocommerce-table--order-details thead th,
.woocommerce table.shop_table.cart th {
  background: #E8F0F2;
  font-weight: 500;
  padding: 18px 20px;
  color: #303E4D; }

.woocommerce table.shop_table td {
  border-top: 1px solid #D8E3E9;
  padding: 18px 20px;
  line-height: 1.5;
  color: #303E4D; }

.woocommerce a.remove {
  color: #5F8291 !important;
  font-weight: 300; }

.woocommerce a.remove:hover {
  color: #fff !important;
  background: #5F8291; }

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: #fff;
  background-color: #2D889A;
  border-radius: 25px;
  padding: 10px 25px; }

.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #fff;
  background-color: #206a79; }

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid #D8E3E9;
  height: 36px;
  border-radius: 25px;
  padding: 2px 15px;
  width: 155px; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff;
  padding: 10px 25px; }

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  color: #fff;
  background-color: #2D889A; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #2DC84D;
  color: #fff;
  font-weight: 400; }

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #29aa43;
  color: #fff; }

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 15px 25px;
  font-weight: 400; }

.woocommerce .quantity .qty {
  border: 1px solid #D8E3E9;
  border-radius: 20px;
  height: 36px;
  width: 80px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #D8E3E9;
  height: 44px;
  border-radius: 25px;
  padding: 2px 20px; }

.woocommerce form .form-row textarea {
  height: 100px;
  resize: none;
  padding: 10px 20px; }

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 14px;
  color: #2D889A; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: #F1F6F6;
  color: #303E4D; }

.woocommerce-info {
  border-top-color: #2D889A; }

.woocommerce-info::before {
  color: #2D889A; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #F1F6F6; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #D8E3E9; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #D8E3E9; }

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #D8E3E9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
  color: #2D889A; }

.woocommerce {
  color: #303E4D; }

.woocommerce form .select2-container--default .select2-selection--single {
  border-color: #D8E3E9;
  border-radius: 25px; }

.woocommerce form .select2-container .select2-selection--single {
  height: 44px; }

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  color: #5F8291; }

.woocommerce form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 32px; }

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  right: 20px;
  top: 7px; }

.tribe-block__tickets__buy {
  color: #fff;
  background-color: #2D889A !important;
  border-radius: 25px;
  padding: 10px 25px;
  border: none !important; }

.tribe-block__tickets__buy:hover {
  color: #fff;
  background-color: #206a79 !important; }

.tribe-block__tickets__item__quantity__add, .tribe-block__tickets__item__quantity__remove {
  padding: 5px 10px !important;
  border: none;
  background-color: #2D889A !important;
  color: #fff !important;
  border-radius: 25px;
  width: 39px;
  text-align: center; }

.tribe-block__tickets__item__quantity__add:hover, .tribe-block__tickets__item__quantity__remove:hover {
  background-color: #206a79 !important; }

.tribe-block__tickets__item {
  border: 1px solid #D8E3E9 !important;
  border-bottom-width: 0 !important; }

.tribe-block__tickets__item:last-of-type {
  border-bottom-width: 1px !important; }

.tribe-block__tickets__item__quantity__number input[type=number] {
  color: #303E4D !important; }

.tribe-block__tickets__item__icon {
  background: #F1F6F6 !important; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #D8E3E9; }

.site-center > .tribe-block__tickets__registration__event {
  max-width: 1266px;
  margin: 0 auto; }

.site-center .tribe-block__tickets__registration__event {
  border: 1px solid #D8E3E9; }

.site-center .tribe-block__tickets__item__attendee__fields {
  background: #F1F6F6; }
  @media (max-width: 768px) {
    .site-center .tribe-block__tickets__item__attendee__fields {
      padding: 30px 20px; } }

.site-center .tribe-block__tickets__registration__toggle__handler {
  background: #D8E3E9; }

.site-center .tribe-block__tickets__registration__tickets__header {
  background: #E8F0F2;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #D8E3E9;
  color: #303E4D; }

.site-center .tribe-block__tickets__registration__tickets__item {
  border-bottom: 1px solid #D8E3E9; }

.site-center .tribe-block__tickets__item__attendee__fields label {
  color: #303E4D;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px; }

.site-center .tribe-block__tickets__item__attendee__fields .tribe-field {
  margin-bottom: 30px; }

.site-center .tribe-block__tickets__item__attendee__fields .tribe-tickets-meta-label, .site-center .tribe-block__tickets__item__attendee__fields .tribe-tickets-meta-label h3 {
  color: #303E4D; }

.site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket {
  border-bottom: 1px solid #D8E3E9; }
  .site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket:after {
    content: '';
    display: block;
    clear: both; }
  .site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket .tribe-block__tickets__item__attendee__field__text {
    float: left;
    width: 30%;
    margin-right: 5%;
    clear: none; }
    @media (max-width: 991px) {
      .site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket .tribe-block__tickets__item__attendee__field__text {
        width: 47.5%; } }
    @media (max-width: 575px) {
      .site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket .tribe-block__tickets__item__attendee__field__text {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px; } }
  .site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket .tribe-block__tickets__item__attendee__field__text:nth-of-type(3n) {
    margin-right: 0%; }
    @media (max-width: 991px) {
      .site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket .tribe-block__tickets__item__attendee__field__text:nth-of-type(3n) {
        margin-right: 5%; } }
  @media (max-width: 991px) {
    .site-center .tribe-block__tickets__item__attendee__fields .tribe-ticket .tribe-block__tickets__item__attendee__field__text:nth-of-type(2n) {
      margin-right: 0%; } }

@media (max-width: 768px) {
  .site-center .tribe-block__tickets__registration__summary {
    padding: 30px 20px; } }

@media (max-width: 768px) {
  .site-center .tribe-block__tickets__registration__tickets__item__icon {
    padding: 5px 10px; } }

@media (max-width: 768px) {
  .site-center .tribe-block__tickets__registration__tickets__item__quantity {
    padding: 10px;
    font-size: 14px; } }

@media (max-width: 768px) {
  .site-center .tribe-block__tickets__registration__tickets__item__title {
    padding: 10px 10px;
    font-size: 14px; } }

.site-center .tribe-block__tickets__registration__tickets__item__price {
  padding: 20px 20px 20px 10px; }
  @media (max-width: 768px) {
    .site-center .tribe-block__tickets__registration__tickets__item__price {
      padding: 10px 20px 10px 10px;
      font-size: 14px; } }

@media (max-width: 768px) {
  .site-center .tribe-block__tickets__registration__actions {
    padding: 0 20px 40px; } }

.site-center .tribe-block__tickets__registration__tickets__item {
  font-size: 16px; }

.tribe-ticket__heading {
  color: #2D889A;
  float: left;
  width: 100%; }

.tribe-ticket h4 {
  color: #2D889A;
  margin-bottom: 24px; }

.tribe-field.tribe-block__tickets__item__attendee__field__text input,
.tribe-field.tribe-block__tickets__item__attendee__field__text input:focus {
  border: 1px solid #D8E3E9;
  border-radius: 25px;
  height: 44px;
  width: 100%;
  max-width: 100% !important;
  padding: 2px 20px !important; }

.tribe-block__tickets__item__attendee__fields__form.tribe-block__tickets__item__attendee__fields__form--woo {
  width: 100%; }
  .tribe-block__tickets__item__attendee__fields__form.tribe-block__tickets__item__attendee__fields__form--woo:after {
    content: '';
    display: block;
    clear: both; }
  .tribe-block__tickets__item__attendee__fields__form.tribe-block__tickets__item__attendee__fields__form--woo button {
    color: #fff;
    background-color: #2D889A !important;
    border-radius: 25px;
    padding: 10px 25px;
    border: none !important; }

.tribe-options label input[type=radio] {
  display: none; }
  .tribe-options label input[type=radio] + span {
    position: relative;
    padding: 4px 0;
    padding-left: 35px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400; }
    .tribe-options label input[type=radio] + span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      border: 1px solid #A5CED6;
      background: #fff; }
  .tribe-options label input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #303E4D; }

.tribe-options label input[type=checkbox] {
  display: none; }
  .tribe-options label input[type=checkbox] + span {
    position: relative;
    padding: 4px 0;
    padding-left: 35px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400; }
    .tribe-options label input[type=checkbox] + span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border-radius: 6px;
      border: 1px solid #A5CED6;
      background: #fff; }
  .tribe-options label input[type=checkbox]:checked + span:after {
    content: '\2714';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px; }

.tribe-block__tickets__registration__checkout {
  max-width: 1266px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 50px; }
  @media (max-width: 768px) {
    .tribe-block__tickets__registration__checkout {
      padding: 0 20px; } }
  .tribe-block__tickets__registration__checkout button {
    color: #fff !important;
    background-color: #2D889A !important;
    border-radius: 25px;
    padding: 10px 25px;
    border: none !important; }
    .tribe-block__tickets__registration__checkout button[disabled] {
      opacity: 0.3; }

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
  display: none; }
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input + span {
    position: relative;
    padding: 0px 0;
    padding-left: 35px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400; }
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input + span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 24px;
      height: 24px;
      border-radius: 6px;
      border: 1px solid #A5CED6;
      background: #fff; }
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked + span:after {
    content: '\2714';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 26px; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      display: inline-block;
      margin: 0 18px; }
      @media (max-width: 1024px) {
        .woocommerce-account .woocommerce-MyAccount-navigation ul li {
          margin: 0 10px; } }
      @media (max-width: 768px) {
        .woocommerce-account .woocommerce-MyAccount-navigation ul li {
          margin: 0 8px; } }
      @media (max-width: 575px) {
        .woocommerce-account .woocommerce-MyAccount-navigation ul li {
          margin-bottom: 5px; } }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
        opacity: 1; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        color: #023C47;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        display: inline-block;
        padding-bottom: 9px; }
        @media (max-width: 575px) {
          .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
            padding-bottom: 5px; } }
        @media (max-width: 768px) {
          .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
            font-size: 14px; } }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:after {
          opacity: 1; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 4px;
          width: 27px;
          background: #2DC84D;
          opacity: 0;
          transition: 0.2s; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%; }

.table-wrapper {
  background: #fff;
  padding: 40px 30px 30px; }
  @media (max-width: 1024px) {
    .table-wrapper {
      padding: 30px 20px 20px; } }
  @media (max-width: 575px) {
    .table-wrapper {
      padding: 25px 15px 20px; } }
  .table-wrapper.attendees-wrapper {
    padding-top: 54px; }
    @media (max-width: 1024px) {
      .table-wrapper.attendees-wrapper {
        padding-top: 40px; } }

.table-wrapper-title {
  color: #2D889A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .table-wrapper-title a {
    float: right;
    background: #2D889A;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
    top: -18px; }
    @media (max-width: 639px) {
      .table-wrapper-title a {
        top: -28px;
        max-width: 100px;
        text-align: center; } }
    .table-wrapper-title a:hover {
      background: #206a79; }

.table-wrapper-table {
  overflow-x: auto; }
  .table-wrapper-table table {
    width: 100%;
    min-width: 500px; }
    .table-wrapper-table table tr:last-child td {
      border-bottom: none; }
    .table-wrapper-table table tr th {
      background: #E8F0F2;
      font-size: 16px;
      font-weight: 500;
      padding: 20px 35px; }
      @media (max-width: 1024px) {
        .table-wrapper-table table tr th {
          padding: 15px 15px;
          font-size: 14px; } }
      @media (max-width: 575px) {
        .table-wrapper-table table tr th {
          padding: 10px 6px; } }
    .table-wrapper-table table tr td {
      padding: 20px 35px;
      border-bottom: 1px solid #D8E3E9; }
      @media (max-width: 1024px) {
        .table-wrapper-table table tr td {
          padding: 15px 15px;
          font-size: 14px; } }
      @media (max-width: 575px) {
        .table-wrapper-table table tr td {
          padding: 10px 6px; } }
      .table-wrapper-table table tr td h3 {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        color: #303E4D;
        margin-bottom: 4px; }
        @media (max-width: 575px) {
          .table-wrapper-table table tr td h3 {
            font-size: 14px; } }
      .table-wrapper-table table tr td p {
        margin: 0;
        font-size: 12px;
        color: #303E4D; }
  .table-wrapper-table.table-cources table tr td:last-child {
    text-align: right; }
  .table-wrapper-table.table-cources table tr td:nth-child(2) {
    padding-left: 0; }
    @media (max-width: 575px) {
      .table-wrapper-table.table-cources table tr td:nth-child(2) {
        padding-left: 6px; } }
  .table-wrapper-table.table-certificates table tr:last-child td {
    border-bottom: 1px solid #D8E3E9; }
  .table-wrapper-table.table-certificates table tr th:nth-child(4) {
    width: 200px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 1024px) {
      .table-wrapper-table.table-certificates table tr th:nth-child(4) {
        width: 170px; } }
    @media (max-width: 768px) {
      .table-wrapper-table.table-certificates table tr th:nth-child(4) {
        width: auto; } }
  .table-wrapper-table.table-certificates table tr td {
    padding: 20px 30px;
    line-height: 1.5; }
    @media (max-width: 1024px) {
      .table-wrapper-table.table-certificates table tr td {
        padding: 15px 15px; } }
    @media (max-width: 575px) {
      .table-wrapper-table.table-certificates table tr td {
        padding: 10px 6px; } }
    .table-wrapper-table.table-certificates table tr td:nth-child(1) {
      width: 180px; }
      @media (max-width: 1024px) {
        .table-wrapper-table.table-certificates table tr td:nth-child(1) {
          width: 140px; } }
      @media (max-width: 768px) {
        .table-wrapper-table.table-certificates table tr td:nth-child(1) {
          width: auto; } }
    .table-wrapper-table.table-certificates table tr td:nth-child(2) {
      width: 146px; }
      @media (max-width: 1024px) {
        .table-wrapper-table.table-certificates table tr td:nth-child(2) {
          width: 104px; } }
      @media (max-width: 575px) {
        .table-wrapper-table.table-certificates table tr td:nth-child(2) {
          width: 86px; } }
    .table-wrapper-table.table-certificates table tr td:nth-child(3) {
      font-weight: 700; }
      @media (max-width: 575px) {
        .table-wrapper-table.table-certificates table tr td:nth-child(3) {
          font-size: 12px; } }
    .table-wrapper-table.table-certificates table tr td:nth-child(4) {
      text-align: center;
      padding-left: 10px;
      padding-right: 10px; }
    .table-wrapper-table.table-certificates table tr td:last-child a {
      font-size: 14px;
      color: #2D889A;
      text-decoration: underline; }
      .table-wrapper-table.table-certificates table tr td:last-child a:hover {
        text-decoration: none; }

.btn-green-light,
.btn-green-light:focus,
.btn-green-light:active {
  display: inline-block;
  line-height: 1.5;
  border: none;
  outline: none;
  background: #D8E3E9;
  color: #5F8291;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 120px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 20px;
  transition: 0.2s; }
  @media (max-width: 575px) {
    .btn-green-light,
    .btn-green-light:focus,
    .btn-green-light:active {
      min-width: 70px; } }

.btn-green-light:hover {
  background: #5F8291;
  color: #fff; }

.woocommerce-account .site-center {
  background: #F1F6F6; }

.attendees-list {
  background: #F1F6F6;
  padding: 50px 10%; }
  @media (max-width: 1199px) {
    .attendees-list {
      padding: 40px 5%; } }
  @media (max-width: 1024px) {
    .attendees-list {
      padding: 40px 20px; } }
  @media (max-width: 639px) {
    .attendees-list {
      padding: 30px 15px; } }

.attendee-title {
  color: #2D889A;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px; }
  @media (max-width: 639px) {
    .attendee-title {
      margin-bottom: 20px; } }
  .attendee-title:after {
    content: '';
    display: block;
    clear: both; }
  .attendee-title ul {
    padding-left: 0;
    margin: 0;
    float: right;
    list-style-type: none; }
    @media (max-width: 639px) {
      .attendee-title ul {
        float: none;
        margin-top: 5px; } }
    .attendee-title ul li {
      float: left;
      margin-right: 20px; }
      @media (max-width: 639px) {
        .attendee-title ul li {
          margin-right: 10px; } }
      @media (max-width: 639px) {
        .attendee-title ul li:last-child {
          margin-right: 0px; } }
      .attendee-title ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #5F8291;
        display: inline-block;
        transition: 0.2s; }
        @media (max-width: 639px) {
          .attendee-title ul li a {
            font-size: 13px; } }
        .attendee-title ul li a:hover {
          color: #2D889A; }
        .attendee-title ul li a i {
          margin-left: 8px; }

.attendee-fields:after {
  content: '';
  display: block;
  clear: both; }

.attendee-fields ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .attendee-fields ul li {
    float: left;
    width: 30%;
    margin-right: 5%; }
    @media (max-width: 639px) {
      .attendee-fields ul li {
        width: 100%;
        margin-right: 0; } }
    .attendee-fields ul li:nth-child(3n) {
      margin-right: 0; }
    .attendee-fields ul li .form-element:last-child {
      margin-bottom: 0; }
      @media (max-width: 639px) {
        .attendee-fields ul li .form-element:last-child {
          margin-bottom: 16px; } }

.form-element {
  margin-bottom: 28px; }
  @media (max-width: 639px) {
    .form-element {
      margin-bottom: 16px; } }
  .form-element input, .form-element input:focus {
    width: 100%;
    border: 1px solid #D8E3E9;
    height: 44px;
    padding: 2px 25px;
    border-radius: 25px;
    background: #fff;
    font-size: 14px;
    transition: 0.2s; }
    @media (max-width: 639px) {
      .form-element input, .form-element input:focus {
        padding: 2px 18px; } }
  .form-element input:focus {
    border: 1px solid #5F8291; }

.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
  color: #303E4D;
  opacity: 1; }

.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
  color: #303E4D;
  opacity: 1; }

.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
  color: #303E4D;
  opacity: 1; }

.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
  color: #303E4D;
  opacity: 1; }

.attendee-item {
  border-bottom: 1px solid #D8E3E9;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  @media (max-width: 639px) {
    .attendee-item {
      margin-bottom: 30px;
      padding-bottom: 20px; } }
  .attendee-item:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.filter-form-left {
  float: left;
  width: 320px;
  padding-right: 40px; }
  @media (max-width: 1199px) {
    .filter-form-left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }

.filter-form-right {
  float: left;
  width: calc(100% - 320px); }
  @media (max-width: 1199px) {
    .filter-form-right {
      width: 100%; } }

.h-form-default.filter-events-form:after {
  content: '';
  display: block;
  clear: both; }

.filter-form-top {
  padding: 20px 0 25px; }
  .filter-form-top ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .filter-form-top ul li {
      display: inline-block;
      margin-right: 25px; }
      .filter-form-top ul li:last-child {
        margin-right: 0; }
      .filter-form-top ul li a, .filter-form-top ul li button {
        display: inline-block;
        position: relative;
        color: #fff;
        font-size: 16px;
        padding-bottom: 10px;
        font-weight: 500;
        text-transform: uppercase;
        background: none;
        border: none; }
        @media (max-width: 640px) {
          .filter-form-top ul li a, .filter-form-top ul li button {
            font-size: 12px;
            padding-bottom: 8px; } }
        .filter-form-top ul li a.is-active, .filter-form-top ul li button.is-active {
          color: #2DC84D; }
          .filter-form-top ul li a.is-active:before, .filter-form-top ul li button.is-active:before {
            opacity: 1; }
        .filter-form-top ul li a:hover:before, .filter-form-top ul li button:hover:before {
          opacity: 1; }
        .filter-form-top ul li a:before, .filter-form-top ul li button:before {
          display: inline-block;
          position: absolute;
          content: '';
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 4px;
          opacity: 0;
          background: #2DC84D;
          -moz-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
          @media (max-width: 640px) {
            .filter-form-top ul li a:before, .filter-form-top ul li button:before {
              height: 2px; } }

.filter-form-left ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .filter-form-left ul li {
    margin-bottom: 12px; }
    .filter-form-left ul li:last-child {
      margin-bottom: 0;
      margin-right: 0; }
    @media (max-width: 1199px) {
      .filter-form-left ul li {
        float: left;
        width: 30%;
        margin-right: 5%; } }
    @media (max-width: 640px) {
      .filter-form-left ul li {
        width: 100%;
        margin-right: 0%; } }

.filter-form-left-item input {
  display: none; }
  .filter-form-left-item input:checked + label:after {
    opacity: 1; }
  .filter-form-left-item input:checked + label span {
    width: 100%; }

.filter-form-left-item label {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
  z-index: 5; }
  .filter-form-left-item label.filter-style-21 span {
    background: #489FFF; }
  .filter-form-left-item label.filter-style-20 span {
    background: #8246AF; }
  .filter-form-left-item label.filter-style-22 span {
    background: #EF4A81; }
  .filter-form-left-item label span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 5px;
    transition: 0.2s; }
  .filter-form-left-item label:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: url(assets/img/icon-checkbox.svg) no-repeat center center/14px 14px;
    opacity: 0;
    transition: 0.2s; }
    @media (max-width: 991px) {
      .filter-form-left-item label:after {
        width: 22px;
        height: 22px;
        top: 4px; } }
  .filter-form-left-item label:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 2px; }
    @media (max-width: 991px) {
      .filter-form-left-item label:before {
        width: 22px;
        height: 22px;
        top: 4px; } }
  .filter-form-left-item label.filter-style-21 {
    border-color: #489FFF; }
    .filter-form-left-item label.filter-style-21:before {
      border-color: #489FFF; }
  .filter-form-left-item label.filter-style-20 {
    border-color: #8246AF; }
    .filter-form-left-item label.filter-style-20:before {
      border-color: #8246AF; }
  .filter-form-left-item label.filter-style-22 {
    border-color: #EF4A81; }
    .filter-form-left-item label.filter-style-22:before {
      border-color: #EF4A81; }

@media (max-width: 640px) {
  .filter-form-right-top {
    display: none;
    padding-left: 15px;
    margin-bottom: 10px; } }

.filter-form-right-top:after {
  content: '';
  display: block;
  clear: both; }

.filter-form-right-top ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .filter-form-right-top ul li {
    float: left;
    width: 31%;
    padding-right: 20px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .filter-form-right-top ul li {
        width: 33.333%; } }
    .filter-form-right-top ul li:nth-child(3n+1) {
      clear: both; }
    @media (max-width: 640px) {
      .filter-form-right-top ul li {
        width: 100%;
        margin-bottom: 15px; } }

.filter-form-right-top-item input {
  display: none; }
  .filter-form-right-top-item input:checked + label:after {
    opacity: 1; }

.filter-form-right-top-item label {
  color: #fff;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  cursor: pointer; }
  @media (max-width: 991px) {
    .filter-form-right-top-item label {
      padding-left: 36px;
      font-size: 14px; } }
  @media (max-width: 640px) {
    .filter-form-right-top-item label {
      font-size: 16px; } }
  .filter-form-right-top-item label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #A5CED6; }
    @media (max-width: 991px) {
      .filter-form-right-top-item label:before {
        width: 22px;
        height: 22px;
        top: -4px; } }
    @media (max-width: 640px) {
      .filter-form-right-top-item label:before {
        top: -3px; } }
  .filter-form-right-top-item label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -2px;
    width: 24px;
    height: 24px;
    background: url(assets/img/icon-checkbox.svg) no-repeat center center/14px 14px;
    opacity: 0;
    transition: 0.2s; }
    @media (max-width: 991px) {
      .filter-form-right-top-item label:after {
        width: 22px;
        height: 22px;
        top: -4px; } }
    @media (max-width: 640px) {
      .filter-form-right-top-item label:after {
        top: -3px; } }

.filter-form-right .filter-col {
  width: 20%; }
  @media (max-width: 768px) {
    .filter-form-right .filter-col {
      width: 33.333%; } }

.filter-form-right .filter-col-1 {
  width: 40%; }
  @media (max-width: 768px) {
    .filter-form-right .filter-col-1 {
      width: 100%; } }
  @media (max-width: 640px) {
    .filter-form-right .filter-col-1 {
      display: block;
      width: calc(100% - 90px); } }
  @media (max-width: 640px) {
    .filter-form-right .filter-col-1 {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; } }

.filter-form-right .filter-col-search {
  width: 35%; }
  .filter-form-right .filter-col-search input::placeholder {
    opacity: .7; }
  @media (max-width: 640px) {
    .filter-form-right .filter-col-search {
      width: 100%; } }

.filter-form-right .filter-col-city,
.filter-form-right .filter-col-lecturer {
  width: 23%; }
  @media (max-width: 640px) {
    .filter-form-right .filter-col-city,
    .filter-form-right .filter-col-lecturer {
      display: none; } }

.filter-form-right .filter-col-field {
  width: 19%; }
  @media (max-width: 640px) {
    .filter-form-right .filter-col-field {
      display: none; } }

@media (max-width: 640px) {
  .filter-col.filter-col-1 input {
    font-size: 14px; } }

.filter-results {
  padding-top: 12px;
  background: #F1F6F6;
  text-align: center; }
  .filter-results ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block; }
    .filter-results ul li {
      float: left;
      margin: 0 5px;
      margin-bottom: 3px; }
      .filter-results ul li a, .filter-results ul li button {
        display: inline-block; }
        .filter-results ul li a.filter-results-item, .filter-results ul li button.filter-results-item {
          background: #fff;
          font-size: 14px;
          font-weight: 500;
          color: #303E4D;
          border: 1px solid #A5CED6;
          padding: 8px 15px;
          border-radius: 20px;
          cursor: pointer;
          transition: 0.2s; }
          .filter-results ul li a.filter-results-item:hover, .filter-results ul li button.filter-results-item:hover {
            color: #fff;
            background: #489FFF;
            border: 1px solid #489FFF; }
            .filter-results ul li a.filter-results-item:hover i, .filter-results ul li button.filter-results-item:hover i {
              color: #fff; }
          .filter-results ul li a.filter-results-item i, .filter-results ul li button.filter-results-item i {
            color: #2D889A;
            font-size: 10px;
            margin-left: 5px;
            transition: 0.2s; }
        .filter-results ul li a.filter-results-clear, .filter-results ul li button.filter-results-clear {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background: #D8E3E9;
          line-height: 35px;
          text-align: center;
          cursor: pointer;
          transition: 0.2s; }
          .filter-results ul li a.filter-results-clear:hover, .filter-results ul li button.filter-results-clear:hover {
            color: #fff;
            background: #489FFF; }
            .filter-results ul li a.filter-results-clear:hover i, .filter-results ul li button.filter-results-clear:hover i {
              color: #fff; }
          .filter-results ul li a.filter-results-clear i, .filter-results ul li button.filter-results-clear i {
            color: #5F8291;
            font-size: 12px;
            transition: 0.2s; }

@media (max-width: 640px) {
  .hide-for-mob {
    display: none !important; } }

.filter-col-mob {
  display: none;
  width: 100%;
  float: left;
  padding: 15px 15px;
  font-size: 14px;
  background: #005566;
  border-radius: 27px;
  cursor: pointer;
  margin: 12px 0; }
  .filter-col-mob:after {
    content: '';
    display: block;
    clear: both; }
  .filter-col-mob.toggle i {
    transform: rotate(180deg); }
  .filter-col-mob i {
    float: right;
    color: #2DC84D;
    font-size: 10px;
    position: relative;
    top: 3px; }
  @media (max-width: 640px) {
    .filter-col-mob {
      display: block; } }

.mob-filter-hold {
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #023C47;
  z-index: 200;
  padding: 30px 20px 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }

.mob-filter-hold.toggle {
  opacity: 1;
  visibility: visible; }

.mob-filter-close {
  text-align: right;
  margin-bottom: 10px; }

.mob-filter-close-trigger {
  color: #5F8291;
  cursor: pointer; }

.mob-filter-title {
  position: relative;
  text-align: center;
  color: #FFFF;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  z-index: 10; }
  .mob-filter-title:before {
    content: '\e905';
    font-family: 'countline' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    color: #2D889A;
    font-size: 40px;
    z-index: -1;
    opacity: 0.2; }

.mob-filters-top {
  margin-bottom: 25px;
  padding-left: 40px; }
  .mob-filters-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .mob-filters-top ul li {
      margin-bottom: 15px; }

.mob-filter-input {
  margin-bottom: 20px; }
  .mob-filter-input input, .mob-filter-input input:focus {
    background: #005566;
    border-radius: 27px;
    height: 40px;
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    padding: 2px 20px;
    color: #fff; }

.mob-filter-input input::-webkit-input-placeholder {
  color: #7199A1;
  opacity: 1; }

.mob-filter-input input::-moz-placeholder {
  color: #7199A1;
  opacity: 1; }

.mob-filter-input input:-ms-input-placeholder {
  color: #7199A1;
  opacity: 1; }

.mob-filter-input input:-moz-placeholder {
  color: #7199A1;
  opacity: 1; }

.mob-filter-hold .select2-container--default .select2-selection--single {
  border-radius: 20px;
  border: 1px solid #2D889A; }

.mob-filter-hold .select2-container .select2-selection--single {
  height: 40px; }

.mob-filter-hold .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 22px; }

.mob-filter-hold .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 13px; }

.mob-filter-hold .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; }

.mob-filter-hold .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  top: 15px;
  color: #fff; }

.mob-filter-hold .filter-col-2, .mob-filter-hold .filter-col-3 {
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0px; }

.mob-filter-results.filter-results {
  padding-top: 0px;
  background: transparent;
  text-align: center;
  margin-bottom: 10px; }

.filter-events-form-inner.mob-filter-selects {
  margin-bottom: 15px; }
  .filter-events-form-inner.mob-filter-selects:after {
    content: '';
    display: block;
    clear: both; }

.mob-filter-button {
  text-align: center; }
  .mob-filter-button button {
    min-width: 140px;
    text-transform: uppercase; }
    .mob-filter-button button i {
      margin-right: 10px; }

.hidden-filters {
  display: none;
  padding: 10px 0 20px;
  float: left;
  width: 100%; }
  .hidden-filters:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 640px) {
    .hidden-filters .filter-form-right-top {
      display: block; } }
  .hidden-filters .select2.select2-container.select2-container--default {
    width: 100% !important; }

@media (max-width: 640px) {
  .hidden-filters .filter-col {
    display: block;
    width: 100%; } }

@media (max-width: 640px) {
  .hidden-filters .filter-col-2, .hidden-filters .filter-col-3 {
    border-bottom: none;
    padding-bottom: 0px; } }

.hidden-filters .select2-container--default .select2-selection--single {
  border-radius: 20px;
  border: 1px solid #2D889A; }

.hidden-filters .select2-container .select2-selection--single {
  height: 40px; }

.hidden-filters .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 22px; }

.hidden-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-size: 13px; }

.hidden-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px; }

.hidden-filters .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  top: 15px;
  color: #fff; }

/* program */
.section--program-intro {
  background: #005566;
  color: #fff;
  padding: 40px 0 60px; }

.section--program-intro-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 22px;
  margin-bottom: 28px;
  text-transform: uppercase; }

.section--program-intro-content {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: left;
  margin-bottom: 28px; }
  .section--program-intro-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .section--program-intro-content ul li {
      font-size: 14px;
      padding-left: 30px;
      margin-bottom: 8px;
      position: relative; }
      .section--program-intro-content ul li img {
        position: absolute;
        left: 0%;
        top: -2px; }

.dashboard-list:after {
  content: '';
  display: block;
  clear: both; }

.dashboard-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .dashboard-list ul {
      display: block; } }
  .dashboard-list ul li {
    float: left;
    width: 18%;
    margin-right: 2.5%; }
    @media (max-width: 767px) {
      .dashboard-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .dashboard-list ul li:nth-child(5n) {
      margin-right: 0;
      margin-bottom: 0; }
    .dashboard-list ul li a {
      height: 100%;
      float: left;
      width: 100%;
      position: relative;
      text-align: center;
      padding: 50px 15% 80px;
      background: #fff;
      border-bottom: 4px solid transparent;
      transition: 0.2s; }
      @media (max-width: 1199px) {
        .dashboard-list ul li a {
          padding: 50px 8% 80px; } }
      @media (max-width: 991px) {
        .dashboard-list ul li a {
          padding: 30px 8% 65px; } }
      @media (max-width: 767px) {
        .dashboard-list ul li a {
          padding: 20px 20px 45px;
          padding-left: 100px;
          text-align: left;
          border: none; } }
      .dashboard-list ul li a:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        background: url(assets/img/dash-arrow.svg) no-repeat center center/100% 100%; }
        @media (max-width: 991px) {
          .dashboard-list ul li a:after {
            bottom: 15px; } }
        @media (max-width: 767px) {
          .dashboard-list ul li a:after {
            left: auto;
            right: 20px;
            transform: translateX(0%);
            width: 20px;
            height: 20px; } }
      .dashboard-list ul li a:hover {
        border-color: #2DC84D;
        -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); }
        .dashboard-list ul li a:hover .dashbord-list-icon {
          opacity: 1;
          -webkit-filter: grayscale(0);
          -moz-filter: grayscale(0);
          filter: grayscale(0); }

.dashbord-list-icon {
  margin-bottom: 25px;
  opacity: 0.6;
  transition: 0.5s;
  -webkit-filter: grayscale(0.5);
  -moz-filter: grayscale(0.5);
  filter: grayscale(0.5); }
  @media (max-width: 767px) {
    .dashbord-list-icon {
      position: absolute;
      left: 20px;
      top: 20px; } }

.dashbord-list-title {
  font-size: 16px;
  color: #2D889A;
  font-weight: 500;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    .dashbord-list-title br {
      display: none; } }

.dashbord-list-text {
  font-size: 12px;
  color: #8398A5;
  line-height: 1.3; }

.section-title {
  font-family: 'Roboto Slab', serif;
  color: #2D889A;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .section-title {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .section-title {
      margin-bottom: 30px; } }

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

.dashboard-logout {
  text-align: right; }
  @media (max-width: 575px) {
    .dashboard-logout {
      margin-bottom: 10px; } }
  .dashboard-logout a {
    font-size: 14px;
    font-weight: 700;
    color: #5F8291;
    display: inline-block;
    padding-right: 30px;
    background: url(assets/img/icon-logout.svg) no-repeat right center; }

.woocommerce .woocommerce-MyAccount-content .account-orders-table > thead, .woocommerce .woocommerce-MyAccount-content .order_details > thead {
  background: #E8F0F2; }
  .woocommerce .woocommerce-MyAccount-content .account-orders-table > thead tr th, .woocommerce .woocommerce-MyAccount-content .order_details > thead tr th {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 35px; }

.woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr, .woocommerce .woocommerce-MyAccount-content .order_details tbody tr {
  border-bottom: 1px solid #f1f1f1; }
  .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td, .woocommerce .woocommerce-MyAccount-content .order_details tbody tr td {
    font-size: 14px;
    font-weight: normal;
    padding: 20px 35px; }
  .woocommerce .woocommerce-MyAccount-content .account-orders-table tbody tr td.product-name, .woocommerce .woocommerce-MyAccount-content .order_details tbody tr td.product-name {
    width: 60%; }

/* myaccount/orders/ */
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
  background: #fff;
  padding: 30px; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions,
  .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
    text-align: right; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions a,
    .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
      font-weight: normal; }

/* myaccount/view-order/xxx */
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  background: #fff;
  padding: 30px; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details > h2 {
    margin-top: 0; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details > tfoot {
    display: none; }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details .product-invoices {
    text-align: right; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details .product-invoices p {
      margin-top: 0;
      font-weight: bold; }
    .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details .product-invoices a {
      font-size: 10px;
      color: #fff;
      background-color: #2D889A;
      border-radius: 25px;
      padding: 8px 14px;
      text-decoration: none;
      display: inline-block; }
      .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table.order_details .product-invoices a:hover {
        color: #fff;
        background-color: #206a79; }

@media (max-width: 768px) {
  .woocommerce-order-received .site-center .woocommerce .woocommerce-order ul.woocommerce-order-overview {
    padding-left: 0;
    margin-bottom: 0; }
    .woocommerce-order-received .site-center .woocommerce .woocommerce-order ul.woocommerce-order-overview li {
      padding: 0;
      margin: 0;
      width: 100%;
      margin-bottom: 10px;
      border-right: none; } }

/*------------------------------------*\
  #Site footer
\*------------------------------------*/
.site-footer {
  background: #fff; }

.site-footer .h-styled-content p {
  line-height: 28px; }

.footer-top {
  padding-bottom: 50px;
  padding-top: 35px; }

.footer-top h5 {
  color: #2D889A;
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px; }

.footer-middle {
  padding-top: 23px;
  padding-bottom: 24px; }

.footer-bottom {
  font-size: 12px;
  color: #8398A5;
  padding-top: 17px;
  padding-bottom: 17px; }

/* Footer menu */
.footer-menu {
  margin-top: 6px; }

.footer-menu li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 9px;
  line-height: normal; }

.footer-menu li:before {
  display: inline-block;
  position: absolute;
  content: "\e901";
  font-family: 'countline' !important;
  color: #2DC84D;
  font-size: 10px;
  left: 0;
  top: 5px; }

.footer-menu a:hover {
  color: #005566; }

/* Footer logo */
.footer-logo {
  margin-left: 74px;
  margin-top: 14px;
  float: left; }

/* Contacts block */
.contacts-block {
  width: 100%;
  max-width: 710px;
  float: right; }

.contacts-block__title {
  float: left;
  width: 50%;
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 230px;
  padding-top: 5px; }

.contacts-block__contact {
  float: left;
  position: relative;
  margin-left: 35px; }

.contacts-block__phone {
  position: relative;
  padding-left: 60px;
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff; }

.contacts-block__phone:hover {
  color: #2DC84D; }

.contacts-block__phone i {
  font-size: 36px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #2DC84D; }

.contacts-block__time {
  color: #2DC84D;
  font-size: 16px;
  font-weight: bold;
  padding-left: 60px; }

/* Social menu */
.social-menu {
  margin-top: 15px; }

.social-menu li {
  float: left;
  margin-right: 10px; }

.social-menu a {
  display: inline-block;
  border: 1px solid #2D889A;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 18px; }

.social-menu a:hover {
  color: #2D889A; }

/* Copyrights */
.site-copyrights {
  float: left;
  margin: 0;
  max-width: calc(100% - 140px); }
  .site-copyrights a {
    color: #8398A5;
    text-decoration: underline; }

/* Author */
.site-author {
  float: right; }

/* Responsive footer */
@media (max-width: 1260px) {
  .footer-logo {
    margin-left: 0px; }
  .contacts-block {
    padding-left: 20px; }
  .footer-top .h-col-3-of-5,
  .footer-top .h-col-1-of-5 {
    width: 50%; }
  .footer-top .h-col-3-of-5 {
    margin-bottom: 30px; }
  .footer-top .h-col-1-of-5 {
    padding-bottom: 30px; }
  .footer-top .h-col-1-of-3:nth-last-child(2n+1) {
    clear: left; } }

@media (max-width: 1024px) {
  .contacts-block {
    padding-left: 0px;
    width: 100%;
    float: none;
    clear: left;
    max-width: none;
    padding-top: 25px; }
  .footer-top .h-col-3-of-5,
  .footer-top .h-col-1-of-5 {
    width: 33%; }
    .footer-top .h-col-3-of-5 .h-col-1-of-3,
    .footer-top .h-col-1-of-5 .h-col-1-of-3 {
      width: 100%; }
  .footer-top h5 {
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .footer-top {
    padding-bottom: 0;
    padding-top: 35px; }
    .footer-top .h-col-3-of-5,
    .footer-top .h-col-1-of-5 {
      width: 100%; }
      .footer-top .h-col-3-of-5 .h-col-1-of-3,
      .footer-top .h-col-1-of-5 .h-col-1-of-3 {
        width: 100%; }
    .footer-top h5 {
      margin-bottom: 12px; }
    .footer-top .h-col-1-of-2.h-styled-content {
      margin-top: 15px; }
  .footer-menu {
    margin-top: 0; }
  .footer-logo {
    display: none; }
  .contacts-block {
    padding-top: 0; }
  .contacts-block__title,
  .contacts-block__contact {
    width: 100%;
    float: none;
    margin: 0; }
  .contacts-block__contact {
    margin-top: 15px; }
  .contacts-block__title {
    font-size: 16px;
    line-height: 1.3em; }
  .contacts-block__phone {
    font-size: 28px; }
  .site-copyrights {
    width: auto;
    float: none;
    max-width: none; }
  .site-author {
    float: none;
    margin-top: 12px; } }

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

.editor-block-list__layout {
  padding: 0; }

.wp-block[data-type^="acf/countline"] {
  max-width: 90%; }
  .wp-block[data-type^="acf/countline"] ul {
    list-style-type: none !important; }

.wp-block[data-type^="tribe/tickets"] {
  max-width: 90%; }
  .wp-block[data-type^="tribe/tickets"] .tribe-editor__ticket__container-header-title-input input {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto; }

input[type=number]::-webkit-inner-spin-button {
  opacity: 1; }

/* temp C removal */
.site-header--home .top-menu-container {
  background: #fff;
  min-width: 0;
  padding-left: 0; }

.site-header--home .main-menu-wrapper {
  margin-left: 0; }
  .site-header--home .main-menu-wrapper .main-menu {
    width: 220px; }

.countline-block p a,
.countline-block li a,
.woocommerce-privacy-policy-link,
.woocommerce-order a {
  text-decoration: underline; }
  .countline-block p a:hover,
  .countline-block li a:hover,
  .woocommerce-privacy-policy-link:hover,
  .woocommerce-order a:hover {
    text-decoration: none; }

.icon-book {
  background: url("assets/fonts/icon-book.png");
  display: block;
  background-size: cover;
  width: 22px;
  height: 22px; }

@media (max-width: 768px) {
  .site-header {
    position: relative;
    z-index: 30; }
  .site-center, .site-footer {
    position: relative;
    z-index: 20; } }

#billing_customer_type_field span.woocommerce-input-wrapper {
  border: 1px solid #D8E3E9;
  height: 44px;
  border-radius: 25px;
  display: inline-block;
  width: 100%;
  padding: 2px 15px; }

#billing_customer_type_field select {
  border: none;
  background: white;
  margin-top: 7px; }

.tribe-block__tickets__registration__tickets, .tribe-block__tickets__registration__actions {
  display: none !important; }

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__page-title {
  display: none !important; }

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__actions {
  margin-top: 0 !important; }

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid {
  display: flex !important;
  flex-direction: column;
  padding-top: 10px !important;
  border-top: none !important; }
  body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__notice {
    width: 100%; }
  body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content {
    width: 100%; }
    body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event {
      padding: 0 !important; }
      body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__registration__summary {
        display: none !important; }
      body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket__heading {
        font-size: 1.5em;
        width: 100%; }
      body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket {
        background: #f1f6f6;
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
        padding-top: 0;
        border-radius: 20px; }
        body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-tickets__attendee__title {
          width: 100%; }
        body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-field {
          flex-direction: column;
          flex-basis: 30%;
          padding-right: 30px; }
          @media (max-width: 768px) {
            body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-field {
              flex-basis: 100%; } }
          body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-field label {
            flex-basis: 0;
            align-self: auto !important; }
          body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-field .tribe-common-form-control-text__input {
            border-radius: 500em;
            border-color: #f1f1f1; }
            body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-field .tribe-common-form-control-text__input:focus {
              border-color: #a3a3a3; }
          body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-field.tribe-tickets-meta-fieldset__checkbox-radio {
            flex-basis: 100%; }
            body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket .tribe-field.tribe-tickets-meta-fieldset__checkbox-radio .tribe-tickets-meta-label {
              flex-basis: 0;
              align-self: auto !important;
              width: 100%; }
        body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-focus {
          border-color: #0a4a57; }
        body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket.tribe-ticket-item__has-error {
          border-color: #FCEFF1 !important; }
        body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket:before, body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__grid .tribe-tickets__registration__content .tribe-tickets__registration__event .tribe-tickets__item__attendee__fields .tribe-ticket:after {
          display: none; }

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__footer {
  max-width: 100% !important; }

body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
  display: none; }

body.page-tribe-attendee-registration .tribe-common button.tribe-common-c-btn--small {
  background: #2DC84D !important;
  border: 1px solid #2DC84D;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  min-width: 160px;
  padding: 12px 30px;
  border-radius: 31px;
  text-align: center;
  width: 100%; }
  body.page-tribe-attendee-registration .tribe-common button.tribe-common-c-btn--small:hover {
    background: #1BAC39 !important;
    border-color: #1BAC39; }

body.page-tribe-attendee-registration .tribe-tickets__registration.event-tickets {
  display: block;
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 50px;
  padding-right: 50px; }
  @media (max-width: 764px) {
    body.page-tribe-attendee-registration .tribe-tickets__registration.event-tickets {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

.woocommerce-checkout .tribe-checkout-backlinks {
  display: none; }

.woocommerce-order-details .tribe-attendee-meta {
  display: none; }

.popup {
  position: fixed;
  z-index: 9999;
  padding: 20px 40px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  transform: translateY(150%);
  transition: 2s all; }
  .popup.show-popup {
    transform: translateY(0%); }
  .popup .popup-inner {
    position: relative; }
    .popup .popup-inner .popup-close {
      position: absolute;
      top: 2px;
      right: -38px; }
      .popup .popup-inner .popup-close button {
        transform: rotate(45deg);
        font-size: 30px;
        line-height: 30px;
        font-weight: normal;
        border: none;
        background: none;
        color: #329c48;
        transition: 0.3s all; }
        .popup .popup-inner .popup-close button:hover {
          color: #023c47;
          transform: rotate(135deg); }
  .popup.dynamic-popup {
    bottom: 20px;
    left: 20px;
    background: #f1f6f6; }
    @media (max-width: 756px) {
      .popup.dynamic-popup {
        font-size: 0.8em; } }
    @media (max-width: 425px) {
      .popup.dynamic-popup {
        left: 20px;
        font-size: 0.7em; } }
    .popup.dynamic-popup h3 {
      margin: -20px -40px 20px -40px;
      padding: 20px 40px;
      color: #fff;
      font-size: 2em;
      background: #2dc84d;
      font-weight: normal; }

body .site-center > .gform_wrapper {
  /* form with no wrapper, used as a block */
  margin: 0 auto;
  background: #F1F6F6; }
  body .site-center > .gform_wrapper form {
    width: 80%;
    max-width: 800px;
    padding: 20px; }

body .gform_wrapper {
  /* general styles */ }
  body .gform_wrapper .ginput_container {
    margin-top: 10px !important; }
  body .gform_wrapper input, body .gform_wrapper textarea {
    border: 1px solid #D8E3E9;
    min-height: 44px !important;
    border-radius: 25px;
    padding: 2px 20px !important; }
  body .gform_wrapper input[type="submit"] {
    color: #fff;
    border: none;
    background-color: #2D889A;
    border-radius: 25px;
    padding: 10px 25px; }
    body .gform_wrapper input[type="submit"]:hover {
      color: #fff;
      background-color: #206a79; }
  body .gform_wrapper label.gfield_label {
    font-weight: normal; }
  body .gform_wrapper .gfield_checkbox li input {
    margin-top: 0 !important; }
  body .gform_wrapper .gfield_checkbox li label {
    margin-left: 10px; }
  body .gform_wrapper .gfield_checkbox a {
    text-decoration: underline; }
  body .gform_wrapper .gfield_error {
    background: none !important;
    border: none !important;
    padding: 0 !important; }
    body .gform_wrapper .gfield_error label {
      margin-top: 0 !important; }

.postid-3950 .h-btn--primary,
.postid-17635 .h-btn--primary {
  display: none !important; }

#block_5ebe3b7837abb .h-site-block h2 {
  display: none !important; }

#block_5ebe3b7837abb .h-site-block {
  margin-top: -12px !important; }

#block_5ec29497662cb .h-section-title {
  display: none !important; }

#block_5ec29497662cb .h-site-block {
  margin-top: -120px !important; }

@media (max-width: 425px) {
  .countline-block-links .link-item h4 {
    font-size: 14px; }
  .countline-block-links .link-item h4 i {
    font-size: 70px; } }

#konfliktu-sprendimai {
  display: inline-block;
  width: 100%; }

.konfl-image-div {
  float: left;
  margin-right: 10px;
  max-width: 25%;
  max-height: 100%; }

#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade {
  z-index: 100; }

#block_5eeb77b0503b8, .countline-block-content-slider .simple-slide .simple-slide__content, .section--slider .simple-slide .simple-slide__content {
  background: none !important; }

#block_5eeb77b0503b8, .countline-block-content-slider .simple-slide, .section--slider .simple-slide {
  background: none !important; }

#block_5eeb77b0503b8 .gform_wrapper, h3.gform_title {
  display: none !important; }

.countline-block-content-slider .h-site-block:before, .section--slider .h-site-block:before {
  height: 0px !important; }

#block_5eeca1b9e3a82, .countline-block-content .alternative-style:before, .h-about-block:before {
  background: none !important; }

#block_5eeb77b0503b8 .countline-block, .h-simple-section {
  padding-top: 0px; }

/**/
.page-id-26776 .gform_wrapper {
  background: none !important; }

@media only screen and (min-width: 641px) {
  #gform_submit_button_46 {
    margin: 0 16px 30px 0 !important; } }

@media only screen and (max-width: 425px) {
  .site-header-hero {
   /*  background-image: url(https://www.countline.lt/wp-content/uploads/2022/02/20220222-mobile.png) !important; } } */
   background-image: url(https://www.countline.lt/wp-content/uploads/2020/07/Countline_header_mobile_01.png) !important; } }
   /*  background-image: url(https://www.countline.lt/wp-content/uploads/2023/11/CL_mobile.png) !important; } }*/
.popup .popup-inner .popup-close {
  top: -20px !important; }

.popup-icon {
  display: inline-block;
  width: 20%;
  height: 40px; }

.popup-cont {
  display: inline-block;
  width: 75%;
  text-align: center;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 28px; }

.popup-icon img {
  vertical-align: bottom !important; }

@media only screen and (max-width: 425px) {
  .popup-icon {
    display: inline-block;
    width: 15%; }
  .popup-icon img {
    margin-left: -35px;
    width: 80px;
    height: 73px;
    vertical-align: bottom !important; }
  .popup-cont {
    display: inline-block;
    width: 70%;
    text-align: center; } }

.countline-block-archive-v2 {
  padding-top: 0; }
  .countline-block-archive-v2 .filters-wrap {
    background: #023C47;
    color: #fff; }
    .countline-block-archive-v2 .filters-wrap .filters {
      margin: 0 auto;
      padding: 10px 0;
      max-width: 1366px;
      padding-left: 50px;
      padding-right: 50px; }
      @media (max-width: 1024px) {
        .countline-block-archive-v2 .filters-wrap .filters {
          padding-left: 20px;
          padding-right: 20px; } }
  .countline-block-archive-v2 .top-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0; }
    .countline-block-archive-v2 .top-filters .category-filters {
      flex: 68% 0 0;
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: stretch; }
      @media (max-width: 1024px) {
        .countline-block-archive-v2 .top-filters .category-filters {
          flex: 100% 0 0;
          justify-content: space-around; } }
      @media (max-width: 810px) {
        .countline-block-archive-v2 .top-filters .category-filters {
          flex-wrap: wrap; } }
      .countline-block-archive-v2 .top-filters .category-filters li {
        flex: 20% 0 0;
        padding-top: 15px;
        text-align: center; }
        @media (max-width: 1024px) {
          .countline-block-archive-v2 .top-filters .category-filters li {
            padding: 15px 0; } }
        @media (max-width: 810px) {
          .countline-block-archive-v2 .top-filters .category-filters li {
            flex: 33% 0 0;
            order: 3; }
            .countline-block-archive-v2 .top-filters .category-filters li:nth-of-type(1) {
              flex: 50% 0 0;
              order: 1; }
            .countline-block-archive-v2 .top-filters .category-filters li:nth-of-type(5) {
              flex: 50% 0 0;
              order: 2; } }
        .countline-block-archive-v2 .top-filters .category-filters li button {
          position: relative;
          background: none;
          border: 1px solid transparent;
          color: #fff;
          text-transform: uppercase;
          padding-bottom: 5px;
          font-size: 15px; }
          .countline-block-archive-v2 .top-filters .category-filters li button:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            display: block;
            content: '';
            transition: 0.3s all;
            transform: scale(0);
            transform-origin: center; }
        .countline-block-archive-v2 .top-filters .category-filters li:hover button {
          color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li:hover button:after {
            background: #fff;
            transform: scale(1); }
        .countline-block-archive-v2 .top-filters .category-filters li.is-active {
          background: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.is-active button {
            transition: none;
            color: #000; }
            .countline-block-archive-v2 .top-filters .category-filters li.is-active button:after {
              background: #000;
              transform: scale(1); }
            .countline-block-archive-v2 .top-filters .category-filters li.is-active button:hover {
              color: #000; }
              .countline-block-archive-v2 .top-filters .category-filters li.is-active button:hover:after {
                background: #000; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-0 button:hover {
          color: #2DC84D; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-0 button:hover:after {
            transform: scale(1);
            background: #2DC84D; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-0.is-active {
          background: #2DC84D;
          color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-0.is-active button, .countline-block-archive-v2 .top-filters .category-filters li.category-0.is-active button:hover, .countline-block-archive-v2 .top-filters .category-filters li.category-0.is-active button:hover:after {
            color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-0.is-active button:after, .countline-block-archive-v2 .top-filters .category-filters li.category-0.is-active button:hover:after {
            background: #fff; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-20 button:hover {
          color: #8246AF; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-20 button:hover:after {
            transform: scale(1);
            background: #8246AF; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-20.is-active {
          background: #8246AF;
          color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-20.is-active button, .countline-block-archive-v2 .top-filters .category-filters li.category-20.is-active button:hover, .countline-block-archive-v2 .top-filters .category-filters li.category-20.is-active button:hover:after {
            color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-20.is-active button:after, .countline-block-archive-v2 .top-filters .category-filters li.category-20.is-active button:hover:after {
            background: #fff; }

       .countline-block-archive-v2 .top-filters .category-filters li.category-345 button:hover {
          color: #2dc84d; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-345 button:hover:after {
            transform: scale(1);
            background: #2dc84d; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-345.is-active {
          background: #2dc84d;
          color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-345.is-active button, .countline-block-archive-v2 .top-filters .category-filters li.category-345.is-active button:hover, .countline-block-archive-v2 .top-filters .category-filters li.category-345.is-active button:hover:after {
            color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-345.is-active button:after, .countline-block-archive-v2 .top-filters .category-filters li.category-345.is-active button:hover:after {
            background: #fff; }

        .countline-block-archive-v2 .top-filters .category-filters li.category-21 button:hover {
          color: #489FFF; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-21 button:hover:after {
            transform: scale(1);
            background: #489FFF; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-21.is-active {
          background: #489FFF;
          color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-21.is-active button, .countline-block-archive-v2 .top-filters .category-filters li.category-21.is-active button:hover, .countline-block-archive-v2 .top-filters .category-filters li.category-21.is-active button:hover:after {
            color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-21.is-active button:after, .countline-block-archive-v2 .top-filters .category-filters li.category-21.is-active button:hover:after {
            background: #fff; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-22 button:hover {
          color: #EF4A81; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-22 button:hover:after {
            transform: scale(1);
            background: #EF4A81; }
        .countline-block-archive-v2 .top-filters .category-filters li.category-22.is-active {
          background: #EF4A81;
          color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-22.is-active button, .countline-block-archive-v2 .top-filters .category-filters li.category-22.is-active button:hover, .countline-block-archive-v2 .top-filters .category-filters li.category-22.is-active button:hover:after {
            color: #fff; }
          .countline-block-archive-v2 .top-filters .category-filters li.category-22.is-active button:after, .countline-block-archive-v2 .top-filters .category-filters li.category-22.is-active button:hover:after {
            background: #fff; }
    .countline-block-archive-v2 .top-filters .search {
      flex: 30% 0 0;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding-bottom: 15px; }
      .countline-block-archive-v2 .top-filters .search .search-input {
        flex: 68% 0 0;
        background: #056;
        border-radius: 27px;
        padding: 10px 20px; }
        .countline-block-archive-v2 .top-filters .search .search-input input {
          width: 100%;
          background: none;
          border: 1px solid transparent;
          color: #fff; }
      .countline-block-archive-v2 .top-filters .search .search-submit {
        flex: 30% 0 0; }
        .countline-block-archive-v2 .top-filters .search .search-submit button {
          width: 100%;
          padding: 11px 18px;
          text-align: left;
          text-transform: uppercase;
          font-size: 16px; }
          .countline-block-archive-v2 .top-filters .search .search-submit button i {
            margin: 0;
            margin-right: 7px; }
    .countline-block-archive-v2 .top-filters .subcategory-filters {
      display: flex;
      flex: 100% 0 0;
      background: #0a4958;
      margin: 0;
      padding: 15px 0;
      list-style-type: none;
      justify-content: space-around; }
      @media (max-width: 525px) {
        .countline-block-archive-v2 .top-filters .subcategory-filters {
          flex-wrap: wrap;
          justify-content: space-between; } }
      .countline-block-archive-v2 .top-filters .subcategory-filters.selected-category-0 {
        border-top: 3px solid #2DC84D;
        padding: 0; }
      .countline-block-archive-v2 .top-filters .subcategory-filters.selected-category-20 {
        border-top: 3px solid #8246AF; }
      .countline-block-archive-v2 .top-filters .subcategory-filters.selected-category-21 {
        border-top: 3px solid #489FFF; }
      .countline-block-archive-v2 .top-filters .subcategory-filters.selected-category-22 {
        border-top: 3px solid #EF4A81; }
 .countline-block-archive-v2 .top-filters .subcategory-filters.selected-category-345 {
        border-top: 3px solid #2dc84d; }
      .countline-block-archive-v2 .top-filters .subcategory-filters.selected-category-9999 {
        border-top: 3px solid #fff; }
      @media (max-width: 525px) {
        .countline-block-archive-v2 .top-filters .subcategory-filters li {
          flex: 100% 0 0; } }
      .countline-block-archive-v2 .top-filters .subcategory-filters li button {
        background: none;
        border: 1px solid transparent;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.75em; }
      .countline-block-archive-v2 .top-filters .subcategory-filters li.is-active button, .countline-block-archive-v2 .top-filters .subcategory-filters li button:hover {
        text-decoration: underline; }
    @media (max-width: 1024px) {
      .countline-block-archive-v2 .top-filters .category-filters {
        order: 1; }
      .countline-block-archive-v2 .top-filters .subcategory-filters {
        order: 2; }
      .countline-block-archive-v2 .top-filters .search {
        order: 3;
        padding: 10px 0 0 0;
        flex: 100% 0 0; } }
  .countline-block-archive-v2 .bottom-filters-toggler {
    text-align: center;
    position: relative;
    padding: 5px 0;
    display: none; }
    @media (max-width: 810px) {
      .countline-block-archive-v2 .bottom-filters-toggler {
        display: block; } }
    .countline-block-archive-v2 .bottom-filters-toggler span {
      display: inline-block;
      font-size: 0.75em;
      background: #023C47;
      z-index: 2;
      position: relative;
      padding: 0 10px;
      text-transform: uppercase;
      color: #5F8291; }
    .countline-block-archive-v2 .bottom-filters-toggler:after {
      position: absolute;
      width: 100%;
      height: 1px;
      background: #5F8291;
      top: 13px;
      left: 0;
      content: " ";
      z-index: 1; }
  .countline-block-archive-v2 .bottom-filters {
    display: flex;
    padding: 5px 0 10px 0; }
    @media (max-width: 1024px) {
      .countline-block-archive-v2 .bottom-filters {
        flex-wrap: wrap;
        display: none; } }
    @media (max-width: 810px) {
      .countline-block-archive-v2 .bottom-filters {
        display: none; } }
    .countline-block-archive-v2 .bottom-filters .select-filter {
      flex: 15% 0 0;
      margin-right: 2%; }
      .countline-block-archive-v2 .bottom-filters .select-filter:last-of-type {
        margin-right: 0; }
      @media (max-width: 1024px) {
        .countline-block-archive-v2 .bottom-filters .select-filter {
          flex: 100% 0 0;
          margin-bottom: 5px;
          margin-right: 0; } }
  .countline-block-archive-v2 .controls {
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
    width: 100%; }
    .countline-block-archive-v2 .controls .totals {
      float: left;
      width: 15%;
      font-size: 12px;
      display: inline-block;
      line-height: 36px;
      color: #5F8291; }
    .countline-block-archive-v2 .controls .per-page {
      float: right;
      width: auto;
      text-align: right; }
      .countline-block-archive-v2 .controls .per-page label {
        display: inline-block;
        font-size: 12px;
        color: #5F8291;
        line-height: 36px;
        margin-right: 10px; }
    .countline-block-archive-v2 .controls .pagination {
      float: left;
      width: 68%;
      text-align: center; }

.blog-wrap .h-site-block {
  display: flex;
  flex-wrap: wrap; }
  .blog-wrap .h-site-block .posts-wrap {
    padding: 0 0 30px 0;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start; }
    @media (max-width: 764px) {
      .blog-wrap .h-site-block .posts-wrap {
        width: 100%;
        justify-content: space-between; } }
    .blog-wrap .h-site-block .posts-wrap article {
      width: 33.3%; }
      @media (max-width: 1280px) {
        .blog-wrap .h-site-block .posts-wrap article {
          width: 50%; } }
      @media (max-width: 764px) {
        .blog-wrap .h-site-block .posts-wrap article {
          width: 49%;
          margin: 0;
          padding: 0;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .blog-wrap .h-site-block .posts-wrap article {
          width: 100%; } }
    .blog-wrap .h-site-block .posts-wrap .posts-navigation-wrap {
      width: 100%;
      padding-right: 20px; }
  .blog-wrap .h-site-block .sidebar {
 /*   padding: 0 0 30px 0;*/
    width: 25%; }
    @media (max-width: 764px) {
      .blog-wrap .h-site-block .sidebar {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; }
        .blog-wrap .h-site-block .sidebar .widget {
          width: 49%; } }
    @media (max-width: 480px) {
      .blog-wrap .h-site-block .sidebar .widget {
        width: 100%; } }

.blog-wrap .blog-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 20px 30px 0;
  background: #fff; }
  @media (max-width: 960px) {
    .blog-wrap .blog-head {
      flex-direction: column; }
      .blog-wrap .blog-head ul {
        order: 2;
        flex-wrap: wrap; }
      .blog-wrap .blog-head .category-list li {
        width: 50%;
        border-bottom: 1px solid #5f8291; }
      .blog-wrap .blog-head .tags-list li {
        width: 25%;
        justify-content: center;
        padding: 5px 0; }
      .blog-wrap .blog-head .search {
        display: none !important;
        order: 1; }
        .blog-wrap .blog-head .search .search-form {
          width: 100%; }
        .blog-wrap .blog-head .search .search-field {
          width: 92%; } }
  @media (max-width: 764px) {
    .blog-wrap .blog-head {
      margin-right: 0; } }
  .blog-wrap .blog-head ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex; }
  .blog-wrap .blog-head .category-list {
    width: 100%; }
    .blog-wrap .blog-head .category-list li {
      border-right: 1px solid #5f8291; }
      .blog-wrap .blog-head .category-list li a {
        color: #fff;
        display: inline-block;
        padding: 15px 30px;
        opacity: 0.7; }
        .blog-wrap .blog-head .category-list li a:hover, .blog-wrap .blog-head .category-list li a.current {
          color: #fff;
          opacity: 1;
          background: #056; }
  .blog-wrap .blog-head .tags-list {
    padding-left: 15px; }
    .blog-wrap .blog-head .tags-list li {
      display: flex;
      align-items: center; }
      .blog-wrap .blog-head .tags-list li a {
        display: inline-block;
        padding: 8px 15px;
        opacity: 0.7;
        font-size: .9em; }
        .blog-wrap .blog-head .tags-list li a:hover, .blog-wrap .blog-head .tags-list li a.current {
          color: #056;
          opacity: 1; }
        .blog-wrap .blog-head .tags-list li a.tag-251:hover, .blog-wrap .blog-head .tags-list li a.tag-251.current {
          color: #ef4a81; }
        .blog-wrap .blog-head .tags-list li a.tag-252:hover, .blog-wrap .blog-head .tags-list li a.tag-252.current {
          color: #8246af; }
        .blog-wrap .blog-head .tags-list li a.tag-253:hover, .blog-wrap .blog-head .tags-list li a.tag-253.current {
          color: #489fff; }
  .blog-wrap .blog-head .search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 7px 0; }
  .blog-wrap .blog-head .search-form {
    background: transparent; }
    .blog-wrap .blog-head .search-form label {
      background: #056;
      border-radius: 27px;
      padding: 10px 20px; }
      .blog-wrap .blog-head .search-form label input {
        background: none;
        border: none;
        color: #fff; }
    .blog-wrap .blog-head .search-form .search-submit {
      display: none; }

.blog-wrap .widget {
  background: #fff;
  margin-bottom: 15px; }
  .blog-wrap .widget h4 {
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: normal; }
  .blog-wrap .widget p {
    margin: 0;
    margin-bottom: 15px;
    padding: 15px; }
  .blog-wrap .widget img {
    max-width: 100%;
    height: auto; }
  .blog-wrap .widget.widget_media_image img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .blog-wrap .widget.widget_text {
    padding: 20px; }

article.post {
  margin-bottom: 20px;
  padding-right: 20px; }
  article.post .post-inner-wrap {
    height: 100%;
    background: #fff; }
  article.post .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  article.post .post-categories {
    height: 3px;
    overflow: hidden; }
    article.post .post-categories .accent {
      float: left; }
    article.post .post-categories.count-1 .accent {
      width: 100%;
      height: 100%; }
    article.post .post-categories.count-2 .accent {
      width: 50%;
      height: 100%; }
    article.post .post-categories.count-3 .accent {
      width: 33.3%;
      height: 100%; }
    article.post .post-categories .accent-purple {
      background: #8246AF; }
    article.post .post-categories .accent-pink {
      background: #EF4A81; }
    article.post .post-categories .accent-blue {
      background: #489FFF; }
  article.post .post-meta {
    background: #f1f1f1;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 0.8em; }
    article.post .post-meta p {
      margin: 0;
      font-weight: bold; }
  article.post .post-title {
    background: #fff;
    margin: 0;
    padding: 15px;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.6em; }
  article.post .post-content {
    background: #fff;
    padding: 0 30px 30px 30px; }

.single-post article {
  width: 100% !important; }
  .single-post article .post-meta {
    padding: 15px 30px; }
  .single-post article .post-title {
    padding: 30px;
    font-size: 2em; }
  .single-post article .countline-block-content > .h-site-block {
    padding: 10px; }

.countline-events-widget.h-styled-content ul {
  margin: 0;
  padding: 0; }

.countline-events-widget.h-styled-content ul:not(.has-icons) li {
  padding: 15px 30px; }
  .countline-events-widget.h-styled-content ul:not(.has-icons) li:nth-of-type(2n) {
    background: #f1f1f1; }
  .countline-events-widget.h-styled-content ul:not(.has-icons) li:before {
    display: none; }

.countline-events-widget.h-styled-content a.btn {
  margin-top: 10px;
  width: 100%; }

.woocommerce-form-login p:first-of-type {
  line-height: 1.4em; }

.woocommerce-form-login input {
  background: #f5f5f5; }

.tribe-block__tickets__item__attendee__fields__success {
  white-space: pre-line; }

.tribe-block__tickets__registration__checkout {
  text-align: left !important; }
  .tribe-block__tickets__registration__checkout button {
    background: #2DC84D !important;
    border: 1px solid #2DC84D;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    min-width: 160px;
    padding: 12px 30px;
    border-radius: 31px;
    text-align: center; }
    .tribe-block__tickets__registration__checkout button:hover {
      background: #1BAC39 !important;
      border-color: #1BAC39; }

.order-steps {
  display: none; }

@media (min-width: 900px) {
  .order-steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 30px; }
    .order-steps .order-step {
      border-radius: 30px;
      padding: 0 30px;
      display: flex;
      align-items: center;
      position: relative; }
      .order-steps .order-step .number {
        font-size: 64px;
        color: #f1f6f6;
        font-weight: bold;
        border-right: 1px solid #f1f6f6;
        width: 50px;
        text-align: center;
        margin: 0; }
      .order-steps .order-step .description {
        margin-left: 10px;
        opacity: 0.5; }
      .order-steps .order-step .checkmark {
        display: none;
        background: #2DC84D;
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 500em;
        text-align: center;
        font-size: 24px;
        opacity: 0.75;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -25px; }
      .order-steps .order-step.active .number {
        color: #2DC84D; }
      .order-steps .order-step.active .description {
        opacity: 1;
        font-size: 20px; }
      .order-steps .order-step.complete .checkmark {
        display: block; }
    .order-steps .order-arrow {
      font-size: 36px;
      color: #f1f6f6; }
      .order-steps .order-arrow.active {
        color: #2DC84D; } }


/* Kiro start */

/*.table-certificates .download-certificate-link {*/
/*  color: #fff;*/
/*  background-color: #2D889A;*/
/*  border-radius: 25px;*/
/*  padding: 10px 25px;*/
/*  text-decoration: none;*/
/*}*/

/*.table-certificates .download-certificate-link:hover {*/
/*  color: #fff;*/
/*  background-color: #206a79;*/
/*}*/

.table-certificates .download-certificate-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.8;
  transition: 0.3s;
}

.table-certificates .download-certificate-link img {
  max-width: 36px;
}

.table-certificates .download-certificate-link:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .table-certificates .download-certificate-link {
    align-items: initial;
    width: 60px;
    opacity: 1;
  }

  .table-certificates .download-certificate-link img {
    margin-left: 10px;
  }
}

body .woocommerce-MyAccount-content .table-certificates td {
  line-height: 34px;
}



.kr-myaccount-form-wrap,
.kr-checkout-form-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.kr-myaccount-form-wrap #billing_customer_type_field span.woocommerce-input-wrapper {
  background: #ffffff;
}

.kr-myaccount-form-wrap #billing_country_field .select2-selection.select2-selection--single {
  background: #ffffff;
}

.kr-myaccount-form-wrap .field-separation,
.kr-checkout-form-wrap .field-separation {
  color: #023C47;
  font-size: 16px;
  font-weight: 500;
}


.kr-field-clear {
  clear: both;
}

.custom-checkbox-select > label {
  font-weight: 600;
}

.kr-custom-option input {
  margin-right: 8px;
}

.woocommerce-address-fields__field-wrapper #billing_company_field .optional,
.woocommerce-address-fields__field-wrapper #billing_company_code_field .optional {
  display: none !important;
}

body #billing_company_field abbr,
body #billing_company_code_field abbr {
  display: initial !important;
}



/*media*/

@media (max-width: 768px) {
  body .woocommerce-MyAccount-content .table-certificates tr {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 15px;
  }

  body .woocommerce-MyAccount-content .table-certificates td {
    flex: 0 0 100%;
    max-width: 100%;
    border: none !important
  }

  body .woocommerce .table-certificates table.shop_table_responsive tr td:not(body .woocommerce-MyAccount-content .table-certificates td:nth-child(2)),
  .woocommerce-page .table-certificates table.shop_table_responsive tr td:not(body .woocommerce-MyAccount-content .table-certificates td:nth-child(2)) {
    text-align: left !important;
  }

  body .woocommerce-MyAccount-content .table-certificates td::before {
    display: none;
  }

  body .woocommerce-MyAccount-content .table-certificates td:first-child,
  body .woocommerce-MyAccount-content .table-certificates td:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
  }

  body .woocommerce-MyAccount-content .table-certificates td {
    line-height: 24px;
  }

  body .woocommerce-MyAccount-content .table-certificates td.kr-event-name {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .woocommerce .woocommerce-MyAccount-content .table-certificates .account-orders-table tbody tr td,
  .woocommerce .woocommerce-MyAccount-content .table-certificates .order_details tbody tr td {
    padding: 10px 0;
  }

  .woocommerce .woocommerce-MyAccount-content .table-certificates .woocommerce-orders-table {
    padding: 0 20px;
  }

  .woocommerce .table-certificates  table.shop_table_responsive tr:nth-child(2n) td, 
  .woocommerce-page .table-certificates  table.shop_table_responsive tr:nth-child(2n) td {
    background: #ffffff;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
}

/* Registration form hide button. If form exists show in scripts.js */
.event-type-free {
  display: none;
}


/* Form space bug fix */
.gform_legacy_markup_wrapper {
  overflow-x: hidden;
}

body .gform_wrapper .top_label li.gfield.gf_inline {
  margin-bottom: 20px;
}

.kr-user-address-wrap .user-field-50,
.kr-checkout-address-wrap .user-field-50 {
  width: 100%;
}

.kr-user-address-wrap .user-field-33,
.kr-checkout-address-wrap .user-field-33 {
  width: 100%;
  padding-right: 10px !important;
  border: none;
}


@media (min-width: 768px) {
  .kr-user-address-wrap .user-field-50,
  .kr-checkout-address-wrap .user-field-50 {
    width: 49%;
  }

  .kr-user-address-wrap .user-field-33,
  .kr-checkout-address-wrap .user-field-33 {
    width: 33%;
    padding-right: 10px !important;
  }

  .woocommerce-checkout .user-field-33 {
    width: 33%;
    padding-right: 10px !important;
  }
}

.kr-user-address-wrap,
.kr-checkout-address-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kr-checkout-address-wrap {
  margin-bottom: 30px;
}

.kr-checkout-address-wrap #billing_company_field .optional {
  display: none !important;
}

.kr-user-address-wrap p,
.kr-checkout-address-wrap p {
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 768px) {
  .kr-user-address-wrap fieldset,
  .kr-checkout-address-wrap fieldset {
    box-sizing: border-box;
    width: 100% !important;
  }
}

.kr-user-address-wrap fieldset input,
.kr-checkout-address-wrap fieldset input {
  margin-right: 8px;
}



.woocommerce-checkout .user-field-33 {
  width: 33%;
  padding-right: 10px !important;
  border: none;
}

.kr-user-address-wrap .user-field-33 legend,
.kr-checkout-address-wrap .user-field-33 legend {
  line-height: 2;
  font-size: 14px;
  color: #2D889A;
  margin-bottom: 10px;
  font-weight: 600;
}

.woocommerce-checkout .user-field-33 legend {
  line-height: 2;
  font-size: 14px;
  color: #2D889A;
  margin-bottom: 10px;
  font-weight: 600;
}

.kr-user-address-wrap .user-field-33 label,
.kr-checkout-address-wrap .user-field-33 label {
  line-height: 22px !important;
  margin-bottom: 10px;
  font-weight: 400;
}

.woocommerce-checkout user-field-33 label {
  line-height: 22px !important;
  margin-bottom: 10px;
  font-weight: 400;
}

body .field-separation {
  margin-top: 10px !important;
}

body .field-separation label {
  color: #023C47 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

body .field-separation .woocommerce-input-wrapper,
body .field-separation label span.optional {
  display: none !important;
}

.kr-custom-dropdown .kr-custom-option {
  line-height: 22px !important;
  margin-bottom: 10px;
}

.custom-checkbox-select > label {
  margin-bottom: 10px;
}

.order-invoice-td:last-child {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

@media (max-width: 768px) {
  .order-invoice-td:last-child {
    align-items: flex-start;
  }
}

.view-order-green {
  background-color: #2DC84D !important;
}

.view-order-green:hover {
  background-color: #26a841 !important;
}

.view-order-green,
.download-invoice-btn {
  width: 196px;
  text-align: center;
}

/*.order-invoice-td:last-child {*/
/* position: relative;*/
/*}*/

.download-invoice-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .invoice-tooltip {
    white-space: nowrap;
  }
}

.invoice-tooltip {
  max-width: 90vw;
  border: 1px solid #2D889A;
  position: absolute;

  background: #ffffff;
  z-index: 1;
  padding: 5px 10px;
  right: 0;
  top: 40px;
  border-radius: 2px;
  text-align: left;

  display: none;

}

.billing-bottom-block {
  clear: both;
}

.billing-checkbox-f {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  color: #2D889A;
}

.billing-checkbox-f a {
  color: #2D889A;
  font-weight: bold;
}

.billing-checkbox-icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #0075FF;
}

/* You can style the checked state as well */
.billing-checkbox-f input:checked + .billing-checkbox-icon {
  background-color: #00a0d2; /* Checked background color */
  border-color: #00a0d2;
}


.account-interest-container {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.account-interest-item {
  flex: 1; /* Distribute available space equally among columns */
}

@media (max-width: 768px) {
  .account-interest-container {
    flex-direction: column; /* Stack columns vertically */
  }
}

/*body .woocommerce form .form-row label[for="billing_interest_right"] {*/
/*  display: inline;*/
/*  margin-left: 8px;*/
/*}*/


/* Thank you page */

.tnk-content .tnk-list-check {
  list-style: none;
  padding-left: 20px;
}

.tnk-content .tnk-list-check li::before {
  content: '\2713'; /* Unicode code point for checkmark */
  display: inline-block;
  width: 15px; /* Adjust size as needed */
  text-align: center;
  margin-right: 5px; /* Add spacing between icon and text */
}

.tnk-content ul li {
  line-height: 28px;
}

.tnk-content p {
  line-height: 24px;
}

.thk-cta-wrap {
  text-align: center;
  margin-top: 50px;
}

.thk-cta-wrap .thk-cta-link {
  background: #2d889a;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  padding: 8px 60px;
  font-size: 1em;
}

.thk-cta-wrap .thk-cta-link:hover {
  background: #206a79;
}

.thk-bottom-img-wrap {
  margin-top: 100px;
  margin-bottom: 50px;
}


.hide-text-area textarea {
  display: none !important;
}

.kr-checkout-hid .woocommerce-additional-fields {
  display: none;
}

/*.address-field-j {*/
/*  display: none !important;*/
/*}*/

body #billing_address_1_field abbr.required,
body #billing_city_field abbr.required {
  display: inline !important;
}

.kr-account-table-orders .woocommerce-orders-table__header-order-status,
.kr-account-table-orders .woocommerce-orders-table__cell-order-status {
  display: none !important;
}

.kr-account-table-orders thead th {
  width: 25%;
}

.countline-block-pg-intro {
    padding-top: 0;
    padding-bottom: 0;
    background: #056;
}
    .countline-block-pg-intro .event-intro .event-intro__media {
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      left: 0;
      top: 0;
      bottom: 0;
      width: 42%; }
    .countline-block-pg-intro .event-intro .event-intro__content {
      position: relative;
      padding: 56px;
      padding-left: 94px;
      padding-right: 43px;
      padding-bottom: 20px; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__data {
        margin-bottom: 13px;
        color: #A5CED6;
        font-size: 14px; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__org-type {
        text-transform: uppercase; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type {
        position: relative;
        padding-right: 20px;
        margin-bottom: 10px; }
        .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type span {
          display: inline-block;
          text-align: right;
          color: #fff;
          padding: 5px 10px;
          border-radius: 3px;
          margin-bottom: 3px;
          font-size: 0.9em;
          position: relative; }
   .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type span.type-alt-countline-finance {
            background-color: #EF4A81; }
          .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type span.type-alt-countline-law {
            background-color: #8246AF; }
          .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type span.type-alt-countline-management {
            background-color: #489FFF; }
          .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type span:before {
            display: inline-block;
            position: absolute;
            width: 10px;
            height: 10px;
            content: '';
            right: -7px;
            top: 9px;
            border-radius: 100%; }
          .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type span.type-countline-finance:before {
            background-color: #EF4A81; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-countline-law:before {
            background-color: #8246AF; }
          .countline-block-event-intro .event-intro .event-intro__content .event-intro__type span.type-countline-management:before {
            background-color: #489FFF; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__info {
        color: #A5CED6; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__title {
        font-size: 38px;
        font-weight: 500;
        margin-top: 40px;
        margin-bottom: 20px;
        color: #fff; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__author {
        color: #fff;
        font-size: 18px;
        margin-bottom: 35px; }
        .countline-block-pg-intro .event-intro .event-intro__content .event-intro__author a {
          color: #fff; }
          .countline-block-pg-intro .event-intro .event-intro__content .event-intro__author a:hover {
            text-decoration: underline; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .h-btn--primary {
        float: left;
        padding: 16px 38px;
        border-radius: 27px;
        font-size: 14px; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges {
        float: right;
        margin-top: 1px;
        padding-right: 13px; }
        .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li {
          padding-top: 9px;
          padding-bottom: 6px;
          color: #A5CED6;
          font-size: 26px;
          line-height: 36px;
          position: relative;
          text-align: center;
          display: inline-block;
          float: left; }
          .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li:first-child {
            padding-top: 7px;
            padding-bottom: 2px; }
          .countline-block-page-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li:not(:last-child) {
            margin-right: 19px;
            padding-right: 19px; }
            .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges li:not(:last-child):before {
              display: inline-block;
              position: absolute;
              content: '';
              width: 1px;
              right: 0px;
              top: 0px;
              height: 100%;
              border-right: 1px dashed #A5CED6; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .price-duration {
        color: #fff;
        font-size: 16px;
        line-height: 23px;
        text-align: right;
        padding-right: 13px;
        margin-top: -5px; }
  .countline-block-pg-intro .event-intro {
    position: relative;
    padding-left: 42%;
    min-height: 510px; }

@media (max-width: 1024px) {
  .countline-block-pg-intro .event-intro {
    margin-left: -20px;
    margin-right: -20px; }
    .countline-block-pg-intro .event-intro .event-intro__content {
      padding: 30px; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__title {
        font-size: 32px; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type-label {
        float: none;
        display: inline-block;
        margin-right: 12px; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__type {
        float: none;
        display: inline-block; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .h-btn--primary {
        margin-bottom: 25px; }
      .countline-block-pg-intro .event-intro .event-intro__content .event-intro__controls .event-item__badges {
        clear: left; } }

.pg-item-wrap {
  float: left;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 30px; }

.pg-item-wrap:nth-child(5n+1) {
  clear: left; }