﻿


/* Spinner
-------------------------------------------------- */

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

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

.spinner-web .inner-div {
    margin: auto;
    background-image: url(images/logo-loader-a.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    -webkit-animation: float 1.5s ease-in-out infinite;
    animation: float 1.5s ease-in-out infinite;
    background-color: #fff;
    border-radius: 55px;
    padding: 5px;
}

.loader {
    border-radius: 55px;
    -webkit-animation: spin 4s ease-in-out infinite;
    animation: spin 4s ease-in-out infinite;
    border-top: 5px solid #395e80;
    margin: auto;
    width: 100px;
    height: 100px;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*END  Spinner
-------------------------------------------------- */

.custom-about h1 {
	font-weight: 900;
    color: #005486;
    text-transform: uppercase;
}
.custom-about h2 {
	margin-bottom: 15px;
}
.custom-about img:not(.lightbox-image) {
    margin-bottom: 15px;
}
.custom-about .portlet-body.form h2 {
    margin-top: 25px;
}
.custom-about .accordion {
	margin-top: 15px;
}
.home-news {
  	padding-bottom:64px;
}
.home-news .panel-body {
  	padding-top:0;
}
.home-news .main-banner {
    padding-top:36%
}
.home-news .panel-subtitle {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 21px;
}
.accordion.modal-list > ul {
    list-style: none;
    padding: 0;
}
.accordion.modal-list > ul > li > a {
	border-top: 1px solid #ddd;
	padding: 10px;
	display: block;
	transition: all 0.2s ease;
}
.accordion.modal-list > ul > li > a:hover {
	cursor: pointer;
    color: #000;
    background-color: #ddd;
	transition: all 0.2s ease;
}
.custom-modal .modal-dialog .modal-content {
    padding: 0;
}
.news-list {
  margin-top: 24px;
}
.sidebar-widget {
  margin-top: 32px;
}
.container.main-content img {
    max-width: 100%;
  	height: auto;
    width: auto;
}
.news-list .main-banner img {
    width: 100%;
}
.container.main-content.about.custom-about form .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
}

/* The Modal */
.modal.custom-modal {
	display: none; /* Hidden by default */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal.custom-modal .close {
    font-size: 55px;
    line-height: 1;
}
.modal.custom-modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #005486;
    font-weight: bold;
}
.modal.custom-modal .row {
    margin: 0;
}
/*.modal.custom-modal img {
    padding-top: 15px;
    padding-bottom: 15px;
}*/
.modal.custom-modal .fa {
    background-color: #005486;
    color: #fff;
    height: 30px!important;
    width: 30px!important;
    line-height: 30px;
    border-radius: 15px;
    margin-right: 5px;
    object-fit: contain;
}
.modal.custom-modal .fa.fa-ancoraggi {
    background-image: url('/nautica/Cms_Data/Contents/nautica_en/Media/icons/icon-categories/icon-ancoraggi.png');
}
.modal.custom-modal .fa.fa-spiagge,
.fa.fa-beaches {
    background-image: url('/nautica/Cms_Data/Contents/nautica_en/Media/icons/icon-categories/icon-beaches.png');
}
.modal.custom-modal .fa.fa-approdi {
    background-image: url('/nautica/Cms_Data/Contents/nautica_en/Media/icons/icon-categories/icon-approdi.png');
}
/*.modal.custom-modal .half-images > div {
    padding-top: 62%;
    overflow: hidden;
}
.modal.custom-modal .half-images > div img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto!important;
    width: 100%;
    max-width: none!important;
    transform: translate(-50%, -50%);
    margin-left: 0;
}*/
.modal.custom-modal .gallery-carousel .item a.btn-sm {
    position: absolute;
    bottom: 10px;
    right: 5px;
}
.modal.custom-modal .half-images > div a.btn-sm {
    position: absolute;
    bottom: 35px;
    right: 10px;
}
.modal.custom-modal table {
    width: 100%;
}
.modal.custom-modal table td {
    padding: 5px;
    font-weight: bold;
}
.modal.custom-modal table td.icon {
    width: 1%!important;
}
.modal.custom-modal table td.icon .fa {
    margin-top: 11px;
    margin-bottom: 11px;
	background-size: contain;
	font-size: 24px;
}
.modal.custom-modal table td.title {
    padding-right: 10px;
    font-weight: normal;
    min-height: 67px;
}
.table-striped.alternative>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}
.table-striped.alternative>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

