/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/* mixins.scss */
/* reset list */
/* all transition */
/* default horisontal list */
/*generic transform*/
/* scale*/
/* translate*/
/* body color */
/*Header*/
/* Navigation */
/* Links */
/*Footer*/
/* predefine width */
/* colors */
/* Base font */
/* heading font */
/* Fonts family Icon font linear */
/* Fonts family Icon font awesome */
/* General line-height */
/* Breakpoints */
/*_typography.scss*/
body {
  color: #2b2b2b;
  font-size: 18px;
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Avenir Black", sans-serif;
  font-weight: 700;
  line-height: normal;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 28px;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 20px;
  line-height: normal;
  font-family: "Avenir Next Condensed", sans-serif;
}

a {
  font-family: "Avenir Next Condensed", sans-serif;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*padding-right: 0.5rem;
  padding-left: 0.5rem;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* min-width:481px; */
@media only screen and (min-width: 481px) {
  .container {
    width: 49rem;
  }
  .col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem; */
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* media 769px */
@media only screen and (min-width: 769px) {
  .col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem; */
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* media 921px */
@media only screen and (min-width: 921px) {
  .col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem;*/
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* media 1114px */
@media only screen and (min-width: 1114px) {
  .col-xlg-offset-0,
.col-xlg-offset-1,
.col-xlg-offset-2,
.col-xlg-offset-3,
.col-xlg-offset-4,
.col-xlg-offset-5,
.col-xlg-offset-6,
.col-xlg-offset-7,
.col-xlg-offset-8,
.col-xlg-offset-9,
.col-xlg-offset-10,
.col-xlg-offset-11,
.col-xlg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*padding-right: 0.5rem;
    padding-left: 0.5rem;*/
  }
  .col-xlg-offset-0 {
    margin-left: 0;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xlg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xlg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xlg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xlg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xlg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/* Common  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* iPhone input and buttons fix */
/*input,
input[type="email"],
input[type="text"],
input[type="button"],
input[type="submit"],
textarea,
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}*/
body {
  overflow-x: hidden;
}

a {
  color: #008BAC;
}
a:hover {
  color: #0E6889;
}

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

.wrapper {
  max-width: 1210px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.wrapper-s {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-title {
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 40px;
}
.main-title span {
  position: relative;
}
.main-title span:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(210, 227, 238, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210, 227, 238, 0)), color-stop(100%, #008BAC));
  background: -webkit-gradient(linear, left top, right top, from(rgba(210, 227, 238, 0)), to(#008BAC));
  background: linear-gradient(to right, rgba(210, 227, 238, 0) 0%, #008BAC 100%);
}
@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }
}

.h3 {
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 40px;
}
.h3 span {
  position: relative;
}
@media (max-width: 768px) {
  .h3 {
    font-size: 30px;
  }
}

/* 404 page */
.error404 .search-results .search-form {
  text-align: center;
  padding-bottom: 100px;
}
.error404 .search-results .search-form input {
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  min-width: 150px;
  border-radius: 6px;
  border: 2px solid #333;
}
.error404 .search-results .search-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  border: 0px;
  cursor: pointer;
}

.search-results-header {
  background-color: #50AEF6;
}

.search-results-title {
  padding-top: 100px;
  padding-bottom: 100px;
}

.search-results-subtitle h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .search-results-subtitle h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .search-results-subtitle h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

/* Search results */
.search-results-block {
  padding-bottom: 80px;
}

article.search-result {
  padding-bottom: 25px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  article.search-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  article.search-result .thumbnails {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  /* overflow: hidden; */
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.admin-bar .header-main {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header-main {
    margin-top: 46px;
  }
}

/* Header */
header {
  /*header-main*/
}
header.header-main {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*has-children*/
}
@media screen and (min-width: 921px) {
  header.header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: rgba(2, 51, 99, 0.2) 0px 8px 24px;
            box-shadow: rgba(2, 51, 99, 0.2) 0px 8px 24px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header.header-main .main-logo {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header.header-main .main-logo img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
header.header-main .wrapper-header {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 1113px) and (min-width: 921px) {
  header.header-main .wrapper-header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
header.header-main .close-hamburger,
header.header-main .main-logo-mobile {
  display: none;
}
header.header-main .header-right-block {
  margin-left: auto;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header.header-main .header-right-block:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(210, 227, 238, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210, 227, 238, 0)), color-stop(100%, #008BAC));
  background: -webkit-gradient(linear, left top, right top, from(rgba(210, 227, 238, 0)), to(#008BAC));
  background: linear-gradient(to right, rgba(210, 227, 238, 0) 0%, #008BAC 100%);
}
header.header-main .mobile-hamburger {
  display: none;
}
header.header-main .mobile-search {
  display: none;
}
header.header-main .menu-item-has-children {
  position: relative;
  padding-right: 0;
}
header.header-main .menu-item-has-children a {
  position: relative;
  padding-right: 25px;
}
header.header-main .menu-item-has-children a:after {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 111;
  cursor: pointer;
  width: 0;
  height: 0;
  content: "";
  border: solid #2b2b2b;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (min-width: 921px) {
  header.header-main .menu-item-has-children:hover.current-menu-parent > a {
    display: block;
    padding-bottom: 6px;
  }
}
header.header-main .menu-item-has-children:hover a:after {
  border-color: #0E6889;
}
header.header-main .menu-item-has-children .sub-menu {
  display: none;
}
header.header-main .menu-item-has-children .sub-menu a:after {
  content: none;
}
@media only screen and (min-width: 921px) {
  header.header-main .menu-item-has-children:hover .sub-menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.header-main .menu-item-has-children .sub-menu {
    position: absolute;
    top: 96%;
    min-width: 185px;
    left: -37px;
    left: 0;
    background-color: #ffffff;
    z-index: 50;
  }
  header.header-main .menu-item-has-children .sub-menu li {
    padding: 20px 10px 0;
  }
  header.header-main .menu-item-has-children .sub-menu li.menu-item-has-children:hover .second-lvl {
    display: block;
  }
}

/* Header - end */
/* Navigation */
nav.header-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.header-navigation ul:not(.sub-menu) {
  height: 100%;
}
nav.header-navigation ul li {
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}
nav.header-navigation ul li.menu-item {
  padding: 10px 15px;
}
nav.header-navigation ul li.menu-item a {
  color: #2b2b2b;
  font-size: 18px;
  font-family: "Avenir Black", sans-serif;
  font-weight: 600;
}
nav.header-navigation ul li.menu-item a:hover {
  color: #0E6889;
}
nav.header-navigation ul li.menu-item.current-menu-item > a {
  color: #0E6889;
}
nav.header-navigation ul li.menu-item.current-menu-item ul li a:after {
  display: none;
}
nav.header-navigation ul li.menu-item.last-item {
  background-color: #008BAC;
  margin-right: 0;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 0;
  margin-left: 20px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 920px) {
  nav.header-navigation ul li.menu-item.last-item {
    background-color: transparent;
    margin-left: 0px;
  }
}
nav.header-navigation ul li.menu-item.last-item > a {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 920px) {
  nav.header-navigation ul li.menu-item.last-item > a {
    color: #008BAC;
  }
}
nav.header-navigation ul li.menu-item.last-item > a:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  content: "";
  width: 40px;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  background-color: #008BAC;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 920px) {
  nav.header-navigation ul li.menu-item.last-item > a:after {
    background-color: transparent;
  }
}
nav.header-navigation ul li.menu-item.last-item:hover {
  background-color: #0E6889;
}
@media (max-width: 920px) {
  nav.header-navigation ul li.menu-item.last-item:hover {
    background-color: transparent;
  }
}
nav.header-navigation ul li.menu-item.last-item:hover a:after {
  background-color: #0E6889;
}
@media (max-width: 920px) {
  nav.header-navigation ul li.menu-item.last-item:hover a:after {
    background-color: transparent;
  }
}

.search-info {
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  position: fixed;
  text-align: center;
  height: 100%;
  -webkit-transition: opacity 0.5s linear, z-index 0.5s step-start;
  transition: opacity 0.5s linear, z-index 0.5s step-start;
  display: block;
  visibility: visible;
  opacity: 0.8;
}
.search-info .search-icon:after {
  content: "";
  cursor: pointer;
  /*background: url(../images/svg/loupe.svg) no-repeat;*/
  background-size: cover;
  width: 33px;
  height: 33px;
  display: block;
}
.search-info .lnr-magnifier:before {
  font-size: 28px;
  color: #f4cdd4;
}
.search-info.hidden {
  opacity: 0;
  z-index: -5;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  position: relative;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.search-info .search-form {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-info .search-form input {
  z-index: 7;
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  min-width: 300px;
  border-radius: 50px;
  border: 2px solid #000000;
}
.search-info .search-form button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  background: transparent;
  border: 0px;
  cursor: pointer;
}
.search-info .search-form button span.icon {
  font-size: 35px;
  padding-left: 10px;
  top: 5px;
  position: relative;
}
.search-info .close {
  top: 60px;
  cursor: pointer;
  position: absolute;
  right: 27px;
  max-width: 40px;
  padding-right: 15px;
}

/* MODAL */
/******* side nav - end *******/
/* Mobile search - end */
.nav-links {
  text-align: left;
}
.nav-links .page-numbers {
  display: inline-block;
  padding: 0px 12px;
  text-decoration: none;
  color: #2b2b2b;
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
  line-height: 0.7;
}
.nav-links .page-numbers:first-child {
  border-left: 0px;
}
.nav-links .page-numbers.current {
  font-family: "Avenir Black", sans-serif;
  font-weight: 700;
}

/* Footer */
#footer {
  padding-top: 20px;
  font-family: "Avenir Black", "sans-serif";
  background-color: #008BAC;
  position: relative;
}
@media screen and (min-width: 769px) {
  #footer:after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: -90px;
    bottom: 0;
    content: "";
    width: 152px;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (max-width: 1430px) {
  #footer .footer-wrapper {
    margin-left: 0;
    padding-left: 125px;
  }
}
@media screen and (min-width: 921px) {
  #footer {
    padding-top: 100px;
  }
}
#footer .footer-row {
  margin: 0 -15px;
}
@media screen and (min-width: 769px) {
  #footer .footer-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .menu-item-has-children .sub-menu {
  display: none;
}
#footer p,
#footer a {
  color: #fff;
}
#footer p {
  margin-bottom: 5px;
}
#footer aside.widget {
  padding: 0 15px;
}
@media screen and (min-width: 921px) {
  #footer aside.widget {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 920px) {
  #footer aside.widget {
    padding-top: 30px;
  }
  #footer aside.widget.quick-links-container {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #footer aside.widget {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
#footer aside.widget .about-container .wp-block-column {
  justify-items: flex-end;
}
@media (max-width: 768px) {
  #footer aside.widget .about-container .wp-block-column {
    justify-items: flex-start;
  }
}
@media (max-width: 768px) {
  #footer aside.widget .about-container {
    text-align: left;
  }
}
#footer aside.widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}
#footer aside.widget .widget-title:after {
  background-color: transparent;
}
#footer aside.widget .bozica_phone {
  padding-left: 30px;
  position: relative;
}
#footer aside.widget .bozica_phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/phone.png") no-repeat;
  background-size: cover;
}
#footer aside.widget .bozica_email {
  padding-left: 30px;
  position: relative;
}
#footer aside.widget .bozica_email:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/email.png") no-repeat;
  background-size: cover;
}
#footer aside.widget .bozica_address {
  padding-left: 30px;
  position: relative;
}
#footer aside.widget .bozica_address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/location.png") no-repeat;
  background-size: cover;
}
#footer aside.widget .bozica_clock {
  padding-left: 25px;
  position: relative;
}
#footer aside.widget .bozica_clock:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  width: 20px;
  height: 20px;
  background: url("../images/clock.png") no-repeat;
  background-size: cover;
}
#footer aside.widget .footer-widget-right {
  max-width: 150px;
}
#footer aside.widget li {
  padding-bottom: 10px;
}
#footer aside.widget li a {
  position: relative;
  padding-left: 17px;
}
#footer aside.widget li a:after {
  position: absolute;
  top: 7px;
  left: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  content: "";
  border: solid #bcbbbb;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
