
:root{
--color-primary:#f9f6f6;
--color-secondary:#1165bb;
--color-success:#28a745;
--color-info:#17a2b8;
--color-warning:#ffc107;
--color-danger:#dc3545;
--color-light:#e1e3e4;
--color-dark:#111111;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:rgba(226, 226, 226, 0);
--body-text-color:#888888;
--body-link-color:#979797;
--body-link-hover-color:#6f6f6f;
--mainnav-text-color:#212529;
--mainnav-link-color:#212529;
--mainnav-link-hover-color:#007bff;
--mainnav-link-active-color:#007bff;
--footer-bg-color:#212529;
--footer-text-color:#6c757d;
--footer-link-color:#6c757d;
--footer-link-hover-color:#ffffff;
}
/* Pattern: Dark */
.t4-palette-dark {
	color: #f8f9fa;
	background-color: #111111;
}
.t4-palette-dark a:not(.btn) {
	color: #22cc99;
}
.t4-palette-dark a:not(.btn):hover {
	color: #22cc99;
}
/* Heading */
.t4-palette-dark h1,
.t4-palette-dark h2,
.t4-palette-dark h3,
.t4-palette-dark h4,
.t4-palette-dark h5,
.t4-palette-dark h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-dark .nav > li > a {
	color: #22cc99;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #22cc99;
}
.layout-home .t4-sticky.t4-palette-dark {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-dark {
	background-color: #111111;
}

/* Pattern: Primary */
.t4-palette-primary {
	color: #f8f9fa;
	background-color: #0a58ca;
}
.t4-palette-primary a:not(.btn) {
	color: #f5f5f5;
}
.t4-palette-primary a:not(.btn):hover {
	color: #ffffff;
}
/* Heading */
.t4-palette-primary h1,
.t4-palette-primary h2,
.t4-palette-primary h3,
.t4-palette-primary h4,
.t4-palette-primary h5,
.t4-palette-primary h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-primary .nav > li > a {
	color: #f5f5f5;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: #ffffff;
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #0a58ca;
}

/* Pattern: Gray */
.t4-palette-gray {
	color: #888888;
	background-color: #f8f9fa;
}
.t4-palette-gray a:not(.btn) {
	color: #22cc99;
}
.t4-palette-gray a:not(.btn):hover {
	color: #22cc99;
}
/* Heading */
.t4-palette-gray h1,
.t4-palette-gray h2,
.t4-palette-gray h3,
.t4-palette-gray h4,
.t4-palette-gray h5,
.t4-palette-gray h6 {
	color: #111111;
}
/* Module */
.t4-palette-gray .nav > li > a {
	color: #22cc99;
}
.t4-palette-gray .nav > li > a:hover,
.t4-palette-gray .nav > li > a:focus,
.t4-palette-gray .nav > li > a:active {
	color: #22cc99;
}
.layout-home .t4-sticky.t4-palette-gray {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray {
	background-color: #f8f9fa;
}

/* Pattern: Transparent */
.t4-palette-transparent {
	color: #f8f9fa;
	background-color: rgba(255, 255, 255, 0);
}
.t4-palette-transparent a:not(.btn) {
	color: #22cc99;
}
.t4-palette-transparent a:not(.btn):hover {
	color: #22cc99;
}
/* Heading */
.t4-palette-transparent h1,
.t4-palette-transparent h2,
.t4-palette-transparent h3,
.t4-palette-transparent h4,
.t4-palette-transparent h5,
.t4-palette-transparent h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-transparent .nav > li > a {
	color: #22cc99;
}
.t4-palette-transparent .nav > li > a:hover,
.t4-palette-transparent .nav > li > a:focus,
.t4-palette-transparent .nav > li > a:active {
	color: #22cc99;
}
.layout-home .t4-sticky.t4-palette-transparent {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-transparent {
	background-color: rgba(255, 255, 255, 0);
}

/* Pattern: Mainnav */
.t4-palette-mainnav {
	color: #6c757d;
	background-color: #f8f9fa;
}
.t4-palette-mainnav a:not(.btn) {
	color: #6c757d;
}
.t4-palette-mainnav a:not(.btn):hover {
	color: #084298;
}
/* Heading */
.t4-palette-mainnav h1,
.t4-palette-mainnav h2,
.t4-palette-mainnav h3,
.t4-palette-mainnav h4,
.t4-palette-mainnav h5,
.t4-palette-mainnav h6 {
	color: #6c757d;
}
/* Module */
.t4-palette-mainnav .nav > li > a {
	color: #6c757d;
}
.t4-palette-mainnav .nav > li > a:hover,
.t4-palette-mainnav .nav > li > a:focus,
.t4-palette-mainnav .nav > li > a:active {
	color: #084298;
}
.layout-home .t4-sticky.t4-palette-mainnav {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-mainnav {
	background-color: #f8f9fa;
}

/* Pattern: Calisti1 */
.t4-palette-calisti1 {
	color: #6c757d;
	background-color: #efefef;
}
.t4-palette-calisti1 a:not(.btn) {
	color: #6c757d;
}
.t4-palette-calisti1 a:not(.btn):hover {
	color: #042e6d;
}
/* Heading */
.t4-palette-calisti1 h1,
.t4-palette-calisti1 h2,
.t4-palette-calisti1 h3,
.t4-palette-calisti1 h4,
.t4-palette-calisti1 h5,
.t4-palette-calisti1 h6 {
	color: #6c757d;
}
/* Module */
.t4-palette-calisti1 .nav > li > a {
	color: #6c757d;
}
.t4-palette-calisti1 .nav > li > a:hover,
.t4-palette-calisti1 .nav > li > a:focus,
.t4-palette-calisti1 .nav > li > a:active {
	color: #042e6d;
}
.layout-home .t4-sticky.t4-palette-calisti1 {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-calisti1 {
	background-color: #efefef;
}

/* Pattern: Calisti2 */
.t4-palette-calisti2 {
	color: #d7d7d7;
	background-color: #2f2f2f;
}
.t4-palette-calisti2 a:not(.btn) {
	color: #b1b4b6;
}
.t4-palette-calisti2 a:not(.btn):hover {
	color: #72757c;
}
/* Heading */
.t4-palette-calisti2 h1,
.t4-palette-calisti2 h2,
.t4-palette-calisti2 h3,
.t4-palette-calisti2 h4,
.t4-palette-calisti2 h5,
.t4-palette-calisti2 h6 {
	color: #949ece;
}
/* Module */
.t4-palette-calisti2 .nav > li > a {
	color: #b1b4b6;
}
.t4-palette-calisti2 .nav > li > a:hover,
.t4-palette-calisti2 .nav > li > a:focus,
.t4-palette-calisti2 .nav > li > a:active {
	color: #72757c;
}
.layout-home .t4-sticky.t4-palette-calisti2 {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-calisti2 {
	background-color: #2f2f2f;
}

/* Section: topbar */

#t4-topbar .bg-overlay {
	opacity: 0.5;
}

/* Section: header */

#t4-header .bg-overlay {
	opacity: 0.5;
}
#t4-header .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

/* Section: masthead */

#t4-masthead .bg-overlay {
	opacity: 1;
}
#t4-masthead .bg-overlay-image {
	background-image: url(/cm/images/demo/bg/section-5.png);
	background-size: cover;
}

/* Section: Sopra1 */

#t4-sopra1 .bg-overlay {
	opacity: 0.5;
}
#t4-sopra1 .bg-overlay-image {
	background-image: url(/cm/images/sfondi/stucco-texture.jpeg#joomlaImage://local-images/sfondi/stucco-texture.jpeg?width=2000&height=1333);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	background-attachment: fixed;
}

/* Section: mainbody */

#t4-mainbody .bg-overlay {
	opacity: 0.5;
}

