html, body {
  height: 100%;
  font-size: 16px;
}
body {
    background: url("../img/bg-default.jpg") repeat-x scroll left top, url("../img/bg-repeat.jpg") repeat scroll left top rgba(0, 0, 0, 0);
    border-top: 5px solid #141414;
    color: #222;
    font-weight: 400;
    line-height: 120%;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
.entry-title {
    color: #036;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 40px;
}
p {	
}
.page-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	color: #367;
	font-weight: 300;
	font-size: 2rem;
}
h2, .h2 {
    font-size: 2rem;
}
h3, .h3 {
    font-size: 1.8rem;
	font-weight: normal;
	color: #369;
}
a {
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10 */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
}
a:hover {
	text-decoration: none !important;
}
hr {
    display: block;
    float: none !important;
	clear: both;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-top: 20px;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height: 20px;
}
.divider {
	clear: both;
	border-bottom: 1px solid #ddd;
	padding-top: 30px;
	margin-bottom: 30px;
}
.aligncenter, .alignleft, .alignright {
	float: none;
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
@media(min-width: 768px){
    .alignleft {
        float: left;
        margin-right: 20px;
    }
    .alignright {
        float: right;
        margin-left: 20px;
    }
}
.w-100 {width: 100% !important;max-width: 100% !important;min-width: 100% !important;}
.well {
	min-height: 20px;
	padding: 20px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sfmsb-icon-specificfeeds {
	display: none;
}
.privacy {
	font-size: .8rem;
	height: 150px;
	overflow: auto;
	padding: 10px 15px;
	background: #f0f0f0;
}
.entry-content {
	text-align: justify;
}
.tag-links {
	clear: both;
	display: block;
	padding-top: 20px;
}
.tag-links a {
	margin-left: 5px;
	color: #369;
}
img {
	max-width: 100%;
	height: auto;
}

/**/

.admin-bar .navbar-fixed-top {
	top: 30px;
}
.wrapper-page {
	padding-top: 75px;
}
.admin-bar .wrapper-page {
	padding-top: 73px;
}
.headermenu {
	background: #369;
	color: #fff;
	position: relative;
}
.headermenu a {
	color: #fff;
}
.navbar-brand {
	background: url(../img/logo-lifc.png) no-repeat;
	display: block;
	width: 167px;
	height: 75px;
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	margin: 5px 30px 0 10px !important;
}
.navbar-right {
	margin-right: 0;
}
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
	border-left: 1px solid #69c;
}
.navbar-nav > li > a:hover, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-nav > li.current-menu-parent > a,
.news-single .navbar-nav > li#menu-item-104 > a,
.eventi-single .navbar-nav > li#menu-item-104 > a {
    background-color: #036;
}
.navbar-nav > li:last-child > a {
    background: #f90 url(../img/ico-cuore.png) no-repeat 10px center;
    font-size: 1rem;
    font-weight: 500;
	padding-left: 40px;
	color: #141414;
}
.navbar-nav > li:last-child > a:hover,
.navbar-nav > li:last-child > a:focus {
    background-color: #036;
	color: #fff;
}
.dropdown-menu {
	border-radius: 0px;
}

/*
 * Main navigation: desktop submenus open on hover/focus while the parent
 * remains a normal navigable link. Mobile/touch expansion is handled in
 * lifc.js so the first tap reveals the submenu and a second tap follows
 * the parent link.
 */
@media (min-width: 768px) {
	#lifc-main-navigation .navbar-nav > li.dropdown:hover > .dropdown-menu,
	#lifc-main-navigation .navbar-nav > li.dropdown:focus-within > .dropdown-menu,
	#lifc-main-navigation .dropdown-submenu:hover > .dropdown-menu,
	#lifc-main-navigation .dropdown-submenu:focus-within > .dropdown-menu {
		display: block;
	}

	#lifc-main-navigation .dropdown-submenu {
		position: relative;
	}

	#lifc-main-navigation .dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
	}
}
.navbar-nav > li:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.news-single .dropdown-menu > #menu-item-107 > a,
.eventi-single .dropdown-menu > #menu-item-106 > a {
    background-color: #69c;
	color: #fff;
}
#menu-item-111 {
	position: absolute;
	right: 0;
	top: 0;
}
#banners-home .banner {
	margin-bottom: 10px;
	text-align: center;
}
#banners-home .banner:last-child {
	margin-bottom: 0;
}