#footer aside.widget li:hover a {
  color: #0E6889;
}
#footer aside.widget li:hover a:after {
  border-color: #0E6889;
}
#footer aside.widget .menu-footer-social-container {
  margin-top: 10px;
}
#footer aside.widget .menu-footer-social-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  #footer aside.widget .menu-footer-social-container .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer aside.widget .menu-footer-social-container .menu .menu-item {
  margin-right: 4px;
}
#footer aside.widget .menu-footer-social-container .menu .menu-item a {
  position: relative;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer aside.widget .menu-footer-social-container .menu .menu-item a span {
  display: none;
}
#footer aside.widget .menu-footer-social-container .menu .menu-item a:after {
  content: none;
}
#footer aside.widget .menu-footer-social-container .menu .menu-item a:before {
  display: block;
  width: 20px;
  height: 20px;
  background-size: cover;
  content: "";
}
#footer aside.widget .menu-footer-social-container .menu .facebook a:before {
  background-image: url("../images/svg/facebook-2.svg");
}
#footer aside.widget .menu-footer-social-container .menu .twitter a:before {
  background-image: url("../images/svg/twitter.svg");
}
#footer aside.widget .menu-footer-social-container .menu .linkedin a:before {
  background-image: url("../images/svg/linkedin.svg");
}
#footer aside.widget .menu-footer-social-container .menu .instagram a:before {
  background-image: url("../images/svg/instagram-2.svg");
}
#footer aside.widget .menu-footer-social-container .menu .pinterest a:before {
  background-image: url("../images/svg/pinterest.svg");
}
#footer .copyright-container {
  border-top: solid 1px rgba(255, 255, 255, 0.3803921569);
  text-align: center;
  padding: 15px 0 11px;
  font-size: 13px;
  margin-top: 40px;
}
#footer .main-title span:after {
  bottom: -5px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

