body {
    margin:0px;
	font-family: Tahoma, Arial, Sans-serif;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.gradientDarkBlue {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
	background: #606c88; /* Old browsers */
	background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
}

.gradientBlack {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10111c+0,393449+100 */
	background: #10111c; /* Old browsers */
	background: -moz-linear-gradient(top,  #10111c 0%, #393449 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#10111c), color-stop(100%,#393449)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #10111c 0%,#393449 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #10111c 0%,#393449 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #10111c 0%,#393449 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #10111c 0%,#393449 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10111c', endColorstr='#393449',GradientType=0 ); /* IE6-9 */
}

.fixedWidth {
    position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
}

.cmsScreenBlocker {
    position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
	z-index:1001;
}

.cmsDialogContainer {
    position:fixed;
	left:50%;
	top:50%;
	background-color:#fff;
	color:#000;
	border:3px solid black;
	box-shadow:0px 0px 30px #000;
	padding:10px;
	z-index:1002;
	overflow:visible;
	font-size:14px;
	font-weight:normal;
}

.cmsDialogCloseIcon {
    position:absolute;
	right:0px;
	top:0px;
	margin-top:-10px;
	margin-right:-10px;
	width:32px;
	height:32px;
	background-image:url(/images/dlgclose.png);
}

.cmsDialogContainer .buttonBar {
    position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:right;
}

.cmsDialogContainer .form2columns {
}

.cmsDialogContainer .form2columns label {
    clear:left;
	display:inline-block;
	width:100px;
	line-height:30px;
}

.cmsDialogContainer .form2columns input.text {
	border:0px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #ced6da;
	display:inline-block;
	width:150px;
	line-height:30px;
    clear:right;
}

a {
    cursor:pointer;
}

.cmsTableContainer th i.sortup {
}

.cmsTableContainer th i.sortdown {
}

/**** fixed header table ****/
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}

.fht-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: hidden;
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	overflow: hidden;
    height: 1px;
}
	
.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    top: 0;
    left: 0;
    position: absolute;
}
	    
.fht-table-wrapper .fht-fixed-column {
    z-index: 1;
}

.cmsTableContainer td[field="@"] {
	width:16px;
}

.cmsTableContainer th[field="@"] {
	width:16px;
}
.coreDialogBase {
    position:fixed;
    z-index:1000;
    left:0;
    top:0;
    right:0;
    bottom:0;
}

.coreDialogBase .screenBlocker {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:rgba(0,0,0,0.3);
}

.coreDialogBase .frame {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
}

.coreDialogBase .title {
    height:30px;
    line-height:30px;
    padding-left:24px;
    background-color:#000;
    color:#fff;
    font-weight:bold;
}

.coreDialogBase .dialogBody {
    padding:16px;
    overflow:auto;
}

.coreDialogBase .buttonBar {
    height:40px;
    line-height:40px;
    border-top:1px solid #666;
    text-align:right;
    padding-right:10px;
}

.coreDialogBase .buttonBar button {
    margin-left:10px;
}
/* ============================================================
   contatti.css
   ============================================================ */

/* Container standard del sito (necessario su pagine standalone) */
.ct-section .gs-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.ct-section {
    background-color: #0a0e16;
    padding: 100px 0 120px;
    color: #d1d5db;
}

/* Intestazione ------------------------------------------------ */
.ct-intro {
    text-align: center;
    margin-bottom: 70px;
}

.ct-title {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}

.ct-subtitle {
    font-size: 1.2rem;
    color: #9ca3af;
    margin: 0;
    font-weight: 300;
}

.ct-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0055ff, #00aaff);
    margin: 20px auto 0;
    border-radius: 2px;
}

/* Layout split ----------------------------------------------- */
.ct-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start;
}

/* Info colonna sinistra -------------------------------------- */
.ct-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px;
}