.contentpage {background: #fff;padding: 1rem;}
.contentpage ul, .contentpage ol {margin-left: 0; padding-left:0; margin-bottom:20px;}
.contentpage ul li {margin: 0 0 10px 15px;list-style: square;}
@media(min-width: 768px){
  .contentpage {padding: 2rem;}
}
.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.media-heading {
    margin-bottom: 10px;
}
.news-area .panel-default, .events-area .panel-default {
	min-height: 300px;
	height: auto;
}
.article-list .media img {
	width: 100px;
	max-width: 250px;
}

.preview-list.owl-carousel {
    overflow: visible !important;
}
.owl-nav {
    position: absolute;
    right: 0;
    top: -45px;
}
.owl-nav div,
.owl-nav button {
	width: 32px;
	height: 32px;
	text-align: left;
	text-indent: -5000px;
	overflow: hidden;
	background: #ddd;
	display: inline-block;
	margin-left: 2px;
}
.owl-nav div:hover,
.owl-nav button:hover {
	opacity: 0.7;
}
.owl-nav div.owl-prev,
.owl-nav button.owl-prev {
	background: url(../img/ico-arrow-left.png) no-repeat center;
}
.owl-nav div.owl-next,
.owl-nav button.owl-next {
	background: url(../img/ico-arrow-right.png) no-repeat center;
}
.owl-dots {
    text-align: center;
}
.preview-list .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0px;
    text-align: right;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6;
    border-radius: 30px;
    display: block;
    height: 8px;
    margin: 5px 4px;
    width: 8px;
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.2s ease-out;  /* FF4+ */
	-ms-transition: all 0.2s ease-out;  /* IE10 */
	-o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	transition: all 0.2s ease-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #69c;
}
.news-area .home-section-title a {
	display: block;
	padding: 10px;
	/*background: url(../img/ico-news.png) no-repeat 0 0;*/
	color: #036;
}
.events-area .home-section-title a {
	display: block;
	padding: 0px 0 10px 40px;
	background: url(../img/ico-eventi.png) no-repeat 0 0;
	color: #036;
}
.news-area .panel-body,
.events-area .panel-body {
	padding-bottom: 20px;
}
.media {
	display: block;
}
.allegati {
	clear: both;
}
.allegati img {
	max-width: 70px;
	max-height: 70px;
}
.wp-caption-text {
	color: #999;
}

/* CUSTOM PAGINATION */
.custom-pagination {
	clear: both;
	padding: 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 2px;
}
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #f90;
}
.custom-pagination a:hover {
  background-color: #f90;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
  color: #999;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #f90;
  color: #fff;
}
/**/

#sidebar ul {
	margin: 0 0 20px;
	padding: 0;
}
#sidebar ul li {
	margin: 0 0 10px;
	list-style: none;
}
#sidebar .widget_custom_post_widget p {
	margin: 0;
}
#sidebar .widget_custom_post_widget p img {
	height: auto !important;
}

.footer-page #sidebar ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.footer-page #sidebar ul li {flex: 1;}
.footer-page #sidebar ul li a {display: block;}
.footer-page #sidebar ul li a img {width: 100%;}
@media(max-width: 640px){
  .footer-page #sidebar ul {
    flex-direction: column;
  }
}

/*.wysija-paragraph {
	float: left;
}
.wysija-input {
	background: #369;
	border: none;
	padding: 4px 10px;
	height: 30px;
	color: #fff;
}
.wysija-submit {
    background: #036;
    border: medium none;
    height: 30px;
    padding: 4px 10px;
	color: #fff;
}*/
.footer-area {
	background: #9cf;
	padding: 20px 0 40px;
    color: #036;
    font-size: .9rem;
}
.footer-area .xoxo {
	margin: 0;
}
.footer-area .xoxo li {
	margin: 0;
	list-style: none;
}
.sfmsb-follow-social-buttons.sfmsb-under a {
    display: inline-block;
    margin: 2px;
}

#menu-footer-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 30px;
}
#menu-footer-menu a {
	display: block;
	color: #036;
	padding: 10px 0;
	border-bottom: 1px solid #69c;
}

#sidebar {
	padding-top: 70px;
}
#sidebar #custom_post_widget-2 img {
	border: 1px solid #ddd;
}

.secondfooter {
	position: fixed;
	z-index: 500;
	left: 0;
	bottom: 0;
	width: 100%;
}
.secondfooter .sticky {
	background: #369;
	color: #fff;
	padding: 5px 15px;
	font-size: .9rem;
}
.secondfooter .sticky a {
	color: #fff;
}
.copy {
	float: left;
}
.credits {
	float: right;
	text-align: right;
}