/* Footer - end */
/* Helpers - start */
.parent-center {
  position: relative;
}

.center-both {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.center-vertical {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.center-horizontal {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* Helpers - end */
.wp-block-image img {
  width: 100%;
}

#sb_instagram .sbi_follow_btn a {
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

#bozicaScrollButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #008BAC;
  color: white;
  cursor: pointer;
  background-image: url("../images/svg/arrow-right_white.svg");
  text-indent: -9999999px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: center;
  background-position: center;
  background-size: 14px;
  width: 48px;
  border-radius: 50%;
  height: 48px;
  padding: 10px;
  -webkit-box-shadow: rgba(2, 51, 99, 0.2) 0px 1px 20px;
          box-shadow: rgba(2, 51, 99, 0.2) 0px 1px 20px;
}

.contact-wrapper-gap {
  gap: 50px;
  padding-bottom: 100px;
}

.our-values .wp-block-columns .wrapper {
  padding: 0;
}

@-webkit-keyframes slideUpTitle {
  0% {
    bottom: -30px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideInTitle {
  0% {
    top: -30px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes buttonAngleChange {
  0% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  100% {
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
  }
}
.widget-title {
  color: #000000;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.widget-title:after {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0E6889;
}

.blog-image-container img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.side-block {
  width: 100%;
  padding: 20px 10%;
  border: 1px solid #eeeff5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 6px 4px 0 #dcdcdc;
          box-shadow: 0 6px 4px 0 #dcdcdc;
}
.side-block a {
  font-size: 15px;
  color: #0E6889;
  text-transform: capitalize;
}
.side-block a:hover {
  color: #999999;
}

.post-title a {
  color: #000000;
  margin-bottom: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
}
.post-title a:hover {
  color: #0E6889;
}

.entry-meta {
  font-size: 0.8em;
}
.entry-meta span {
  padding-right: 15px;
  padding-left: 20px;
  position: relative;
  color: #282828;
}
.entry-meta span:before {
  left: 0;
  bottom: 3px;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-size: cover;
}
.entry-meta span.date-meta {
  color: #0E6889;
}
.entry-meta span.date-meta:before {
  background-image: url("../images/svg/calendar.svg");
}
.entry-meta span.author-meta:before {
  background-image: url("../images/svg/user-icon.svg");
}
.entry-meta span.category a {
  color: #282828;
}
.entry-meta span.category:before {
  bottom: 4px;
  width: 13px;
  height: 11px;
  background-image: url("../images/svg/list.svg");
}

.blog .posts-container {
  padding-bottom: 90px;
}
@media screen and (min-width: 769px) {
  .blog .posts-container {
    padding-right: 20px;
  }
}
.blog .posts-container .post-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 40px;
}
.blog .posts-container .post-container .post-title {
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .blog .posts-container .post-container .image-container {
    padding-right: 2%;
  }
}
.blog .posts-container .post-container .read-more {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #0E6889;
  margin-bottom: -1px;
  padding: 10px 0;
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #0E6889;
}
.blog .blog-inner {
  margin-top: 30px;
}

.single-post .single-post-wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .single-post .single-post-wrapper {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 769px) {
  .single-post .single-post-container {
    padding-right: 20px;
  }
}
.single-post .single-post-container .post p {
  line-height: 1.7em;
}
.single-post .single-post-container .post .entry-meta {
  padding-bottom: 15px;
}
.single-post .post-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-post .div_middle {
  width: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .single-post .div_middle {
    display: none;
  }
}
.single-post .navigation {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
.single-post .next-post-container {
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .single-post .next-post-container {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .single-post .next-post-container,
.single-post .previous-post-container {
    background: rgba(0, 0, 0, 0.03);
    padding: 15px;
  }
}
.single-post .next-post-container .previous-post-content,
.single-post .previous-post-container .previous-post-content {
  padding-left: 15px;
}
.single-post .next-post-container .next-post-content,
.single-post .previous-post-container .next-post-content {
  padding-right: 15px;
  text-align: end;
}
.single-post .next-post-container .prev-post-thumb,
.single-post .next-post-container .next-post-thumb,
.single-post .previous-post-container .prev-post-thumb,
.single-post .previous-post-container .next-post-thumb {
  max-width: 90px;
}
.single-post .next-post-container span,
.single-post .previous-post-container span {
  display: block;
}
.single-post .next-post-container span a,
.single-post .previous-post-container span a {
  font-size: 0.8em;
  color: #000000;
}
.single-post .next-post-container span.nav-link a,
.single-post .previous-post-container span.nav-link a {
  font-family: "Avenir Black", sans-serif;
  font-weight: 700;
}
.single-post .next-post-container span.nav-title a,
.single-post .previous-post-container span.nav-title a {
  font-size: 1.1em;
  font-family: "Avenir Black", sans-serif;
  font-weight: 700;
  color: #0E6889;
}
.single-post .next-post-container span .nav-category a,
.single-post .previous-post-container span .nav-category a {
  opacity: 0.6;
}

.single-content {
  margin-bottom: 50px;
}

.comments-container {
  max-width: 750px;
}
.comments-container .comments-title {
  margin-bottom: 30px;
}
.comments-container .commentlist {
  list-style: none;
  counter-reset: counter;
}
.comments-container .commentlist li {
  counter-increment: counter;
  position: relative;
}
.comments-container .commentlist li:before {
  content: counter(counter) ". ";
  position: absolute;
  top: 30px;
}
.comments-container .commentlist li .gravatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comments-container .commentlist .comment_wrap {
  padding-left: 25px;
  padding-right: 25px;
}
.comments-container .commentlist .comment {
  background: rgba(0, 0, 0, 0.03);
  padding: 10px;
  margin-bottom: 10px;
}
.comments-container .commentlist .comment.depth-2 {
  background: #ffffff;
  margin-bottom: 10px;
  margin-top: 10px;
}
.comments-container cite {
  margin-bottom: 15px;
  display: block;
}
.comments-container .review input {
  margin-right: 10px;
}
.comments-container .review .public {
  padding-right: 10px;
}
.comments-container .logged_out {
  margin-bottom: 15px;
}
.comments-container .comments-title {
  margin-top: 15px;
  margin-bottom: 10px;
}
.comments-container .comment-edit-link {
  margin-bottom: 10px;
  display: block;
  color: #2b2b2b;
}
.comments-container .comment-reply-link {
  color: #0E6889;
}
.comments-container .comment_meta {
  margin-top: 10px;
}
.comments-container .comment_author a {
  color: #0E6889;
}
.comments-container .gravatar img {
  margin-right: 10px;
}

input[type=email],
input[type=text],
input[type=tel],
textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 0;
}
input[type=email]:focus-visible,
input[type=text]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Edge */
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
}
input[type=email]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
}
input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
}
input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
}
input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
}
input[type=email]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
}
input[type=email]::placeholder,
input[type=text]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  font-family: "Avenir Next Condensed", sans-serif;
  font-weight: 400;
}