.ct-info-block {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.ct-info-icon {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 3px;
    flex-shrink: 0;
    width: 28px;
    text-align: center;
}

.ct-info-label {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    margin-bottom: 4px;
    font-weight: 600;
}

.ct-info-value {
    font-size: 1.05rem;
    color: #e5e7eb;
    line-height: 1.5;
    text-decoration: none;
}

a.ct-info-value:hover {
    color: #60a5fa;
}

.ct-info-note {
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid #1e2535;
    font-size: 0.875rem;
    color: #4b5563;
}

.ct-info-note p {
    margin: 0;
}

/* Form colonna destra --------------------------------------- */
.ct-form-wrap {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 12px;
    padding: 36px 40px;
}

/* Honeypot: nascosto agli utenti reali */
.ct-hp {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.ct-row {
    margin-bottom: 20px;
}

.ct-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ct-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ct-field label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ct-req {
    color: #3b82f6;
    margin-left: 2px;
}

.ct-field input,
.ct-field select,
.ct-field textarea {
    background: #0f1218;
    border: 1px solid #2d3748;
    border-radius: 6px;
    color: #e5e7eb;
    font-size: 1rem;
    padding: 10px 14px;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.ct-field input::placeholder,
.ct-field textarea::placeholder {
    color: #4b5563;
}

.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.ct-field select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.ct-field select option {
    background: #1f2937;
    color: #e5e7eb;
}

.ct-field textarea {
    resize: vertical;
    min-height: 120px;
}

/* Input validation state */
.ct-field input.ct-invalid,
.ct-field select.ct-invalid,
.ct-field textarea.ct-invalid {
    border-color: #ef4444;
}

/* Privacy checkbox */
.ct-row-privacy {
    margin-bottom: 24px;
}

.ct-checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #9ca3af;
    cursor: pointer;
    line-height: 1.5;
}

.ct-checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #3b82f6;
    cursor: pointer;
}

.ct-checkbox-label a {
    color: #60a5fa;
    text-decoration: none;
}

.ct-checkbox-label a:hover {
    text-decoration: underline;
}

/* Messaggi feedback */
.ct-msg {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 1rem;
    margin-bottom: 16px;
    line-height: 1.5;
}

.ct-msg-err {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
}

.ct-msg-ok {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #6ee7b7;
}

/* Bottone submit */
.ct-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0055ff;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 13px 32px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.ct-btn:hover:not(:disabled) {
    background: #0044cc;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 85, 255, 0.3);
}

.ct-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Spinner */
.ct-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: ct-spin 0.7s linear infinite;
    flex-shrink: 0;
}

@keyframes ct-spin {
    to { transform: rotate(360deg); }
}

/* Responsive ----------------------------------------------- */
@media (max-width: 900px) {
    .ct-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ct-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 580px) {
    .ct-row-2 {
        grid-template-columns: 1fr;
    }

    .ct-form-wrap {
        padding: 24px 20px;
    }

    .ct-title {
        font-size: 1.8rem;
    }
}
/* =============================================
   FOOTER SECTION
   ============================================= */
#gh-footer {
    background: var(--gh-bg-card);
    border-top: 1px solid var(--gh-border);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
}

#gh-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

#gh-footer-grid > div {
    display: flex;
    flex-direction: column;
}

#gh-footer-grid h4 {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--gh-text-primary);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#gh-footer-grid p {
    color: var(--gh-text-secondary);
    line-height: 1.6;
    font-size: 1.35rem;
}

#gh-footer-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gh-footer-grid ul li {
    margin-bottom: 10px;
}

#gh-footer-grid ul li a {
    color: var(--gh-text-secondary);
    text-decoration: none;
    font-size: 1.35rem;
    transition: color 0.2s ease;
}

#gh-footer-grid ul li a:hover {
    color: var(--gh-accent);
}

/* Barra copyright inferiore */
#gh-footer-bottom {
    border-top: 1px solid var(--gh-border);
    padding-top: 24px;
    text-align: center;
}

#gh-footer-bottom p {
    color: var(--gh-text-secondary);
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Cookie Banner */