@media (min-width: 1200px) {
	.navbar-nav > li > a {
		font-size: 1rem;
	}
	.entry-content iframe {
		width: 100% !important;
		height: 440px !important;
	}
}
@media (min-width: 980px) and (max-width: 1199px) {
	.entry-content iframe {
		width: 100% !important;
		height: 360px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.navbar-nav > li > a {
		font-size: .8rem;
		padding: 30px 10px;
	}
	.entry-content iframe {
		width: 100% !important;
		height: 300px !important;
	}
	.navbar-brand { 
		height: 50px;
		width: 119px;
		background-size: 100%
	}
	.navbar-nav > li > a {
		border-left: medium none;
		padding: 10px 8px;
	}
	.preview-list img {
		width: 60px;
		height: 60px;
	}
	.navbar-nav > li > a {
		padding: 20px 10px;
	}
}
@media (max-width: 979px) {
	h3, .h3 {
		font-size: 1.1rem;
	}
}
@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-toggle .icon-bar {
	    background: #fff;
	}
	.navbar-nav > li {
		border-bottom: 1px solid #69c;
	}
	.navbar-nav > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 1rem;
	}
	.dropdown-menu > li > a {
		color: #fff;
	}
	#menu-item-111 {
		position: relative;
		right: auto;
		top: auto;
	}
	.preview-list img {
		display: none;
	}
	.entry-content iframe {
		width: 100% !important;
		height: 200px !important;
	}
	.footer-area {
		padding: 20px 0 100px;
	}
	ul.xoxo {
		padding: 20px 15px;
	}
	h1, .h1 {
		font-size: 2.2rem;
	}
	.box-newsletter {
		padding: 20px 15px;
	}
	.admin-bar .navbar-fixed-top {
		top: 46px;
	}
	.admin-bar .wrapper-page {
		padding-top: 75px;
	}
	.well {
		background-color: #dcdcdc;
		border: none;
		border-radius: 0;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
		margin-bottom: -20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.media-left {width:80px;}
	.article-list .media .media-left img {max-width:100%;}
}



/* ########################################################################################################################
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	/*overflow: hidden;*/
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item #p-home img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
/* Owl video styles removed: the theme does not use Owl video slides. */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolioContainer.portfolio-items .gallary {
    width: 33%;
	padding: 5px;
}
.sidebar-columns .xoxo {
	display: flex;
	justify-content: center;
}
.sidebar-columns .xoxo li.widget-container {
	width: 50%
}
.section-info-lifc {
    padding: 30px 0 0;
}
.section-info-lifc .info-lifc ul {
    margin: 0;
    padding: 0;
}
.section-info-lifc .info-lifc ul li {
    list-style: none;
    margin: 0 0 7px;
    padding: 0;
}
.section-info-lifc .info-lifc ul li a {
    height: auto;
    padding-top: 8px;
}
.section-info-lifc .info-lifc ul li a {
    display: table;
    width: 100%;
    background: #2f6f9f;
    color: #fff;
    padding: 20px;
    position: relative;
    text-decoration: none !important;
}
@media (min-width: 768px){
.section-info-lifc .info-lifc ul li a {
    height: 67px;
}
}
@media (min-width: 992px){
.section-info-lifc .info-lifc ul li a {
    height: 91px;
}
}
@media (min-width: 1200px){
.section-info-lifc .info-lifc ul li a {
    height: 111px;
}
}
@media (min-width: 1400px){
.section-info-lifc .info-lifc ul li a {
    height: 113px;
}
}
.section-info-lifc .info-lifc ul li a span {
    display: table-cell;
    vertical-align: middle;
}
.section-info-lifc .info-lifc ul li a i {
    font-size: 3rem;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.section-info-lifc .info-lifc ul li a span.txt {
    padding: 0 0 0 20px;
}
.section-info-lifc .info-lifc ul li a h3,
.section-info-lifc .info-lifc ul li a .section-link-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: white;
}
.givewp-donation-form-modal__overlay {
  z-index: 99999;
}
/* ========================================================================
   Modernizzazione 2026: accessibilita, robustezza e compatibilita
   ======================================================================== */

:focus-visible {
    outline: 3px solid #f90 !important;
    outline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    text-decoration: underline;
}