/* modal-experiences */
.modal-experiences .modal-content {
    background-position: center;
    background-size: cover;
}
.modal-experiences .modal-content:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}
.modal-experiences .close {
    font-size: 32px;
    font-weight: 100;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    z-index: 1;
    position: relative;

}
.modal-experiences .modal-header {
    border-bottom: 0;
}
.modal-experiences .modal-body {
    padding: 0 32px 24px;
}
.modal-experiences .modal-body * {
    color: #fff;
}
.modal-experiences .modal-body .subtitle {
    font-size: 25px;
    margin-bottom: 8px;
    font-weight: 300;
}
.modal-experiences .modal-body .title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
}
.modal-experiences .box {
    background-color: #fff;
    border: 2px solid #f9b234;
    font-size: 14px;
    padding: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.modal-experiences .box * {
    color: #024269;
}
.modal-experiences .box .title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.modal-experiences .box .title i {
    font-size: 21px;
    font-weight: 400;
    margin-right: 4px;
}
.modal-experiences .box .brand {
    margin-top: 16px;
}
.modal-experiences .box .brand img {
    width: 100px;
}
.modal-experiences .box .brand .title {
    font-size: 21px;
    margin-top: 24px;
    font-weight: 700;
}
.modal-experiences .box .brand .date {
    font-weight: 700;
}
.modal-experiences img {
    max-width: 100%;
}
.modal-experiences .modal-content {
    border-radius: 0;
    border: 0;
}
.modal-experiences .footer img {
    height: 35px;
}
.modal-experiences .instagram {
    width: 32px;
    height: 32px;
    background-image: url(images/social-sprite-1.png);
    background-position: -224px 4px;
    background-repeat: no-repeat;
    background-color: transparent;
    display: inline-block;
    vertical-align: sub;
}
.modal-experiences .box .btn {
    width: 100%;
    margin-top: 16px;
    letter-spacing: 2px;
    background-color: #f9b234!important;
}

/* temp */
.custom-about .gallery-carousel .item {
	width: 25%;
    height: 135px;
    position: relative;
    overflow: hidden;
}
.custom-about .gallery-carousel img {
    width: 100%;
    height: auto !important;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    max-width: none;
    margin-left: 0!important;
}

/* Main video */
.bg-img.video {
    position: relative;
    padding-top: 42%;
    overflow: hidden;
}
.bg-img.video video {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* new 12/2020 */
body {
    font-family: 'Poppins', sans-serif;
}
a {
    cursor: pointer;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .title, .subtitle,
.post-details .post-title a {
    font-family: 'Ubuntu', sans-serif;
    color: #005486;
}
footer .title {
    color: #6c7e80;
}
.main-banner {
    width: 100%;
    padding-top: 25%;
    position: relative;
      overflow: hidden;
}
.main-banner img {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.container.main-content {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.rich-blog-homepage {
    margin-bottom: 30px;
}
.gallery-link .col-xs-12 div {
    max-width: 305px;
}
.container.main-content .gallery-link img {
    width: 100%;
}
.header-lower,
.breadcrumb {
    display: none;
}
.container.main-content.about .logo.agencies {
    margin-bottom: 30px;
}
.ui-widget-overlay {
    z-index: 1200000000 !important;
}
div.mce-tinymce-inline,
.mce-tooltip {
    z-index: 2200000000 !important;
}
.mce-window.mce-in,
body .mce-menu {
    z-index: 2200000001!important;
}
.main-banner.with-content {
    margin-top: 50px;
    background-color: #000000;
}
.main-banner.with-content img {
    opacity: 0.5;
}
.btn.btn-primary {
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    text-align: center;
    border: 0;
    border-radius: 0;
}
.btn.btn-outline-primary {
    color: #005486;
    font-weight: bold;
    padding: 15px 20px;
    font-size: 15px;
    text-align: center;
    border: 2px solid #005486;
    border-radius: 0;
}
.btn.btn-primary:not(:hover) {
    background-color: #005486;
}
.main-banner.with-content .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.main-banner.with-content .container .col-xs-12 * {
    color: #fff;
    font-weight: 700;
}
.rich-blog-homepage .post-primary {
    background: #43bcc9;
}
.rich-blog-homepage .blog-posts .post-date * {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0 5px 0 0;
}
.rich-blog-homepage .read-more {
    color: #fff;
    background: #43bcc9;
    font-size: 13px;
    padding: 8px;
}
.rich-blog-homepage .read-more:before {
    display: none;
}
div#accordion-menu .fa {
    font-size: 16px;
}
body .rich-blog-homepage .title {
    margin-top: 50px;
}
body .rich-blog-homepage .post-details {
    padding: 15px 20px;
}
body .rich-blog-homepage .post-primary,
body .rich-blog-homepage .read-more {
    background: #555454 !important;
    color: #fff !important;
    font-size: 13px !important;
}
body .rich-blog-homepage .read-more {
    padding: 8px;
    padding-right: 22px;
}
body .post-primary {
    text-transform: uppercase;
}
body .rich-blog-homepage .post-date {
    margin-left: 22px;
    line-height: 36px;
}
body .rich-blog-homepage .post-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #525252 !important;
}
body .rich-blog-homepage .post-description,
body .rich-blog-homepage .post-description p {
    letter-spacing: .2px;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 15px;
    height: auto !important;
    font-weight: 100;
}
body .rich-blog-homepage .post-picture {
    height: 156px;
}
.accordion .panel-default > .panel-heading {
    padding: 0;
}
.accordion a.only-link,
.accordion .panel-default > .panel-heading a {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    padding: 10px;
}
.accordion .panel-default > .panel-heading a {
  color: #fff;
}
.accordion .panel-default>.panel-heading h4 {
  margin-bottom: 0 !important;
}
div#accordion-menu .panel-body .only-link {
    line-height: 30px;
}
div#accordion-menu .panel-body .only-link .fa {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
div#accordion-menu .panel-body .only-link + .only-link {
    margin-right: 0;
}
.btn-sm {
    border-radius: 0;
    height: 38px;
    font-size: 14px;
}
.modal .form-group {
    margin-bottom: 15px;
}
.modal hr {
    margin: 0;
}
.custom-modal .modal-header {
    border: 0;
}
.modal.custom-modal .custom-title .modal-title {
    line-height: 1;
    margin-bottom: 15px;
}
.modal.custom-modal .custom-title h4 {
    font-family: 'Poppins', sans-serif;
}
.modal.custom-modal .modal-title.h1 {
    color: #005486;
    line-height: 1;
    padding: 15px;
}
#myModal_Login.modal.custom-modal .modal-title.h1 {
    background-color: transparent;
}
/*.modal.custom-modal img {
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: -1px;
    max-width: calc(100% - 15px);
}*/
.navbar-default .navbar-nav > li > a {
    padding: 41px 10px 43px;
}
.modal.custom-modal .panel-group .panel {
    border: 0;
    box-shadow: none;
}
.modal.custom-modal button {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    background-color: #005486;
    border: 0;
}
.modal.custom-modal .divider {
    margin: 15px auto
}
.modal.custom-modal .divider hr {
    margin: 15px auto
}
.modal.custom-modal .panel-heading a[data-toggle="collapse"] {
    color: #337ab7;
    font-weight: bold;
}
.modal.custom-modal .panel-heading a[data-toggle="collapse"]::before,
.modal.custom-modal .panel-heading a[data-toggle="collapse"]::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #005486;
    top: 32px;
}
.modal.custom-modal .panel-heading a[data-toggle="collapse"]::before {
    transform: rotate(45deg);
    right: 36px;
}
.modal.custom-modal .panel-heading a[data-toggle="collapse"]::after {
    transform: rotate(-45deg);
    right: 36px;
}
.modal.custom-modal .panel-heading .fa {
    background-color: transparent;
    filter: invert(30%) sepia(100%) saturate(2950%) hue-rotate(170deg) brightness(60%) contrast(100%);
    vertical-align: middle;
}
.modal.custom-modal .panel-heading .title {
    font-weight: 700;
}
.custom-form {
    margin-top: 0
}
.modal.custom-modal .bg-img {
    padding-top: 33%;
    margin-top: -15px;
    position: relative;
	width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 5px 5px 0 0;
}
.modal.custom-modal .bg-img img {
    max-width: 50px;
    position: absolute;
    bottom: -1px;
    right: 15px;
    margin: 0;
    padding: 0;
}
/* new 09/2022 */
.no-border {
  border: 0!important;
}
.no-border > li {
  border: 0!important;
}
ul.no-style {
    list-style: none;
    padding-left: 15px;
}
ul.no-style.tags {
    padding-left: 0;
}
ul.no-style.tags a {
    font-weight: 600;
    text-transform: uppercase;
}
.col-xs-12.gallery-link {
    padding: 0;
}
.card-carousel .item img,
.cards-home .item img {
    opacity: 1;
    transition: width 0.2s ease;
}
.card-carousel .item div a.title:before,
.cards-home .item div a.title:before {
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: height 0.2s ease;
    z-index: 2;
}
.container-fluid.main-content .gallery-link .cards-home .item {
    padding-left: 0;
    padding-right: 0;
}
.card-carousel .item .name,
.cards-home .item .name {
    color: #3a4547;
    font-size: 24px;
    z-index: 3;
    margin-top: 16px;
    margin-left: 16px;
    display: block;
}
.cards-home .item .name {
    margin-bottom: 32px;
}
.gallery-link .col-xs-12 div a.title:hover:before {
    height: 200%;
    transition: height 0.2s ease;
}
.card-carousel .item div,
.cards-home .item div {
    padding-top: 70%;
}
.card-carousel .item div a.title,
.cards-home .item div a.title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card-carousel .item div a.title img,
.cards-home .item div a.title img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: height 0.2s ease, width 0.2s ease;
    z-index: 1;
}
.card-carousel .item:hover div a.title img,
.cards-home .item:hover div a.title img {
    height: 108%;
    max-width: none;
    transition: height 0.2s ease, width 0.2s ease;
}
.frame-banner h2 {
    color: #fff;
}
.card-carousel,
.cards-home {
    margin: 32px auto;
}
.card-carousel .item > div,
.cards-home .item > div {
    padding-top: 160%;
    overflow: hidden;
    position: relative
}
.card-carousel .owl-dots {
    margin-top: 32px;
    text-align: center;
}
.only-print {
    display: none;
}
.no-border,
.no-border > li {
    border: 0!important;
}
.badge {
    background-color: #005486;
}
.panel-default > .panel-heading,
.panel-default > .panel-body {
    padding-bottom: 0;
    border: 0;
}
.news-list .panel .date {
    font-size: 18px;
}
.news-list .panel .date span {
    font-size: 32px;
}
.news-list h1.panel-title {
    font-size: 28px;
    color: #094676;
}
.news-list h2 {
    font-size: 24px;
}
.news-list h3 {
    font-size: 20px;
  	font-weight: 400;
}
.news-list .panel-subtitle {
    font-size: 14px;
    color: #43bcc9;
    margin: 0 0 10px;
}
.news-list .panel .main-banner {
    padding-top: 33%;
    background-color: #000;
}
.news-list .panel {
    margin-bottom: 48px;
    box-shadow: none;
}
.list-group-item a[data-toggle="collapse"] {
    width: 100%;
    display: block;
}
.list-group-item > a .badge {
    float: right;
}
.tags li a + a {
    padding-left: 5px;
}
.news-detail {
    margin-bottom: 32px;
}
.social a {
    display: inline-block;
    width: 32px;
}
.news-list .panel {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.06);
}
.news-list .panel .panel-body {
    padding: 16px 32px;
}
.news-list .panel .panel-body + .text-right {
    padding-right: 48px;
    padding-bottom: 16px;
}
.news-list .panel .panel-heading {
    padding-top: 0;
    padding-left: 32px;
}
.container.main-content.about.news-detail .panel-body a {
    word-break: break-word;
    font-weight: 400;
}
.no-shadow {
    box-shadow: none!important;
}
.sidebar-widget .panel-heading,
.sidebar-widget .panel-body {
    padding: 0;
}
.sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}
.sidebar-widget ul .pull-right {
    width: 18px;
    text-align: center;
}
.sidebar-widget ul .selected {
    font-weight: 700;
    background-color: #f6f6f6;
}
.sidebar-widget .panel-title a,
.sidebar-widget ul li a {
    display: block;
    padding: 8px 12px;
}
.sidebar-widget .panel-title {
    font-size: 18px;
    font-weight: 500;
}
.sidebar-widget .tags a {
    display: inline-block;
    padding-right: 8px;
    text-transform: uppercase;
}
.pager li {
    display: inline-block;
    margin: 0 5px 5px 0;
}
.pager li > a,
.pager li > span {
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 14px rgb(0 0 0 / 6%);
}
.pager li.pager-current {
    font-weight: 700;
}
.pager li.pager-previous a:before {
    content: '<';
}
.pager li.pager-next a:before {
    content: '>';
}