#gh-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gh-bg-card);
    border-top: 1px solid var(--gh-border);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 999;
}

#gh-cookie-banner.shown {
    transform: translateY(0);
}

#gh-cookie-banner p {
    color: var(--gh-text-secondary);
    font-size: 1.35rem;
    margin: 0;
}

#gh-cookie-btn {
    background: var(--gh-accent);
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 1.35rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

#gh-cookie-btn:hover {
    background: var(--gh-accent-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 85, 255, 0.3);
}

@font-face {
    font-family: "cornerstone";
    src: url("../fonts/Cornerstone.ttf") format("truetype");
}

#menubar {
    position:absolute;
    left:0;
    right:0;
    top:20px;
    height:80px;
    line-height:80px;
    color:#fff;
    padding-left:300px;
    font-family: cornerstone;
}

#pageContainer {
    position:absolute;
    top:120px;
    left:0;
    right:0;
    bottom:40px;
}

#menubar .logo {
    position:absolute;
    left:80px;
    top:10px;
    bottom:10px;
    height:60px;
    width:170px;
    background-image:url(/images/logo.png);
    background-size:170px 60px;
    cursor:pointer;
}

#menubar ul li {
    display:inline-block;
    list-style-type:none;
    padding-left:20px;
    padding-right:20px;
    font-size:24px;
    cursor:pointer;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border:2px solid transparent;
    user-select:none;
}

#menubar ul a {
    text-decoration:none;
    color:#fff;
}

#menubar ul li.right {
    position:absolute;
    right:100px;
}

#menubar ul li:hover {
    background-color:#111122;
    border:2px solid #ccccff;
}

#pageContainer .bgblur {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#000;
    opacity:0.33;
}

#footer {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:40px;
}

#footer .bgblur {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#000;
    opacity:0.66;
}

#footer span {
    display:block;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    color:#ccccff;
    line-height:40px;
    text-align:center;
    user-select:none;
}


/* -------------------------------
         CORE DIALOG
------------------------------- */
.coreDialogBase.genericDialog .frame {
	border-top-right-radius: 16px;
	border-bottom-left-radius: 16px;
	border:1px solid #193469;
	background-color:#FFFFFF;
	overflow:hidden;
    max-height:680px;
}

.coreDialogBase.genericDialog .frame>.title {
	height:40px;
	line-height:40px;
	background-color:#193469;
}

.coreDialogBase.genericDialog .frame .dialogBody {
    max-height:580px;
}

.coreDialogBase.genericDialog .buttonBar {
	padding-top:8px;
	height:48px;
	border-top:1px solid #498596;
}

.coreDialogBase.genericDialog .buttonBar button {
	border:0;
	background-color:#174c7d;
	color:#FFFFFF;
	border-radius:10px;
	height:30px;
	line-height:26px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:16px;
	padding-right:16px;
}

.coreDialogBase.genericDialog .formButton {
	border:0;
	background-color:#174c7d;
	color:#FFFFFF;
	border-radius:4px;
	height:24px;
	line-height:20px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:80%;
}


.coreDialogBase.genericDialog .formGroup {
    position:relative;
    padding:16px;
    padding-left:40px;
    border:2px solid #193469;
    color:#000;
    margin:20px;
    overflow:hidden;
}

.coreDialogBase.genericDialog .formGroup.frameless {
	border:0;
}

.coreDialogBase.genericDialog .formGroup>.groupTitle {
    display:block;
    position:absolute;
    bottom:-24px;
    left:0;
    width:1000px;
    font-size:125%;
    padding-left:20px;
    height:24px;
    line-height:24px;
    color:#FFFFFF;
    background-color:#193469;
    transform-origin: 0 0;
    transform: rotate(-90deg);
}

.coreDialogBase.genericDialog .formGroup.frameless>.groupTitle {
	display:none;
}

.coreDialogBase.genericDialog .formGroup table td {
	padding-bottom:5px;
	padding-right:16px;
}

