/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,800&family=Mrs+Saint+Delafield&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
/* Base colors */
/* Transitions */
/* Scss Document */
/* Logo */
.logo {
  height: 60px;
  width: auto;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .logo:hover {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; }

/* Navbar toggler */
.navbar-toggler {
  font-size: 2em; }

/* Navbar */
header {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
  header .navbar {
    background-color: white;
    z-index: 9999;
    padding: 30px 0;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
    header .navbar.shrink {
      padding: 10px !important;
      background-color: rgba(255, 255, 255, 0.8); }
      header .navbar.shrink .logo {
        height: 40px; }
    header .navbar li {
      /* WPML FLAG */ }
      header .navbar li a.nav-link {
        font-weight: 600;
        color: #084A87;
        font-size: 16px;
        padding: 7px 25px !important;
        position: relative;
        letter-spacing: -0.02em; }
        header .navbar li a.nav-link:hover, header .navbar li a.nav-link:focus, header .navbar li a.nav-link.active {
          color: #747d8b;
          text-decoration: none !important; }
      header .navbar li.bg-secondary {
        border-radius: 25px; }
        header .navbar li.bg-secondary a.nav-link {
          border-radius: 25px;
          color: #fff; }
        header .navbar li.bg-secondary:hover, header .navbar li.bg-secondary:focus, header .navbar li.bg-secondary.active {
          background: #084A87 !important;
          color: #fff !important; }
      header .navbar li.wpml-ls-item.wpml-ls-menu-item a.nav-link {
        padding: 10px 5px !important; }
      header .navbar li.wpml-ls-item.wpml-ls-menu-item.wpml-ls-first-item a.nav-link {
        margin-left: 15px; }
  header .navbar-brand {
    padding: 0;
    margin: 0; }

/* Dropdown */
header .dropdown-menu {
  border-radius: 0;
  border: none;
  border-top: 4px solid #f9f9f9;
  /*border-bottom:4px solid #c8002e;*/
  top: 99%;
  padding: 0;
  background: #f9f9f9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

header .dropdown-menu:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f9f9f9; }

header .dropdown-item {
  font-weight: 300;
  color: #82693c;
  padding: 10px 20px;
  font-size: 13px; }

header .dropdown-item:hover, .dropdown-item:focus {
  color: #82693c;
  background-color: #ededed; }

/* Dropdown animation */
header .dropdown .dropdown-menu {
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

header .dropdown.show .dropdown-menu {
  max-height: 200px;
  opacity: 1;
  overflow: visible; }

/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
  a.nav-link {
    font-size: 15px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .logo {
    height: 55px; }

  .navbar {
    padding: 25px 0 !important; }

  a.nav-link {
    text-align: center !important;
    display: block;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px; } }
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .logo {
    height: 50px; }

  .navbar {
    padding: 20px 0 !important; } }
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .logo {
    height: 40px; }

  .shrink .logo {
    height: 30px; }

  a.nav-link {
    font-size: 14px; }

  .navbar {
    padding: 15px 0 !important; } }
/* Extra Small devices (smartphones, 480px and up) XS */
@media (max-width: 480px) {
  .logo {
    height: 30px; }

  .shrink .logo {
    height: 20px; }

  .navbar {
    padding: 10px 0 !important; } }
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
p, li {
  line-height: 1.5em; }

p.lead {
  line-height: 1.5em;
  font-weight: 300; }

b, strong {
  font-weight: 600; }

.serif {
  font-family: "Mrs Saint Delafield", cursive; }

h1, .h1 {
  font-weight: 800;
  font-size: 48px; }

h2, .h2 {
  font-weight: 800; }

h3, .h3 {
  font-weight: 800; }

h4, .h4 {
  font-weight: 800; }

h5, .h5 {
  font-weight: 800; }

.small {
  font-size: 0.9em; }

.x-small {
  font-size: 0.8em; }

a {
  color: #084A87;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

a:hover, a:focus {
  color: #747d8b;
  text-decoration: none; }

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: none !important; }

.display-1, .display-2, .display-3 {
  font-weight: 800; }

/* FW */
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

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

.small {
  font-size: 0.9em; }

.extra-small {
  font-size: 0.8em; }

.letter-spacing {
  letter-spacing: 8px; }

/* COLORS */
.color-white {
  color: #fff; }

.color-light {
  color: #f0f0f0; }

.color-light-alt {
  color: #ccc; }

.color-default {
  color: #333; }

.color-primary {
  color: #084A87; }

.color-secondary {
  color: #747d8b; }

a.color-white {
  color: #fff; }

a.color-white:hover, a.color-white:focus {
  color: #f0f0f0 !important; }

a.color-light {
  color: #f0f0f0; }

a.color-light:hover, a.color-light:focus {
  color: #fff !important; }

a.color-default {
  color: #333; }

a.color-default:hover, a.color-default:focus {
  color: #084A87 !important; }

a.color-primary {
  color: #084A87; }

a.color-primary:hover, a.color-primary:facus {
  color: #747d8b !important; }

a.color-secondary {
  color: #747d8b; }

a.color-secondary:hover, a.color-secondary:focus {
  color: #084A87 !important; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  html {
    font-size: 0.85em; } }
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper {
  position: fixed;
  z-index: 999999;
  background: rgba(240, 240, 240, 0.2);
  bottom: 15px;
  right: -100px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  #top-link-wrapper a {
    display: block;
    color: #084A87;
    text-align: center;
    width: 60px;
    height: 60px;
    padding-top: 15px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    #top-link-wrapper a:hover {
      padding-top: 10px; }
  #top-link-wrapper.visible {
    right: 15px;
    background: #f0f0f0; }

footer {
  background: #ccc; }

/* Footer list group */
.list-group-item {
  border: none;
  border-radius: 0 !important;
  padding: 0;
  background: none;
  margin: 0; }

.list-group-item {
  color: #f0f0f0;
  display: block;
  padding: 4px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s  ease-out; }

.list-group-item:hover, .list-group-item:focus {
  color: #fff;
  padding: 4px 0; }

/*.footer-nav {
	ul {
		margin:0;
		padding:0;
		li {
			list-style-type: none;
			margin:0;
			padding:0;
			&.bg-secondary { background:transparent !important; }
			a {
				color:$light-color;
				padding: 5px 0;
				display: inline-block;
				&:hover, &:focus {
					color:$secondary-color;
					padding-left: 10px;
				}
			}
		}
	}
}*/
/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 1px 0; }
    .widget_nav_menu ul li a {
      color: #f0f0f0;
      display: inline-block;
      padding: 5px 0; }
      .widget_nav_menu ul li a:hover {
        color: #747d8b;
        padding-left: 10px; }
    .widget_nav_menu ul li.current_page_item a {
      font-weight: 700;
      color: #747d8b; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
/* Btn */
.btn {
  border-radius: 0;
  padding: 7px 18px;
  font-weight: 300;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  border-radius: 25px;
  -moz-border-radius: 25px; }

.btn-sm {
  padding: 5px 12px;
  font-size: 0.8em; }

.btn-default {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #084A87; }

.btn-primary {
  background-color: #084A87;
  border-color: #084A87;
  color: #fff; }

.btn-primary:hover {
  border-color: #747d8b;
  background-color: #747d8b;
  color: #fff; }

.btn-secondary {
  background-color: #747d8b;
  border-color: #747d8b;
  color: #fff; }

.btn-secondary:hover {
  background-color: #084A87;
  border-color: #084A87;
  color: #fff; }

.btn-light {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #084A87; }

.btn-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #084A87; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
.swiper-pagination-bullet {
  height: 4px !important;
  width: 20px !important;
  margin: 0 3px !important;
  border-radius: 0 !important;
  background: #333 !important;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.swiper-pagination-bullet-active {
  background: #747d8b !important;
  width: 40px !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.swiper-button-next, .swiper-button-prev {
  background: #747d8b;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .swiper-button-next::after, .swiper-button-prev::after {
    font-size: 18px !important;
    color: #084A87;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: #f0f0f0; }

.swiper-button-prev {
  left: -50px !important;
  right: auto; }

.swiper-button-next {
  right: -50px !important;
  left: auto; }

.swiper-container:hover .swiper-button-prev {
  left: 20px !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }
.swiper-container:hover .swiper-button-next {
  right: 20px !important;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden !important; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #747d8b;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/* Scss Document */
.mondino-icon {
  max-width: 100px;
  height: auto; }

.cover-home {
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; }
  .cover-home .cover-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30; }
    .cover-home .cover-content h1 {
      font-size: 110px;
      letter-spacing: -2px;
      font-style: italic;
      color: white;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      font-weight: 500; }
  .cover-home video {
    width: 100% !important;
    height: auto;
    z-index: 0; }

/* Mouse scroll icon */
.scroll-wrapper {
  position: absolute;
  text-align: center;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 100; }

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px; }

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box; }

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #747d8b;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
.filter {
  background: rgba(0, 0, 0, 0.8); }

.page-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed; }
  .page-cover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/header-bg.svg) no-repeat right bottom;
    background-size: cover;
    z-index: 20;
    width: 100%;
    height: 100%;
    margin-bottom: -1px; }
  .page-cover h1 {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 30; }
  .page-cover p {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 30; }

.page-header.filter {
  background: #084A87;
  background: -webkit-linear-gradient(rgba(8, 74, 135, 0.3) 0%, rgba(8, 74, 135, 0.8) 100%);
  background: -o-linear-gradient(rgba(8, 74, 135, 0.3) 0%, rgba(8, 74, 135, 0.8) 100%);
  background: linear-gradient(rgba(8, 74, 135, 0.3) 0%, rgba(8, 74, 135, 0.8) 100%); }

.title-animated-line {
  position: relative;
  top: -10px;
  width: 100%;
  max-width: 180px !important;
  height: auto; }

.img-rounded-corner {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px; }

.separation-line {
  height: 1px;
  background: rgba(0, 0, 0, 0.15); }

.line {
  height: 6px;
  width: 100px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: inline-block; }

.line-sm {
  height: 3px;
  width: 40px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: inline-block; }

@media (max-width: 1200px) {
  .cover-home .cover-content h1 {
    font-size: 40px; } }
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .scroll-wrapper {
    display: none; }

  .page-cover {
    background-attachment: scroll; } }
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%; }

body {
  color: #333;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 120px; }

/* Front page */
.cover-home-txt-wrapper {
  padding: 300px 0 0;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3); }

.left-line {
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  width: 200px;
  left: -50px; }

/* Table */
tr {
  border-color: #747d8b; }

.filter {
  background: rgba(8, 74, 135, 0.8); }

/* Bg */
.bg-white {
  background-color: #fff !important; }

.bg-light {
  background-color: #f0f0f0 !important; }

.bg-default {
  background-color: #333 !important; }

.bg-primary {
  background-color: #084A87 !important; }

.bg-secondary {
  background-color: #747d8b !important; }

.bg-logo {
  background: url(../images/logo-bg.jpg) no-repeat right bottom;
  background-size: contain; }

/* figure */
figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #084A87; }

figure figcaption {
  text-align: center;
  font-size: 1.8em;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  color: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out; }

figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

figure img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out; }

figure:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* Articles pagination */
.pagination {
  margin-top: 30px;
  display: block;
  text-align: center; }

.pagination .nav-links {
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current {
  margin: 0;
  padding: 2px 6px;
  display: inline-block; }

/* Badges */
.badge {
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 0; }

.badge-light {
  background-color: #fff !important; }

.badge-default {
  background-color: #3c4547 !important; }

.badge-primary {
  background-color: #1d1e67 !important; }

.badge-secondary {
  background-color: #c8002e !important; }

/* Opacity */
.o-50 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5; }

.transition {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; }

/* Selection */
::-moz-selection {
  color: #fff;
  background: #747d8b; }

::selection {
  color: #fff;
  background: #747d8b; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  body {
    padding-top: 105px; }

  body.home {
    padding-top: 0 !important; } }
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  body {
    padding-top: 90px; }

  body.home {
    padding-top: 90px !important; } }
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  body {
    padding-top: 70px; }

  body.home {
    padding-top: 70px !important; } }
/* Extra Small devices (smartphones, 480px and up) XS */
@media (max-width: 480px) {
  body {
    padding-top: 50px; }

  body.home {
    padding-top: 50px !important; } }
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Maps */
#the-map {
  width: 100%;
  height: 400px; }

#map {
  width: 100%;
  height: 300px; }