/* new 11/2022 */
.container.main-content.about .col-xs-12.news-list {
    padding: 0;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 24px;
}
.container.main-content.about .h1,
.container.main-content.about .h2,
.container.main-content.about .h3,
.container.main-content.about .h4,
.container.main-content.about .h5,
.container.main-content.about .h6,
.container.main-content.about h1,
.container.main-content.about h2,
.container.main-content.about h3,
.container.main-content.about h4,
.container.main-content.about h5,
.container.main-content.about h6,
.container.main-content.about .title,
.container.main-content.about .subtitle,
.container.main-content.about .post-details .post-title a {
    color: #094676;
    margin-top: 0;
    margin-bottom: 10px;
}
/* new 11/2022 */

/* new 03/2023 */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}
#mapToggler {
    color: #005486;
    background-color: #fff;
    border: 1px solid #005486;
    text-shadow: none;
}
.mt-5 {
    margin-top: 72px!important;
}
.manage-req-form {
    margin-top: 0;
}
.mb-5 {
    margin-bottom: 72px!important;
}
.email {
    word-break: break-word;
}
.about {
    margin-top: 24px;
}
.container.main-content .discover-form > .col-xs-12,
.container.main-content .cards > .col-xs-12 {
    padding: 0 15px;
}
.container.main-content .discover-form .btn {
    width: 100%;
    padding: 8px 20px;
}
.container.main-content .card {
    margin-bottom: 30px;
}
.container.main-content .card .panel-heading {
    padding: 0;
}
.container.main-content .card .panel-heading .item {
    padding: 100% 0 0;
    position: relative;
    margin: -1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}