input[type=submit] {
  border-radius: 0;
  padding: 10px 35px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  background: #0E6889;
  color: #fff;
  margin-top: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=submit]:hover {
  opacity: 0.7;
}

/* Blocks Padding Class */
.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.padding-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.padding-extra-small {
  padding: 50px 0;
}

.padding-top-extra-small {
  padding-top: 30px;
}

.padding-bottom-extra-small {
  padding-bottom: 30px;
}

.padding-top {
  padding-top: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-top {
    padding-top: 200px;
  }
}

.padding-top-small {
  padding-top: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-top-small {
    padding-top: 100px;
  }
}

.padding-bottom {
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-bottom {
    padding-bottom: 200px;
  }
}

.padding-bottom-small {
  padding-bottom: 50px;
}
@media only screen and (min-width: 921px) {
  .padding-bottom-small {
    padding-bottom: 100px;
  }
}

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

/* Wrappers  */
.wrapper-fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.link-btn {
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 0px;
  font-family: "Avenir Black", sans-serif;
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Accordion Block */
.tb_accordion summary {
  padding: 15px 0 15px 0px;
  font-size: 26px;
  font-weight: 500;
  position: relative;
}
.tb_accordion summary::marker {
  color: #008BAC;
}
.tb_accordion [open] summary:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(210, 227, 238, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(210, 227, 238, 0)), color-stop(100%, #008BAC));
  background: -webkit-gradient(linear, left top, right top, from(rgba(210, 227, 238, 0)), to(#008BAC));
  background: linear-gradient(to right, rgba(210, 227, 238, 0) 0%, #008BAC 100%);
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tb_accordion p {
  padding: 15px 0 0;
}

/* Media Text Block */
.tb_media_text {
  margin: 50px auto;
}
.tb_media_text .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
@media (max-width: 600px) {
  .tb_media_text .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-left: 0;
  }
}
.tb_media_text .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 600px) {
  .tb_media_text .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}
.tb_media_text .wp-block-media-text__content .wrapper {
  padding: 0;
}

@media (max-width: 600px) {
  .about-team .wp-block-media-text__media {
    margin-bottom: 30px;
  }
}
/* media 768px */
@media only screen and (max-width: 920px) {
  header .search-box, header .search-info {
    display: none;
  }
  header .mobile-search {
    display: block;
  }
  header .lnr {
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 40px;
  }
  header nav.header-navigation {
    padding-top: 10px;
  }
  header nav.header-navigation li {
    text-align: left;
    padding: 10px 6px;
  }
  .mobMenu-open header.header-main .header-menu {
    display: block;
  }
  .mobMenu-open header.header-main:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    -webkit-animation: fadeIn 50ms linear;
    animation: fadeIn 50ms linear;
  }
  header.header-main .mobile-hamburger {
    display: block;
  }
  header.header-main .main-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.header-main .main-logo-link {
    display: block;
    line-height: 0;
  }
  header.header-main.sticky .lnr {
    padding-right: 20px;
    position: absolute;
    right: 0;
  }
  header.header-main.sticky .main-logo {
    display: block;
    line-height: 0;
  }
  header.header-main.sticky .main-logo img {
    position: unset;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-top: 0;
  }
  header.header-main .header-right-block {
    padding-top: 60px;
    z-index: 11;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  header.header-main .header-right-block.open {
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    display: block;
    visibility: visible;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding: 90px 40px 40px;
    overflow: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.header-main .header-right-block.open li {
    padding-left: 0;
    max-width: unset;
    display: block;
  }
  header.header-main .header-right-block.open li a {
    font-size: 25px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children a {
    padding-bottom: 0;
    position: relative;
    padding-right: 40px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children a:after {
    border-width: 0 2px 2px 0;
    top: 10px;
    padding: 4px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children .sub-menu a {
    font-size: 18px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children.open .sub-menu {
    display: block;
    padding-left: 20px;
    padding-top: 8px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children.open .sub-menu.second-lvl {
    display: none;
  }
  header.header-main .header-right-block.open li.menu-item-has-children.open .sub-menu a:before {
    content: none;
  }
  header.header-main .header-right-block.open .close-hamburger {
    display: inline;
    z-index: 13;
    cursor: pointer;
  }
  .mobMenu-open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
}
/* Portrait Mob view overwrite */
@media only screen and (max-width: 480px) {
  header.header-main .main-logo .logo {
    max-width: 200px;
  }
  header.header-main .header-right-block.open li a {
    font-size: 22px;
  }
  header.header-main .header-right-block.open li.menu-item-has-children a:before {
    top: 1px;
  }
}
/* Admin view mobile menu fix */
.admin-bar header.header-main.fixed-header:not(.sticky),
.admin-bar .close-hamburger {
  top: 54px;
}
@media screen and (max-width: 782px) {
  .admin-bar header.header-main.fixed-header:not(.sticky),
.admin-bar .close-hamburger {
    top: 70px;
  }
}