/*
 * Pointer focus must not look like keyboard focus. The JS modality class is
 * deliberately limited to links: form controls keep their native focus state.
 */
html.lifc-pointer-input a:focus {
    outline: none !important;
    box-shadow: none !important;
}

html.lifc-keyboard-input a:focus {
    outline: 3px solid #f90 !important;
    outline-offset: 3px;
}

.skip-link.sr-only-focusable:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 12px 16px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: #fff;
    color: #036;
    border: 2px solid #036;
}

.navbar-toggle {
    min-width: 44px;
    min-height: 44px;
}

.navbar-brand:focus-visible,
.navbar-nav > li > a:focus-visible {
    outline-color: #fff !important;
    outline-offset: -4px;
}

.entry-content {
    overflow-wrap: anywhere;
}

.entry-content img,
.wp-caption,
iframe {
    max-width: 100%;
}

iframe {
    border: 0;
}

.footer-widget-area ul,
.footer-widget-area ol {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .entry-content {
        text-align: left;
    }

    .news-area .panel-default,
    .events-area .panel-default {
        height: auto;
        min-height: 300px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Gallery layout without the former external Isotope dependency. */
.portfolioContainer.portfolio-items {
    display: flex;
    flex-wrap: wrap;
}
.portfolioContainer.portfolio-items .gallary {
    width: 33.3333%;
}
@media (max-width: 767px) {
    .portfolioContainer.portfolio-items .gallary {
        width: 50%;
    }
}
@media (max-width: 479px) {
    .portfolioContainer.portfolio-items .gallary {
        width: 100%;
    }
}


/* Accessible carousel controls. */
.owl-nav button {
    border: 0;
    padding: 0;
    cursor: pointer;
}
.owl-nav button:focus-visible,
.owl-autoplay-toggle:focus-visible {
    outline: 3px solid #036 !important;
    outline-offset: 3px;
}
.owl-autoplay-toggle {
    margin-top: 8px;
    padding: 6px 10px;
    border: 1px solid #336699;
    background: #fff;
    color: #036;
    font-size: 0.875rem;
}

.section-info-lifc .section-link-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}


/* RC 2.3: landmark, area riservata e focus dello skip-link. */
.wrapper-page:focus {
    outline: none;
}
.private-widget-area .xoxo {
    margin: 0 0 20px;
    padding: 0;
}
.private-widget-area .xoxo > li {
    margin: 0 0 10px;
    list-style: none;
}

/* WordPress admin bar: evita sovrapposizioni con la navigazione fissa. */
.admin-bar .navbar-fixed-top {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .navbar-fixed-top {
        top: 46px;
    }
}
@media screen and (max-width: 767px) {
    .admin-bar .wrapper-page {
        padding-top: 90px;
    }
}

/* RC 2.3.2: slideshow homepage full-width e controlli laterali accessibili. */
#owl-slideshow,
#owl-slideshow .owl-stage-outer,
#owl-slideshow .owl-stage,
#owl-slideshow .owl-item,
#owl-slideshow .item,
#owl-slideshow .item > a {
    width: 100%;
}

#owl-slideshow .item > a {
    display: block;
}

#owl-slideshow .owl-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

/* Il contenitore nav non deve piu' posizionare le frecce sopra lo slideshow. */
#owl-slideshow .owl-nav {
    position: static;
}

#owl-slideshow .owl-nav button.owl-prev,
#owl-slideshow .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 48px;
    height: 64px;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(0, 51, 102, 0.25);
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    opacity: 1;
}

#owl-slideshow .owl-nav button.owl-prev {
    left: 12px;
}

#owl-slideshow .owl-nav button.owl-next {
    right: 12px;
}

#owl-slideshow .owl-nav button.owl-prev:hover,
#owl-slideshow .owl-nav button.owl-next:hover,
#owl-slideshow .owl-nav button.owl-prev:focus,
#owl-slideshow .owl-nav button.owl-next:focus {
    background-color: #fff;
    opacity: 1;
}

#owl-slideshow .owl-nav button.owl-prev:focus-visible,
#owl-slideshow .owl-nav button.owl-next:focus-visible {
    outline: 3px solid #036 !important;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    #owl-slideshow .owl-nav button.owl-prev,
    #owl-slideshow .owl-nav button.owl-next {
        width: 42px;
        height: 52px;
    }

    #owl-slideshow .owl-nav button.owl-prev {
        left: 8px;
    }

    #owl-slideshow .owl-nav button.owl-next {
        right: 8px;
    }
}