.container.main-content .card .panel-heading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.container.main-content .card .panel-body {
    padding: 15px;
}
.container.main-content .card .panel-title {
    color: #005486;
    font-size: 18px;
}
.container.main-content .card .panel-title span {
    display: block;
    font-size: 10px;
    color: #43bcc9;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.container.main-content .card .panel-title img {
    padding: 2px;
    width: 15px;
    width: 15px;
    display: inline-block;
    vertical-align: sub;
    filter: invert(70%) sepia(10%) saturate(2000%) hue-rotate(130deg) brightness(200%) contrast(90%);
}
.container.main-content .card .col-xs-12 {
    padding: 0 15px;
}
.container.main-content .card .bnts {
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: calc(50% - 15px);
}
.container.main-content .card .bnts .btn {
    padding: 8px 0;
    width: 100%;
    line-height: 1;
    font-size: 13px;
}
.card .row {
    position: relative;
}
.card .col-xs-12 .btn {
    font-size: 13px;
    width: 100%;
    padding: 8px 0;
    margin-top: 0;
}
.container.main-content .card .panel-heading .item a {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
    width: auto;
    padding: 8px;
}
.card .col-xs-12 + .col-xs-12 .btn {
    border-left: 1px solid #fff;
}
.card .col-xs-12 + .col-xs-12 .btn.btn-primary {
    border-bottom: 1px solid #fff;
}
.card .btn.btn-link {
    border-left: 0;
    margin-top: 5px;
    width: auto;
    float: right;
    line-height: 1;
    padding: 0;
    position: absolute;
    bottom: 5px;
    right: 27px;
    font-size: 11px;
    background-color: #fff;
    padding-left: 8px;
}
.card .list-sevices + .btn.btn-link {
    background-color: transparent;
}
.card .btn.btn-link span {
    vertical-align: middle;
}
.card .btn.btn-link:after {
    content: '›';
    font-size: 28px;
    vertical-align: middle;
    line-height: 24px;
}
.card table tr td.icon {
    padding-left: 10px;
}
.card table tr td[colspan="2"] {
    padding-right: 10px;
}
.card .owl-carousel {
    position: relative;
}
.card .owl-nav {
    position: static;
}
.card .owl-carousel .owl-nav .owl-prev,
.card .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background-color: transparent !important;
    filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(37deg) brightness(101%) contrast(100%)!important;
}
.card .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 0;
    transform: translate(0, -50%) rotate(180deg);
}
.card .owl-carousel .owl-nav .owl-next {
}
.card .fa {
    background-color: #005486;
    color: #fff;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px;
    border-radius: 15px;
    margin-right: 5px;
    margin-top: 11px;
    margin-bottom: 11px;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
.card table {
    margin-top: 20px;
}
.card .panel-body .panel-heading {
    margin-top: 20px
}
.card .list-sevices {
    margin-bottom: -10px;
    line-height: 1;
    background-color: #fff;
}
.card .list-sevices .fa {
    height: 15px !important;
    width: 15px !important;
    line-height: 15px;
    border-radius: 10px;
    font-size: 10px;
    background-size: auto 60%;
    margin: 1px 0;
}
.card .list-sevices .fa img {
    max-height: 15px;
    max-width: 15px;
    margin: 0px;
}
.card .list-sevices div > * {
    vertical-align: middle;
    font-size: 11px;
}
.container.main-content .card .panel-collapse h1,
.container.main-content .card .panel-collapse h2,
.container.main-content .card .panel-collapse h3,
.container.main-content .card .panel-collapse h4,
.container.main-content .card .panel-collapse h5,
.container.main-content .card .panel-collapse h6 {
    font-size: 18px;
    margin: 30px 0 15px;
}
.container.main-content .card .panel-heading a.btn-sm {
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: right;
}
.select2-results__options .item {
    font-size: 18px;
    font-weight: 700;
    padding-left: 2px;
}
.select2-results__options .subitem {
    padding-left: 8px;
}
.select2-results__options li:has(.subitem) {
    padding-left: 32px;
}
.pagination {
    text-align: center;
    margin: 20px 15px;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a, .pagination > li > span {
    padding: 6px;
    width: 34px;
}
.pagination > li > a.active, .pagination > li > span.active {
    background-color: #005486;
    color: #fff;
    border-color: #005486;
}
.gmaps a:focus {
    outline: none;
    outline-offset: 0;
}
.card .panel-body .short-abstract {
    font-size: 13px;
    font-weight: 100;
    line-height: 1.2;
    margin-top: 5px;
    min-height: 40px;
    max-height: 187px;
    overflow: hidden;
  	text-align: justify;
}
/*.modal.discover-modal img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    margin-bottom: 0;
}*/
.discover-modal .fa {
    width: 24px;
    text-align: center;
    height: 21px;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
}
.modal.discover-modal .half-images {
    background-color: #f9f9f9;
}
.modal.discover-modal .half-images > div {
    padding-top: 0;
    padding: 30px;
}
.modal.discover-modal .half-images > div > div {
    position: relative;
}
.modal.discover-modal .half-images > div img {
    float: none;
}
/*.modal.discover-modal .half-images > div > div {
    padding-top: 130%;
    overflow: hidden;
    position: relative;
}*/
.modal.discover-modal .half-images > div img {
    padding-top: 0;
}
/*.modal.discover-modal .owl-carousel.owl-drag .item {
    padding-top: 56%;
}
.modal.discover-modal .owl-carousel.owl-drag .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
}*/
.modal.discover-modal .owl-carousel.owl-drag .item img {
    width: auto;
    max-width: none;
    height: 435px;
    padding: 0;
}
.modal.discover-modal .owl-carousel.owl-drag .item a.btn-sm {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: auto;
    right: 15px;
    z-index: 2;
}
.modal.discover-modal button {
    background-color: transparent;
}
.discover-modal.discover-modal .close {
    color: #005486;
}
.discover-modal .modal-dialog .modal-content {
    width: 100%;
    min-height: 100%;
    position: absolute;
}
.discover-modal .modal-dialog {
    margin-top: -1px;
    min-height: calc(100% - 30px);
}
.discover-modal .modal-dialog .modal-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.container.main-content .discover-modal .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
}
#mapToggler {
    position: relative;
}
#mapToggler:after {
    content: '›';
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 15px;
    transform: rotate(90deg);
    transition: transform .15s ease-in-out;
}
#mapToggler.closed:after {
    transform: rotate(-90deg);
    transition: transform .15s ease-in-out;
}
#CookiebotWidget {
    z-index: 1000!important;
}
.discover-modal .owl-carousel .owl-nav {
    position: static;
}
.discover-modal .owl-carousel .owl-nav .owl-prev,
.discover-modal .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background-image: none;
    background-color: transparent;
    text-align: center;
}
.discover-modal .owl-carousel .owl-nav .owl-prev:before,
.discover-modal .owl-carousel .owl-nav .owl-next:before {
    content: '❮';
    color: #fff;
    font-size: 32px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.discover-modal .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 30px;
    transform: translate(0, -50%) rotate(180deg);
}
.discover-modal .half-images {
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.container.main-content .discover-modal .no-gutter {
    margin: 45px 15px;
}
.container.main-content .discover-modal .no-gutter > div {
    padding-right: 0;
    padding-left: 0;
}
.discover-modal .owl-dots {
    position: absolute;
    bottom: calc(30px + 3%);
    left: 50%;
    transform: translate(-50%, 0);
}
.modal.custom-modal .modal-title {
    font-size: 24px;
}
.p-0 {
    padding: 0!important;
}
.discover-modal .single-carousel,
.discover-modal .fluid-carousel {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f9f9f9;
}
.discover-modal .row.half-images {
    margin-top: 30px;
}
body .discover-modal .abstract {
    margin-bottom: 30px;
}
body .discover-modal .abstract,
body .discover-modal .abstract p,
body .discover-modal .abstract span {
    font: normal 400 16px 'Poppins', sans-serif !important;
    color: #3a4547 !important;
    text-align: justify;
}
.discover-modal.custom-modal .modal-header {
    position: fixed;
    background: #fff;
    width: calc(100% - 5px);
    z-index: 2;
    border-bottom: 1px solid #eee;
}
.modal.custom-modal table td.icon {
    width: 45px !important;
}
.discover-modal .modal-body {
    padding-bottom: 0;
  	padding-top: 162px;
    max-height: calc(100svh - 32px);
    overflow: auto;
}
body .discover-modal .abstract strong span,
.modal.discover-modal table td.title {
    font-weight: 700!important;
}
.modal.discover-modal table td {
    font-weight: 400;
}
.modal.discover-modal table tr {
    position: relative;
}
.modal.discover-modal table tr td[colspan="2"] {
    padding-right: 56px;
}
.modal.discover-modal table tr td[colspan="2"] a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/icon-arrow.svg);
    background-size: 26px auto;
    background-position: calc(100% - 24px) 50%;
    background-repeat: no-repeat;
}
.modal.discover-modal table tr td[colspan="2"] a[aria-expanded="true"] {
    background: none;
}
.modal.discover-modal .panel-collapse {
    border-radius: 3px;
    border: 1px solid rgba(25, 110, 153, 0.16);
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 16px 21px;
    margin-top: 16px;
}
.modal.discover-modal .panel-collapse .panel-heading {
    padding: 0;
    margin-bottom: 24px;
}
.card .list-sevices .fa,
.modal.discover-modal table .fa {
    background-color: transparent;
    filter: invert(30%) sepia(100%) saturate(2950%) hue-rotate(170deg) brightness(60%) contrast(100%);
}
.modal.discover-modal .container {
    max-width: calc(100% - 40px);
}
/* new 04/2025 */