/* Section: Sotto1 */

#t4-sotto1 .bg-overlay {
	opacity: 0.5;
}

/* Section: Sotto2 */

#t4-sotto2 .bg-overlay {
	opacity: 0.5;
}

/* Section: footer */

#t4-footer .bg-overlay {
	opacity: 0.5;
}
/**
 * ------------------------------------------------------------------------
 * JA Stark Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
:root {
  --primary: #f9f6f6;
  --secondary: #1165bb;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e1e3e4;
  --dark: #111111;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; 
}
body {
  background-color: #ffffff;
  color: #888888;
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal; 
}
.t4-content {
  background-color: rgba(226, 226, 226, 0); 
}
h1, h2, h3, h4, h5, h6 {
  font-family: louis_george_cafebold;
  font-style: inherit;
  line-height: 1.4;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 60px; 
}
h2, .h2 {
  font-size: 32px; 
}
h3, .h3 {
  font-size: 28px; 
}
h4, .h4 {
  font-size: 24px; 
}
h5, .h5 {
  font-size: 20px; 
}
h6, .h6 {
  font-size: 16px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #f9f6f6 !important; 
}
.bg-secondary {
  background-color: #1165bb !important; 
}
.bg-success {
  background-color: #28a745 !important; 
}
.bg-info {
  background-color: #17a2b8 !important; 
}
.bg-warning {
  background-color: #ffc107 !important; 
}
.bg-danger {
  background-color: #dc3545 !important; 
}
.bg-light {
  background-color: #e1e3e4 !important; 
}
.bg-dark {
  background-color: #111111 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #f9f6f6 !important;
  border-color: #f9f6f6 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #1165bb !important;
  border-color: #1165bb !important; 
}
.btn.btn-secondary:hover {
  opacity: 0.85; 
}
.btn.btn-success {
  background-color: #28a745 !important;
  border-color: #28a745 !important; 
}
.btn.btn-success:hover {
  opacity: 0.85; 
}
.btn.btn-info {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important; 
}
.btn.btn-danger:hover {
  opacity: 0.85; 
}
.btn.btn-light {
  background-color: #e1e3e4 !important;
  border-color: #e1e3e4 !important; 
}
.btn.btn-light:hover {
  opacity: 0.85; 
}
.btn.btn-dark {
  background-color: #111111 !important;
  border-color: #111111 !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #f9f6f6 !important; 
}
.text-secondary {
  color: #1165bb !important; 
}
.text-success {
  color: #28a745 !important; 
}
.text-info {
  color: #17a2b8 !important; 
}
.text-warning {
  color: #ffc107 !important; 
}
.text-danger {
  color: #dc3545 !important; 
}
.text-light {
  color: #e1e3e4 !important; 
}
.text-dark {
  color: #111111 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #f9f6f6; 
}
.badge-secondary {
  background-color: #1165bb; 
}
.badge-success {
  background-color: #28a745; 
}
.badge-info {
  background-color: #17a2b8; 
}
.badge-warning {
  background-color: #ffc107; 
}
.badge-danger {
  background-color: #dc3545; 
}
.badge-light {
  background-color: #e1e3e4; 
}
.badge-dark {
  background-color: #111111; 
}
/* TPL
--------------------------------------- */
.contact .contact-links ul li a:hover > span, .contact .contact-links ul li a:focus > span, .contact .contact-links ul li a:active > span {
  background: #f9f6f6;
  border-color: #f9f6f6; 
}
.t4-section.t4-pattern-primary {
  background: #f9f6f6; 
}
  .t4-section.t4-pattern-primary .bg-overlay-image::after {
    background: #f9f6f6; 
}
.acm-hero .btn.html5lightbox.primary,
.acm-hero .btn.html5link.primary {
  background: #f9f6f6; 
}
.t4-megamenu .dropdown-menu ul > li a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li a.dropdown-item:hover {
  color: #1165bb; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #1165bb; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #1165bb; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #1165bb; 
}
.module-title {
  color: #1165bb; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #1165bb; 
}