@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,700&subset=latin-ext");
@font-face {
  font-family: National;
  font-weight: 300;
  src: url("../../fonts/typography/National-Light.otf") format("opentype"); }
@font-face {
  font-family: National;
  font-weight: 400;
  src: url("../../fonts/typography/National-Regular.otf") format("opentype");
  @font-face;
  font-family: National;
  font-weight: 700;
  src: url("../../fonts/typography/National-Semibold.otf") format("opentype"); }
.bg-primary-1 {
  background: #4D6CA2; }

.bg-primary-2 {
  background: #0090C2; }

.bg-primary-3 {
  background: #00B3C5; }

.bg-primary-4 {
  background: #00D2AE; }

.bg-primary-5 {
  background: #92EA8A; }

.bg-primary-6 {
  background: #F9F871; }

.bg-primary-gradient-1 {
  background: #4D6CA2; }

.bg-primary-gradient-2 {
  background: #656CA8; }

.bg-primary-gradient-3 {
  background: #7E6AAB; }

.bg-primary-gradient-5 {
  background: #9667AA; }

.bg-primary-gradient-5 {
  background: #AE64A4; }

.bg-gradient-pallete-1 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #0090C2);
  background: linear-gradient(to right, #4D6CA2, #0090C2); }

.bg-gradient-pallete-2 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #00B3C5);
  background: linear-gradient(to right, #4D6CA2, #00B3C5); }

.bg-gradient-pallete-3 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #00D2AE);
  background: linear-gradient(to right, #4D6CA2, #00D2AE); }

.bg-gradient-pallete-4 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #92EA8A);
  background: linear-gradient(to right, #4D6CA2, #92EA8A); }

.bg-gradient-pallete-5 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #F9F871);
  background: linear-gradient(to right, #4D6CA2, #F9F871); }

.bg-black {
  background: #000000; }

.bg-black-light {
  background: #232323; }

.bg-grey {
  background: #666666; }

.bg-grey-light {
  background: #c1c1c1; }

.bg-grey-light-extra {
  background: #f7f7f7; }

.bg-white {
  background: #ffffff; }

.text-primary-1 p {
  color: #4D6CA2; }

.text-primary-2 p {
  color: #0090C2; }

.text-primary-3 p {
  color: #00B3C5; }

.text-primary-4 p {
  color: #00D2AE; }

.text-primary-5 p {
  color: #92EA8A; }

.text-primary-6 p {
  color: #F9F871; }

.text-primary-gradient-1 p {
  color: #4D6CA2; }

.text-primary-gradient-2 p {
  color: #656CA8; }

.text-primary-gradient-3 p {
  color: #7E6AAB; }

.text-primary-gradient-4 p {
  color: #9667AA; }

.text-primary-gradient-5 p {
  color: #AE64A4; }

.text-black p {
  color: #000000; }

.text-black-light p {
  color: #232323; }

.text-grey p {
  color: #666666; }

.text-grey-light p {
  color: #c1c1c1; }

.text-grey-light-extra p {
  color: #f7f7f7; }

.text-white p {
  color: #ffffff; }

.alt-font {
  font-family: "EB Garamond", serif;
  font-weight: 500; }

.hr-gradient-pallete-1 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #0090C2);
  background: linear-gradient(to right, #4D6CA2, #0090C2);
  height: 3px; }

.hr-gradient-pallete-2 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #00B3C5);
  background: linear-gradient(to right, #4D6CA2, #00B3C5);
  height: 3px; }

.hr-gradient-pallete-3 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #00D2AE);
  background: linear-gradient(to right, #4D6CA2, #00D2AE);
  height: 3px; }

.hr-gradient-pallete-4 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #92EA8A);
  background: linear-gradient(to right, #4D6CA2, #92EA8A);
  height: 3px; }

.hr-gradient-pallete-5 {
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #F9F871);
  background: linear-gradient(to right, #4D6CA2, #F9F871);
  height: 3px; }

.diver {
  position: absolute;
  margin: -150px -50px 0px 0px;
  right: 0;
  z-index: 9999; }
  .diver img {
    max-width: 50%; }
  @media screen and (max-width: 991px) {
    .diver {
      display: none; } }

ul, ol, dl {
  list-style-position: outside;
  margin-bottom: 20px;
  padding: 0 0;
  color: #232323; }

.minh10 {
  min-height: 10px; }

.minh20 {
  min-height: 20px; }

.minh30 {
  min-height: 30px; }

.minh40 {
  min-height: 40px; }

.minh50 {
  min-height: 50px; }

.minh60 {
  min-height: 60px; }

.minh70 {
  min-height: 70px; }

.minh80 {
  min-height: 80px; }

.minh90 {
  min-height: 90px; }

.minh100 {
  min-height: 100px; }

.minw10 {
  min-width: 10px; }

.minw20 {
  min-width: 20px; }

.minw30 {
  min-width: 30px; }

.minw40 {
  min-width: 40px; }

.minw50 {
  min-width: 50px; }

.minw60 {
  min-width: 60px; }

.minw70 {
  min-width: 70px; }

.minw80 {
  min-width: 80px; }

.minw90 {
  min-width: 90px; }

.minw100 {
  min-width: 100px; }

.minw110 {
  min-width: 110px; }

.minw120 {
  min-width: 120px; }

.minw130 {
  min-width: 130px; }

.minw140 {
  min-width: 140px; }

.minw150 {
  min-width: 150px; }

.height-60px {
  height: 60px; }

.height-65px {
  height: 65px; }

.height-70px {
  height: 70px; }

.height-75px {
  height: 75px; }

.height-150px {
  height: 150px; }

.height-160px {
  height: 160px; }

.height-170px {
  height: 170px; }

.text-extra-small {
  font-size: 14px; }

.text-small {
  font-size: 16px; }

.text-medium {
  font-size: 18px; }

.text-large {
  font-size: 20px; }

.text-large {
  font-size: 22px; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

a {
  color: #000000; }
  a:hover, a:active, a:focus {
    color: black;
    text-decoration: none;
    outline: none; }

body {
  font-family: "National", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "National", sans-serif;
  font-weight: 700;
  color: #232323; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400; }

h1 {
  font-size: 36px;
  line-height: 50px; }

h2 {
  font-size: 28px;
  line-height: 46px; }

h3 {
  font-size: 22px;
  line-height: 32px; }

h4 {
  font-size: 20px;
  line-height: 28px; }

h5 {
  font-size: 16px;
  line-height: 22px; }

h6 {
  font-size: 14px;
  line-height: 20px; }

p {
  font-size: 18px;
  line-height: 28px;
  color: #232323; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 26px; } }

body::-webkit-scrollbar {
  width: 0.6em; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #4D6CA2;
  outline: 1px solid #4D6CA2; }

.btn {
  border: 1px solid transparent;
  font-family: "National", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0; }
  .btn.btn-small {
    font-size: 16px;
    line-height: 12px;
    padding: 10px 20px; }
  .btn.btn-medium {
    font-size: 18px;
    line-height: 14px;
    padding: 15px 25px; }
  .btn.btn-large {
    font-size: 20px;
    line-height: 16px;
    padding: 20px 35px; }
  .btn.btn-extra-large {
    font-size: 22px;
    line-height: 18px;
    padding: 20px 50px; }

.btn-block {
  width: 100%; }

.btn-primary-1 {
  color: #ffffff;
  background-color: #4D6CA2;
  border-color: #4D6CA2; }
  .btn-primary-1:hover, .btn-primary-1:active, .btn-primary-1:focus, .btn-primary-1:focus:active {
    color: #ffffff;
    background-color: #5978b0;
    border-color: #5978b0; }

.btn-primary-2 {
  color: #ffffff;
  background-color: #0090C2;
  border-color: #0090C2; }
  .btn-primary-2:hover, .btn-primary-2:active, .btn-primary-2:focus, .btn-primary-2:focus:active {
    color: #ffffff;
    background-color: #00a3dc;
    border-color: #00a3dc; }

.btn-primary-3 {
  color: #ffffff;
  background-color: #00B3C5;
  border-color: #00B3C5; }
  .btn-primary-3:hover, .btn-primary-3:active, .btn-primary-3:focus, .btn-primary-3:focus:active {
    color: #ffffff;
    background-color: #00cadf;
    border-color: #00cadf; }

.btn-primary-4 {
  color: #ffffff;
  background-color: #00D2AE;
  border-color: #00D2AE; }
  .btn-primary-4:hover, .btn-primary-4:active, .btn-primary-4:focus, .btn-primary-4:focus:active {
    color: #ffffff;
    background-color: #00ecc3;
    border-color: #00ecc3; }

.btn-primary-5 {
  color: #ffffff;
  background-color: #92EA8A;
  border-color: #92EA8A; }
  .btn-primary-5:hover, .btn-primary-5:active, .btn-primary-5:focus, .btn-primary-5:focus:active {
    color: #ffffff;
    background-color: #a6eea0;
    border-color: #a6eea0; }

.btn-primary-6 {
  color: #ffffff;
  background-color: #F9F871;
  border-color: #F9F871; }
  .btn-primary-6:hover, .btn-primary-6:active, .btn-primary-6:focus, .btn-primary-6:focus:active {
    color: #ffffff;
    background-color: #faf989;
    border-color: #faf989; }

.btn-primary-gradient-1 {
  color: #ffffff;
  background-color: #4D6CA2;
  border-color: #4D6CA2; }
  .btn-primary-gradient-1:hover, .btn-primary-gradient-1:active, .btn-primary-gradient-1:focus, .btn-primary-gradient-1:focus:active {
    color: #ffffff;
    background-color: #5978b0;
    border-color: #5978b0; }

.btn-primary-gradient-2 {
  color: #ffffff;
  background-color: #656CA8;
  border-color: #656CA8; }
  .btn-primary-gradient-2:hover, .btn-primary-gradient-2:active, .btn-primary-gradient-2:focus, .btn-primary-gradient-2:focus:active {
    color: #ffffff;
    background-color: #757cb1;
    border-color: #757cb1; }

.btn-primary-gradient-3 {
  color: #ffffff;
  background-color: #7E6AAB;
  border-color: #7E6AAB; }
  .btn-primary-gradient-3:hover, .btn-primary-gradient-3:active, .btn-primary-gradient-3:focus, .btn-primary-gradient-3:focus:active {
    color: #ffffff;
    background-color: #8c7ab4;
    border-color: #8c7ab4; }

.btn-primary-gradient-4 {
  color: #ffffff;
  background-color: #9667AA;
  border-color: #9667AA; }
  .btn-primary-gradient-4:hover, .btn-primary-gradient-4:active, .btn-primary-gradient-4:focus, .btn-primary-gradient-4:focus:active {
    color: #ffffff;
    background-color: #a177b3;
    border-color: #a177b3; }

.btn-primary-gradient-5 {
  color: #ffffff;
  background-color: #AE64A4;
  border-color: #AE64A4; }
  .btn-primary-gradient-5:hover, .btn-primary-gradient-5:active, .btn-primary-gradient-5:focus, .btn-primary-gradient-5:focus:active {
    color: #ffffff;
    background-color: #b775ae;
    border-color: #b775ae; }

.btn-black {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover, .btn-black:active, .btn-black:focus, .btn-black:focus:active {
    color: #ffffff;
    background-color: #0d0d0d;
    border-color: #0d0d0d; }

.btn-black-light {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323; }
  .btn-black-light:hover, .btn-black-light:active, .btn-black-light:focus, .btn-black-light:focus:active {
    color: #ffffff;
    background-color: #303030;
    border-color: #303030; }

.btn-grey {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666; }
  .btn-grey:hover, .btn-grey:active, .btn-grey:focus, .btn-grey:focus:active {
    color: #ffffff;
    background-color: #595959;
    border-color: #595959; }

.btn-grey-light {
  color: #000000;
  background-color: #c1c1c1;
  border-color: #c1c1c1; }
  .btn-grey-light:hover, .btn-grey-light:active, .btn-grey-light:focus, .btn-grey-light:focus:active {
    color: #000000;
    background-color: #b4b4b4;
    border-color: #b4b4b4; }

.btn-grey-light-extra {
  color: #000000;
  background-color: #f7f7f7;
  border-color: #f7f7f7; }
  .btn-grey-light-extra:hover, .btn-grey-light-extra:active, .btn-grey-light-extra:focus, .btn-grey-light-extra:focus:active {
    color: #000000;
    background-color: #eaeaea;
    border-color: #eaeaea; }

.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white:focus:active {
    color: #000000 !important;
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important; }

input:focus, textarea:focus {
  border-color: #0090C2; }

.cookie-policy {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  line-height: 20px;
  color: #444;
  text-shadow: none;
  -webkit-transition: all 0.16s ease-in-out 0s;
  -moz-transition: all 0.16s ease-in-out 0s;
  -o-transition: all 0.16s ease-in-out 0s;
  -ms-transition: all 0.16s ease-in-out 0s;
  transition: all 0.16s ease-in-out 0s; }

.cookie-policy-wrapper {
  position: relative;
  float: right;
  background: #fff;
  color: #444;
  max-width: 500px;
  margin: 0 10px 10px;
  padding: 15px 20px 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-top: 13px solid #444; }

.cookie-text {
  width: 90%;
  font-size: 16px;
  line-height: 28px;
  border-right: 1px solid #ccc;
  padding-right: 8px; }

.cookie-text a {
  color: #1EA5CB; }

.cookie-button {
  border-color: transparent;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 46px;
  font-weight: 100;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.cookie-button .line {
  width: 30px;
  height: 1px;
  background: #444;
  display: block;
  position: absolute;
  top: 15px; }

.cookie-button .line1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cookie-button .line2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.cookie-button:hover {
  color: #fff;
  text-decoration: none;
  border: none;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.cookie-button:active {
  margin-top: 1px; }

.cookie-default {
  border-color: #000000; }

.cookie-default .line {
  background: #000000; }

.cookie-default .cookie-text a {
  color: #000000; }

@media (max-width: 767px) {
  .cookie-policy {
    width: 100%; }

  .cookie-policy-wrapper {
    width: 100%;
    max-width: none;
    margin: 0; }

  .cookie-text {
    width: 93%; } }
@media (max-width: 479px) {
  .cookie-text {
    width: 90%; }

  .cookie-button {
    right: 4%; } }
.pagination ul.pagination {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  border-left: 0;
  border-right: 0;
  font-family: "National", sans-serif; }

.pagination > li > a,
.pagination > li > span {
  background-color: #f7f7f7;
  color: #0090C2;
  border-color: transparent;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  border-right: 0; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: 0;
  border-right: 0; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #0090C2;
  color: #ffffff;
  border-color: transparent;
  border-left: 0;
  border-right: 0; }

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #0090C2;
  color: #ffffff;
  border-color: transparent;
  border-left: 0;
  border-right: 0; }

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #00a3dc !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-left: 0;
  border-right: 0;
  cursor: default; }

.pagination > li > a,
.pagination > li > span {
  margin-left: 0; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }
  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px; }
  .timeline > li {
    margin-bottom: 30px;
    position: relative;
    width: 50%;
    float: left;
    clear: left; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li:before {
      content: " ";
      display: table; }
    .timeline > li:after {
      content: " ";
      display: table;
      clear: both; }
    .timeline > li .timeline-panel {
      width: 95%;
      float: left;
      position: relative; }
      .timeline > li .timeline-panel:before {
        position: absolute;
        top: 26px;
        right: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-left: 15px solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " "; }
        @media (max-width: 1199px) {
          .timeline > li .timeline-panel:before {
            position: absolute;
            top: 30px;
            right: -10px;
            display: inline-block;
            border-top: 10px solid transparent;
            border-left: 10px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 10px solid transparent;
            content: " "; } }
        @media (max-width: 991px) {
          .timeline > li .timeline-panel:before {
            position: absolute;
            top: 36px;
            right: -5px;
            display: inline-block;
            border-top: 5px solid transparent;
            border-left: 5px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 5px solid transparent;
            content: " "; } }
        @media (max-width: 767px) {
          .timeline > li .timeline-panel:before {
            display: none; } }
      .timeline > li .timeline-panel:after {
        position: absolute;
        top: 27px;
        right: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-left: 14px solid #fff;
        border-right: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " "; }
        @media (max-width: 1199px) {
          .timeline > li .timeline-panel:after {
            position: absolute;
            top: 31px;
            right: -9px;
            display: inline-block;
            border-top: 9px solid transparent;
            border-left: 9px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 9px solid transparent;
            content: " "; } }
        @media (max-width: 991px) {
          .timeline > li .timeline-panel:after {
            position: absolute;
            top: 37px;
            right: -4px;
            display: inline-block;
            border-top: 4px solid transparent;
            border-left: 4px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 4px solid transparent;
            content: " "; } }
        @media (max-width: 767px) {
          .timeline > li .timeline-panel:after {
            display: none; } }
      .timeline > li .timeline-panel .timeline-badge {
        color: #fff;
        width: 24px;
        height: 24px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 16px;
        right: -12px;
        z-index: 100; }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right; }
      @media (max-width: 767px) {
        .timeline > li.timeline-inverted > .timeline-panel {
          float: left; } }
      .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto; }
        @media (max-width: 1199px) {
          .timeline > li.timeline-inverted > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 10px;
            left: -10px;
            right: auto; } }
        @media (max-width: 991px) {
          .timeline > li.timeline-inverted > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 5px;
            left: -5px;
            right: auto; } }
        @media (max-width: 767px) {
          .timeline > li.timeline-inverted > .timeline-panel:before {
            display: none; } }
      .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto; }
        @media (max-width: 1199px) {
          .timeline > li.timeline-inverted > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 10px;
            left: -9px;
            right: auto; } }
        @media (max-width: 991px) {
          .timeline > li.timeline-inverted > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 5px;
            left: -4px;
            right: auto; } }
        @media (max-width: 767px) {
          .timeline > li.timeline-inverted > .timeline-panel:after {
            display: none; } }

.timeline-badge.left {
  position: absolute;
  right: -8px;
  top: 30px;
  font-size: 18px; }
  @media (max-width: 767px) {
    .timeline-badge.left {
      left: -6px; } }
.timeline-badge.right {
  position: absolute;
  left: -7px;
  top: 30px;
  font-size: 18px; }
  @media (max-width: 767px) {
    .timeline-badge.right {
      left: -6px; } }

.timeline > li.timeline-inverted {
  float: right;
  clear: right; }
.timeline > li:nth-child(2) {
  margin-top: 30px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 0px; }
  ul.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left; }
    ul.timeline > li .timeline-panel {
      width: 93%;
      left: 15px; }
      ul.timeline > li .timeline-panel .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px; }
      ul.timeline > li .timeline-panel .timeline-panel {
        float: right; }
        ul.timeline > li .timeline-panel .timeline-panel:before {
          border-left-width: 0;
          border-right-width: 15px;
          left: -15px;
          right: auto; }
        ul.timeline > li .timeline-panel .timeline-panel:after {
          border-left-width: 0;
          border-right-width: 14px;
          left: -14px;
          right: auto; }

  .timeline > li.timeline-inverted {
    float: left;
    clear: left; } }
.dropdown-style-1 .btn {
  font-size: 13px; }

.dropdown-style-1 .btn:hover,
.custom-dropdown btn:focus {
  color: #ffffff; }

.dropdown-style-1 .dropdown-menu {
  margin-top: 5px;
  padding: 0;
  text-align: center !important;
  background: #232323 !important; }
  .dropdown-style-1 .dropdown-menu li > a {
    color: #ffffff !important; }
    .dropdown-style-1 .dropdown-menu li > a:hover {
      background: #494949 !important; }

.dropdown-backdrop {
  display: none !important;
  z-index: 0 !important; }

.loader-wrapper {
  width: 100%;
  height: 1200%;
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff; }

rect {
  fill: #4d6ca2; }

.navigation {
  margin: 0;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0); }
  @media (min-width: 1199px) {
    .navigation a.logo img {
      max-height: 55px;
      margin: 0; } }
  @media (max-width: 1199px) {
    .navigation a.logo img {
      max-height: 55px;
      margin: 0; } }
  @media (max-width: 991px) {
    .navigation a.logo img {
      max-height: 55px;
      margin: 0; } }
  @media (max-width: 767px) {
    .navigation a.logo img {
      max-height: 45px;
      margin: 0; } }
  .navigation .mobile-toggle span {
    display: block;
    width: 30px;
    height: 1px;
    background: #4D6CA2;
    background: -webkit-linear-gradient(to right, #4D6CA2, #00B3C5);
    background: linear-gradient(to right, #4D6CA2, #00B3C5);
    content: "";
    margin: 6px 0; }
  .navigation .mobile-toggle:hover span,
  .navigation .white-link .mobile-toggle:hover span {
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .navigation .navbar-toggle {
    padding: 0; }
  .navigation .link-style-2 ul li a {
    background: inherit;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    position: relative;
    font-family: "National", sans-serif; }
  .navigation .link-style-2 ul li:hover > a,
  .navigation .link-style-2 ul li.open > a {
    color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .navigation .close-button-menu {
    float: right;
    padding: 10px;
    background-color: transparent;
    color: #ffffff;
    border: 0;
    position: absolute;
    height: 60px;
    width: 60px;
    outline: none;
    top: 20px;
    right: 20px; }
  .navigation .close-button-menu:after,
  .navigation .close-button-menu:before {
    content: "";
    display: block;
    background: #ffffff;
    height: 4px;
    width: 40px;
    position: absolute; }
  .navigation .navbar-nav > li {
    float: none;
    display: inline-block; }
  .navigation .navbar-nav {
    float: none;
    margin: 0; }

.sticky .navbar-top {
  top: 0; }

header nav.navbar .navbar-nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
  color: #000000; }

header nav .navbar-nav > li > a {
  font-size: 20px;
  font-weight: 300;
  margin: 0 10px;
  padding: 5px 0 5px;
  text-transform: uppercase;
  letter-spacing: 0; }
  header nav .navbar-nav > li > a:hover, header nav .navbar-nav > li > a:active, header nav .navbar-nav > li > a:focus {
    color: #000000 !important; }
  header nav .navbar-nav > li > a.extra {
    color: #000000;
    border-bottom: 3px transparent;
    padding: 10px 0; }
    header nav .navbar-nav > li > a.extra:hover, header nav .navbar-nav > li > a.extra:active, header nav .navbar-nav > li > a.extra:focus {
      color: #000000;
      border-bottom: 3px transparent;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  @media (max-width: 1199px) {
    header nav .navbar-nav > li > a {
      margin: 0 8px; } }

.top-header-area .festival-title {
  font-size: 24px;
  display: block;
  padding: 10px 15px;
  line-height: 1.2;
  color: #232323;
  font-family: "National", sans-serif;
  text-transform: uppercase; }
.top-header-area .festival-subtitle {
  font-size: 16px;
  line-height: 1.2;
  padding: 0 0 10px;
  display: block;
  color: #232323;
  font-family: "National", sans-serif;
  text-transform: uppercase; }

.carousels .title {
  font-size: 28px;
  line-height: 28px;
  margin: 0 auto 10px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px; }
  @media screen and (max-width: 767px) {
    .carousels .title {
      font-size: 22px;
      line-height: 22px;
      margin: 0 auto 10px;
      padding: 5px 10px; } }
.carousels .subtitle {
  font-size: 22px;
  line-height: 22px;
  margin: 0 auto 30px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px; }
  @media screen and (max-width: 767px) {
    .carousels .subtitle {
      font-size: 16px;
      line-height: 16px;
      margin: 0 auto 15px;
      padding: 5px 10px; } }
.carousels .swiper-timeline-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  height: 5px;
  width: 50px; }

.section-projects-home {
  padding: 60px 0; }

.section-contacts-home {
  padding: 60px 0; }

.section-about-us-home {
  padding: 60px 0; }

.section-partners {
  padding: 60px 0; }
  .section-partners .swiper-pagination-bottom.swiper-timeline-container-horizontal .swiper-wrapper {
    margin: 0; }

.section-standard {
  padding: 60px 0; }
  @media (max-width: 991px) {
    .section-standard {
      padding: 35px 0; } }

.section-carousel {
  padding: 40px 0 0; }

.map-box {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 450px; }
  .map-box #map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }

.footer-logo {
  max-height: 85px; }

.footer-standard .footer-content p {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 10px; }
  .footer-standard .footer-content p a {
    color: #ffffff; }

.content-label {
  background: #f7f7f7;
  padding: 12px 15px;
  border-left: 3px solid #0090C2; }
  .content-label span {
    font-size: 18px;
    text-transform: uppercase;
    color: #232323;
    font-weight: 400; }

.standard-style-1 figure .standard-image {
  position: relative;
  overflow: hidden; }

.standard-style-1 .standard-overlay {
  display: block;
  position: absolute;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.standard-style-1 .standard-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0; }

.standard-style-1 figure:hover .standard-overlay {
  height: 100%; }

.standard-style-1 figure figcaption {
  width: 100%;
  position: relative;
  margin-top: 17px; }

.standard-style-1 figure .overlay-content {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  top: -15px; }

.standard-style-1 figure:hover .overlay-content {
  opacity: 1;
  z-index: 1111;
  top: 0; }

.standard-style-1 figure figcaption .standard-image-position {
  position: relative;
  top: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s; }

.post-title.text-ellipsis:hover {
  white-space: unset;
  overflow: unset;
  text-overflow: unset; }

.standard-image.default {
  max-height: 170px; }
  @media screen and (max-width: 991px) {
    .standard-image.default {
      max-height: 130px; } }
  @media screen and (max-width: 767px) {
    .standard-image.default {
      max-height: 190px; } }

.post-title.news {
  min-height: unset; }
  @media screen and (max-width: 991px) {
    .post-title.news {
      min-height: 80px; } }
  @media screen and (max-width: 767px) {
    .post-title.news {
      min-height: unset; } }
.post-title.events {
  min-height: 50px; }
  @media screen and (max-width: 991px) {
    .post-title.events {
      min-height: 80px; } }
  @media screen and (max-width: 767px) {
    .post-title.events {
      min-height: 50px; } }

.languages {
  position: absolute;
  top: 13px;
  right: 10px; }
  @media screen and (max-width: 767px) {
    .languages {
      top: 12px;
      right: 60px; } }
  .languages .language {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 5px; }
    .languages .language.active {
      font-weight: bold; }

.entrio {
  text-align: center; }
  .entrio .line {
    height: 5px;
    width: 100%;
    background-color: #eb008b;
    margin-bottom: 5px; }
  .entrio .logo {
    width: 120px;
    margin: 30px 0; }
  .entrio .button {
    box-sizing: border-box;
    text-align: center;
    display: block;
    background-color: transparent;
    height: 55px;
    width: 140px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    background-image: url(https://www.entrio.hr/images/system/entrioButton1_widget.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 0px; }
    .entrio .button span {
      position: relative;
      top: 14px; }

.program {
  color: #ffffff;
  padding: 60px 0;
  background: #4D6CA2;
  background: -webkit-linear-gradient(to right, #4D6CA2, #00D2AE);
  background: linear-gradient(to right, #4D6CA2, #00D2AE); }
  .program .program-box {
    display: flex;
    align-items: center;
    justify-content: center; }
  .program .headline {
    font-size: 28px;
    display: inline-block; }
  .program .action {
    display: inline-block;
    margin: 0 0 0 15px; }
  @media screen and (max-width: 767px) {
    .program .program-box {
      display: block;
      text-align: center; }
    .program .headline {
      display: block; }
    .program .action {
      display: block;
      margin: 25px 0 0; } }

/*# sourceMappingURL=style.css.map */