/*select2-container*/
.form-control + .select2-container .select2-selection--single,
.form-control + .select2-container .select2-selection--multiple {
    min-height: 54px;
    padding: 12px;
    border-color: #F2F2F2 !important;
}
.form-control + .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-control + .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    min-height: 52px;
}
.input-validation-error + .select2-container .select2-selection--single,
.input-validation-error + .select2-container .select2-selection--multiple {
    color: red;
    border-color: red !important;
}
select.areas-select2[multiple] {
    height: 38px;
    display: block;
    width: 100%;
    font-size: 0;
}
.select2-container {
    display: block;
    width: auto!important;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    display: block;
    width: 100%;
    padding: 4px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 38px;
    overflow: auto;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
.select2-container .select2-selection--multiple {
    padding: 4px 12px 4px 7px;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    border-radius: 0;
    border: 0;
    margin-top: 6px;
    padding-left: 0;
    margin-left: 0;
    background-color: transparent;
    color: #000;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0;
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.select2-search--dropdown {
    line-height: 19px;
}
.select2-results__option {
    padding: 0 16px;
    font-size: 14px;
}
.select2-search--dropdown .select2-search__field {
    outline: none!important;
}
.select2-container .select2-selection--multiple {
    overflow-y: hidden !important;
    overflow-x: auto !important;
}
.select2-container .select2-selection--multiple::-webkit-scrollbar {
    display: none;
}
.select2-container .select2-selection--multiple {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container.select2-container--focus .select2-selection--multiple {
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice::after {
    content: ',';
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:last-child::after {
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    letter-spacing: 0;
    padding-right: 0;
    color: #555;
    line-height: 1.4;
    font-size: 14px;
}
.select2-container--default .select2-results__option.select2-results__option--selectable {
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 8px;
}
.select2-container--default .select2-results__option.select2-results__option--selectable:before {
    display: inline-block;
    content: '';
    height: 14px;
    width: 14px;
    background-color: #e4e4e4;
    border: solid black 1px;
    margin-right: 6px;
    background-position: center;
    background-size: 10px auto;
    background-repeat: no-repeat;
}
.select2-container--default .select2-results__option.select2-results__option--selected:before {
    background-color: #fff;
    background-image: url(images/icon-check.svg);
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #005486;
}
.select2-container--default .select2-results__group {
    padding: 6px 6px 0;
}
.select2-container--default .select2-search--inline {
    padding-left: 6px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
    margin: 0 !important;
    vertical-align: unset;
    color: #868686;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
header .btn-primary {
    color: #fff;
    font-weight: bold;
    padding: 15px 20px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    text-align: center;
    background-color: #005486;
    border: 0;
    margin-top: 28px;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple {
    position: static;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    -webkit-box-shadow: -5px 0px 5px 0px rgba(255,255,255,1);
    -moz-box-shadow: -5px 0px 5px 0px rgba(255,255,255,1);
    box-shadow: -5px 0px 5px 0px rgba(255,255,255,1);
    text-shadow: none;
    z-index: 2;
    top: 3px;
    right: 1px;
    height: calc(100% - 6px);
    background-color: #fff;
    padding-left: 4px;
    padding-right: 8px;
    margin: 0;
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
}
.main-content.news-detail .panel-body > .row > .col-xs-12,
.main-content .panel-body > .row > .col-xs-12 > div,
.main-content .panel-body > .row > .col-xs-12 > p,
.main-content .panel-body > .row > .col-xs-12 > span,
.main-content .panel-body > .row > .col-xs-12 > div p,
.main-content .panel-body > .row > .col-xs-12 > div span {
    font-size: 16px;font-weight: 100;
}
.container.main-content.news-detail .panel-body > .row > .col-xs-12 img {
    margin-bottom: 15px;
}
.iframe-container {
    padding-top: 56%;
    position: relative;
    overflow: hidden;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.discover-modal .fluid-carousel {
    max-width: 100%!important;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}
header {
    z-index: 11;
}
.search-discover-form {
    position: sticky;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    margin-inline: -1px;
    padding-top: 32px;
    z-index: 10;
}
.search-discover-form:before {
    width: 100vw;
    height: 188px;
    display: block;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid #ccc;
}
.search-discover-form .panel-group.accordion,
.search-discover-form .btn-group.accordion .panel-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-discover-form .btn-group.accordion .panel-default > .panel-heading a {
    color: #005486;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-image: url(images/icon-search.svg);
    padding-left: calc(23px + 16px);
    background-repeat: no-repeat;
    background-position: left center;
}
.search-discover-form .btn-group.accordion .panel-default > .panel-heading {
    background-color: transparent;
    border: 0;
}
.search-discover-form .btn-group.accordion {
    width: 100%;
}
.search-discover-form .panel-group.accordion {
    margin: 0;
}
.search-discover-form .panel-group.accordion label {
    padding: 0;
}
.search-discover-form .panel-group.accordion .form-group {
    margin-bottom: 16px;
}

/* Media queries */
@media (max-width:1000px) {
    /* new 09/2022 */
    .container.main-content.about .col-md-4-custom > .btn-group.accordion .dropdown-toggle, .container.main-content.about .col-md-4-custom > .btn-group.accordion button.btn.btn-default {
        color: #ffffff;
        background-color: #094677;
        box-shadow: none;
    }
    .container.main-content.about .col-md-4-custom > .btn-group.accordion button.btn.btn-default {
        width: 100%;
        z-index: 1;
    }
    .container.main-content.about .col-md-4-custom > .btn-group.accordion .collapse.in {
        float: left;
        width: 100%;
    }
    .modal.discover-modal .container {
        max-width: 100%;
    }
}
@media (max-width:991px) {
    /* new 03/2023 */
    .manage-req-form {
        margin-top: 32px;
    }
    /* new 03/2023 */
    .modal-dialog {
        margin: 30px auto;
    }
    .modal.discover-modal .owl-carousel.owl-drag .item img {
        width: 100%;
        height: auto;
        max-height: 400px;
    }
}
@media (max-width:767px) {
    /* new 03/2023 */
    button.btn.btn-link.only-modal {
        padding-right: 0;
        margin-right: -20px;
    }
    .team-section > div:first-child > .manage-req-form {
        margin-top: 24px;
    }
    .discover-modal .modal-body,
    .discover-modal .container,
    .discover-modal .panel-body {
        padding: 0;
    }
    .modal.discover-modal table td.title {
        font-size: 12px;
    }
    .discover-modal .single-carousel,
    .discover-modal .fluid-carousel {
        margin-bottom: 15px;
        padding: 0;
    }
    .modal.discover-modal .half-images > div {
        padding: 0;
        margin-bottom: 15px;
    }
    .card .list-sevices > div {
        width: calc(100% - 80px);
    }
    .card .panel-body .short-abstract {
        height: 78px;
    }
    /* new 03/2023 */
    /* new 11/2022 */
    .news-list .panel .panel-body > .row > .col-xs-12 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .news-list > h1 {
        padding-left: 32px;
        padding-right: 32px;
    }
    /* new 11/2022 */
    .modal.custom-modal table td {
        padding-left: 30px;
        display: block;
        padding-top: 0;
        min-height: 24px;
    }
    .modal.custom-modal table td.icon {
        width: 25px!important;
        display: inline-block;
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 0;
        padding-bottom: 0;
    }
    .modal.custom-modal table td.icon .fa {
        margin-top: 0;
        margin-bottom: 0;
        height: 19px!important;
        width: 19px!important;
        line-height: 20px;
        font-size: 15px;
        background-size: auto 15px;
    }
    .modal.custom-modal table td.title {
        width: calc(100% - 45px);
        display: inline-block;
        padding-top: 5px;
        padding-left: 5px;
        padding-bottom: 0;
        min-height: 0;
    }
    .modal.custom-modal .modal-title.h1 {
        padding: 15px 10px;
        font-size: 27px;
    }
    .modal-experiences .modal-dialog {
        width: calc(100% - 24px);
    }
    .modal-experiences .modal-body {
        padding: 0 16px 24px;
    }
    .modal-experiences .modal-body .title {
        font-size: 26px;
    }
    .modal-experiences .modal-body .subtitle {
        font-size: 16px;
    }
    .modal-experiences .box .title {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .modal-experiences .box .title i {
        font-size: 19px;
        display: block;
    }
    .modal-experiences .box {
        padding: 10px;
    }
    .modal-experiences .box .brand .title {
        font-size: 20px;
        margin-top: 21px;
        margin-left: -15px;
    }
    .modal-experiences .box .brand .date {
        font-size: 12px;
        margin-left: -15px;
    }
    .modal-experiences .box .location {
        margin-left: -15px;
        font-size: 12px;
    }
    /* new 09/2022 */
    #mapToggler,
    #gmapDiv:not(.fullmaps) {
        display: none;
    }
    .news-list .panel {
        margin-bottom: 32px;
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading {
        padding-top: 32px;
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a {
        font-size: 22px;
        position: relative;
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a::before,
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a::after {
        content: "";
        position: absolute;
        width: 1px;
        height: 10px;
        background-color: #005486;
        top: calc(50% - 6px);
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a::before {
        transform: rotate(45deg);
        right: 16px;
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a::after {
        transform: rotate(-45deg);
        right: 23px;
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a[aria-expanded="true"]::before {
        transform: rotate(-45deg);
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a[aria-expanded="true"]::after {
        transform: rotate(45deg);
    }
    .search-discover-form .row.discover-form > div .form-group {
        margin-bottom: 16px;
    }
    .modal.custom-modal .panel-heading a[data-toggle="collapse"]::before,
    .modal.custom-modal .panel-heading a[data-toggle="collapse"]::after {
        top: 23px;
    }
}
@media (max-width:374px) {
    .modal-experiences .box .brand .date {
        font-size: 11px;
    }
    .modal-experiences .box .location {
        font-size: 10px;
    }
    .modal-experiences .modal-body .title {
        font-size: 22px;
    }
    .modal-experiences .modal-body .subtitle {
        font-size: 13px;
    }
    .modal-experiences .box .title {
        font-size: 13px;
    }
    .modal-experiences .box .title i {
        font-size: 16px;
    }
}

/* new 12/2020 */
@media (max-width: 1199px) {
    .discover-modal .container {
        width: 100%;
    }
    .discover-modal .close {
        line-height: 32px;
    }
    .modal.custom-modal.discover-modal .modal-title {
        font-size: 21px;
        line-height: 1.2;
    }
    .discover-modal .modal-body {
        padding-top: 120px;
        max-height: 100svh;
    }
    .discover-modal .modal-title {
        font-size: 21px;
    }
    .discover-modal.discover-modal .close {
        line-height: 32px;
    }
    .mega-menu-responsive {
        border-width: 1px;
    }
    .search-discover-form .row.discover-form > div:last-child label {
        display: none;
    }
    .search-discover-form .row.discover-form > div:last-child .btn {
        margin-bottom: 16px;
    }
}
@media (max-width: 359px) {
    .discover-modal .modal-body {
        padding-top: 140px;
    }
}
@media (min-width: 768px) {
    .custom-modal .modal-dialog {
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .home-news .panel-subtitle {
        min-height: 70px;
    }
    /* new 03/2023 */
    .discover-modal {
        padding: 0 17px;
    }
    .discover-modal .modal-dialog {
        width: auto;
        position: static;
    }
    .container.main-content .card .col-xs-12.noPrint {
        padding-right: 0;
    }
    .container.main-content .card .col-lg-6 .panel-body {
        padding-left: 0;
    }
    .modal.discover-modal .half-images > div:first-child {
        padding-right: 15px;
    }
    .modal.discover-modal .half-images > div:last-child {
        padding-left: 15px;
    }
    .modal.custom-modal .row > .col-sm-6:first-child > table {
        margin-right: -15px;
        width: calc(100% + 15px);
    }
    .modal.custom-modal .row > .col-sm-6:last-child > table {
        margin-left: -15px;
        width: calc(100% + 15px);
    }
    .card .panel-body .short-abstract {
        height: 79px;
    }
    .card .list-sevices .fa {
        margin: 0;
    }
    .search-discover-form .collapse {
        display: block;
    }
    .search-discover-form .btn-group.accordion .panel-default > .panel-heading a {
        pointer-events: none;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .card .list-sevices {
        position: absolute;
        width: calc(50% - 40px);
        bottom: 5px;
        left: calc(50% + 15px);
        line-height: 1;
        background-color: #fff;
        margin-bottom: 5px;
    }
}
@media (min-width:992px) {
    .container.main-content.about img {
        max-width: 100%;
    }
    .home-news .panel-subtitle {
        min-height: 116px;
    }
    .container.main-content .card .col-lg-6 .panel-body {
        padding-left: 15px;
    }
    .card .list-sevices {
        left: 30px;
        width: calc(100% - 50px);
        margin-bottom: 15px;
    }
    .card .list-sevices .fa {
        margin: 0;
    }
    .container.main-content .card .col-xs-12.noPrint {
        padding-right: 15px;
    }
}
@media (min-width:1001px) {
    .btn-group.accordion button[data-target="#collapseMapMenu"] {
        display: none;
    }
    .btn-group.accordion #collapseMapMenu {
        display: block;
        position: relative;
        margin: 0;
    }
}
@media (min-width:1200px) {
    .home-news .panel-subtitle {
        min-height: 93px;
    }
    body .rich-blog-homepage .post-title {
        min-height: 48px;
    }
	body .rich-blog-homepage .post-description, body .rich-blog-homepage .post-description p {
        min-height: 132px;
	}
    .rich-blog-homepage {
        width: 100%;
    }
    .container.main-content .card .col-lg-6 .panel-body {
        padding-left: 0;
    }
    .card .list-sevices {
        position: absolute;
        width: calc(50% - 40px);
        bottom: 5px;
        left: calc(50% + 15px);
        line-height: 1;
        background-color: #fff;
        margin-bottom: 20px;
    }
    .card .list-sevices > div {
        width: 100%;
    }
    .card .list-sevices div > * {
        font-size: 10px;
    }
    .modal.custom-modal .modal-title {
        font-size: 38px;
    }
    .card .panel-body .short-abstract {
        height: 63px;
    }
    .container.main-content .card > .row > .col-xs-12:first-child {
        padding-right: 0;
    }
    .container.main-content .card .col-xs-12.noPrint {
        padding-right: 0;
    }
}
@media (min-width:1281px) {
    .navbar-default .navbar-nav > li > a {
        padding: 41px 15px 43px;
    }
    .bg-img.video {
        padding-top: calc(100vh - 149px);
    }
    body .rich-blog-homepage .post-title {
        min-height: 32px;
    }
	body .rich-blog-homepage .post-description, body .rich-blog-homepage .post-description p {
        min-height: 110px;
	}
}
@media (min-width:1440px) {
    .home-news .panel-subtitle {
        min-height: 70px;
    }
    .container,
    header .container-fluid {
        width: 1400px;
        max-width: 1400px;
    }
    .gallery-link .col-xs-12 div {
        max-width: none;
        background-size: cover;
        background-position: center;
    }
    .card .panel-body .short-abstract {
        height: 94px;
    }
    .discover-modal .container {
        width: 1410px;
    }
    .discover-modal .row.half-images,
    .discover-modal .single-carousel,
    .discover-modal .fluid-carousel {
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    .col-xl-6 {
        width: 50%;
    }
    .container.main-content .card .panel-heading .item {
        padding: 100% 0 0;
    }
    .card .list-sevices {
        margin-bottom: 18px;
    }
    .card .list-sevices .fa {
        margin: 1px 0;
    }
    .card .list-sevices > div {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .card .list-sevices > div:last-child {
        width: 100%;
        margin-bottom: 4px;
    }
    .card .list-sevices div > * {
        font-size: 11px;
    }
}
@media (min-width:1920px) {
    .home-news .panel-subtitle {
        min-height: 47px;
    }
}
@page {
    size: A4;
    margin: 7mm 0;
}
@media print {
    html, body {
        height: auto !important;
        scroll-behavior: auto !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .container.main-content .cards .card,
    .cards .panel-group {
        margin-bottom: 10px;
    }
    .container.main-content .cards > .col-xs-12 {
        width: 100%;
    }
    .container.main-content .only-print img {
        width: 33%;
        margin-inline: auto;
        margin-bottom: 32px;
    }
    .container.main-content .card .panel-heading .item {
        margin: 0;
    }
    .container.main-content .card {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-bottom: 20px;
    }
    .container.main-content .cards .col-xs-12,
    .container.main-content .cards .panel-group,
    .container.main-content .cards .panel-group .card {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
    }
    .modal.custom-modal {
        background: #fff !important;
        background-color: #fff !important;
        visibility: visible;
        overflow: visible !important;
        position: unset;
        page-break-inside: avoid;
    }
    .modal.custom-modal .anchorage {
        margin-top: -120px;
    }
    .modal.custom-modal .anchorage .modal-title {
        font-size: 21px;
    }
    .modal.custom-modal .discover-modal .abstract,
    .modal.custom-modal .discover-modal .abstract p,
    .modal.custom-modal .discover-modal .abstract span {
        font-size: 16px;
    }
    .modal.custom-modal img {
        margin-left: 0;
    }
    .element::-webkit-scrollbar {
        width: 0 !important;
    }
    .element {
        -ms-overflow-style: none !important;
    }
    .element {
        overflow: -moz-scrollbars-none !important;
    }
    .modal.custom-modal img {
        width: auto;
    }
  	.search-discover-form,
    div#accordion-menu .only-link,
    .container.main-content.about .col-md-4-custom,
    .container.main-content.about.custom-about .portlet.box.requestsManage,
    .container.main-content.about.custom-about .accordion.modal-list > ul > li > a,
    .container.main-content.bottom,
    footer,
    .modal.custom-modal .close,
    .custom-modal .modal-header + .modal-header,
    .noPrint,
    /* new 09/2022 */
    .container.main-content.about .col-xs-12.col-md-8-custom > h1,
    .container.main-content.about .col-xs-12.col-md-8-custom > h4,
    .modal.custom-modal .half-images > div .fa.fa-download,
    .mega-menu-responsive,
    #CookiebotWidget,
    .container.main-content.about .col-xs-12.col-md-8-custom > img,
    .container.visible-xs-custom,
    /* new 03/2023 */
    .card .btn,
    .discover-form,
    .container.main-content .card .panel-heading a.btn-sm,
    #myModal_Login,
    .requestsManage,
    .grecaptcha-badge {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }
    .container.main-content .card .panel-title {
        padding-right: 10px;
        width: calc(65% - 16px);
    }
    .card .panel-body .short-abstract {
        height: 58px;
        padding-right: 10px;
        width: calc(65% - 16px);
        font-size: 12px;
    }
    .card .list-sevices .fa {
        height: 13px !important;
        width: 13px !important;
        line-height: 13px;
    }
    /* new 09/2022 */
    .only-print {
        display: inline-block;
    }
    .only-print .img-responsive {
        position: static;
    }
    .half-images.only-print {
        display: block;
    }
    .modal.custom-modal img.only-print {
        max-height: 35px;
        width: auto;
        float: right;
    }
    .modal.custom-modal .anchorage .only-print {
        width: 100%;
        padding-top: 24px;
        margin-bottom: 8px;
    }
    .modal.custom-modal .anchorage .only-print img {
        margin: auto;
        width: calc(100% - 40px) !important;
    }
    .modal.custom-modal .anchorage .only-print img {
        padding-bottom: 8px;
        border-bottom: 8px solid #d6f3f4;
    }
    .modal.custom-modal .anchorage-image {
        position: relative;
        padding-top: 33%;
        display: block;
        width: calc(100% - 24px);
        margin-left: 12px;
    }
    .discover-modal .row.half-images > div:first-child {
        text-align: right;
    }
    .modal.custom-modal .anchorage-image img {
        position: absolute;
        height: 100%;
        width: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        top: 50%;
        left: 50%;
        margin-bottom: 8px;
    }
    .modal.custom-modal .anchorage .modal-title {
        color: #3e5574 !important;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    body .discover-modal .abstract.anchorage-abstract {
        font-size: 14px;
        letter-spacing: 1px;
    }
    body .discover-modal .col-sm-6 {
        width: 50%;
        float: left;
    }
    .modal.custom-modal table.table-striped {
        margin-left: 8px !important;
    }
    .modal.custom-modal table.table-striped tr td {
        display: table-cell;
    }
    .modal.custom-modal table.table-striped tr td.title {
        color: #d6f3f4 !important;
        font-weight: 400 !important;
        padding-left: 2px;
    }
    .modal.custom-modal table.table-striped tr td:last-child {
        padding-left: 0;
    }
    .custom-modal .modal-dialog .modal-content {
        border: 0;
    }
    .custom-modal .modal-header {
        padding-top: 0;
        padding-bottom: 8px;
    }
    .modal.custom-modal img {
        width: 50%;
        padding-top: 0;
    }
    .navbar-brand img {
        max-height: 32px;
    }
    .container.main-content.about .col-xs-12,
    .container.main-content.about .col-xs-12.col-md-8-custom p {
        line-height: 1;
        margin: 0;
    }
    /*.modal.custom-modal .half-images > div {
        padding-top: 36%;
    }*/
    .row.single-image.only-print {
        display: block;
        width: 100%;
    }
    .container.main-content.about .col-xs-12,
    .modal.custom-modal .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .modal.custom-modal table {
        line-height: 1;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .modal.custom-modal table td {
        min-height: 0;
    }
    .modal.custom-modal table tr:last-child,
    .modal.custom-modal table tr:last-child td {
        border-bottom: 0;
    }
    .modal.custom-modal table td.icon .fa {
        margin-top: 0;
        margin-bottom: 0;
    }
    .modal.custom-modal table td.title {
        min-height: 0!important;
    }
    /*.modal.custom-modal .row .col-sm-6 {
        width: 49% !important;
        display: inline-block;
    }*/
    .container.visible-xs-custom {
        padding: 0;
    }
    .container.visible-xs-custom .navbar-brand img,
    .modal-dialog,
    .custom-about .accordion{
        margin: 0 auto;
    }
    div#accordion-menu .panel-body {
        padding: 0;
    }
    /* new 09/2022 */
    .container.main-content .card .col-lg-6 .panel-body {
        padding-left: 25px;
    }
    /* new 03/2023 */
    .card .list-sevices div > * {
        font-size: 9px;
    }
    .card .list-sevices {
        width: calc(43% - 36px);
        background: #fff !important;
        position: absolute;
        left: auto;
        right: 16px;
        bottom: 0;
        padding-left: 8px;
        border-left: 1px solid #dedede;
    }
    .container.main-content .card .col-xs-12 {
        width: 50%;
    }
    .container.main-content .card .col-lg-6 .panel-body {
        padding: 0;
        height: auto!important;
    }
    .container.main-content .card .row > .col-xs-12:first-child {
        width: 25%;
        padding-left: 15px;
    }
    .container.main-content .card .row > .col-xs-12 {
        width: 75%;
        padding-left: 0;
    }
    .card .list-sevices > div {
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .container.main-content .card .panel-title {
        color: #005486!important;
    }
    .container.main-content .card .panel-title span {
        color: #43bcc9!important;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .discover-modal {
        background-color: #fff;
    }
    .discover-modal .modal-header {
        padding-left: 0;
    }
    .modal.custom-modal table td.title,
    .modal.custom-modal table td {
        padding-left: 15px;
        height: auto;
    }
  	.modal.custom-modal p img, .modal.custom-modal strong img {
    	width: auto;
	}
    .modal.discover-modal .half-images > div {
        width: calc(50% - 12px) !important;
        padding: 20px 7px !important;
        float: left !important;
    }
    .modal.discover-modal .half-images > div img {
        width: auto;
        height: 480px;
    }
    .card .list-sevices > div {
        width: 105%;
        white-space: normal;
    }
  body .discover-modal .abstract,
  body .discover-modal .abstract p,
  body .discover-modal .abstract span {
      line-height: 1.2 !important;
  }
  .container.main-content img {
      max-width: 850px;
  }
  .discover-modal.custom-modal .modal-header {
      position: static;
      border-bottom: 0;
  }
  .discover-modal .modal-body {
      margin-top: 0;
      max-height: none;
      overflow: hidden;
  }
}
@media print (hover: none) {
    .container.main-content.about .col-xs-12,
    .container.main-content.about .col-xs-12.col-md-8-custom p,
    .modal.custom-modal table {
        font-size: 9px;
    }
}

