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;
}
@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;
}

/* --- Chi Siamo Module (Gate Solutions Style - Fluid) --- */

.gs-about-us {
    background-color: #0f1218; /* Dark bg coerente */
    padding: 100px 0;
    color: #ffffff;
    position: relative;
}

/* --- Container centrale con larghezza = menubar --- */
.gs-container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

/* --- Titoli --- */
.gs-about-intro {
    text-align: center;
    margin-bottom: 80px;
}

.gs-about-us__title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.gs-about-us__subtitle {
    font-size: 1.3rem;
    color: #a0a0a0;
    margin-bottom: 30px;
    font-weight: 300;
}

.gs-about-us__divider {
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, #10b981, #00aaff);
    margin: 0 auto;
    border-radius: 2px;
}

/* --- Layout Generale --- */
.gs-about-content {
    display: flex;
    gap: 80px; /* Più spazio tra img e testo */
    align-items: center;
}

/* --- Immagine (Sinistra) --- */
.gs-about-image-wrap {
    flex: 1;
    min-width: 0;
}

.gs-image-container {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.gs-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.gs-image-container:hover img {
    transform: scale(1.02);
}

/* --- Dati Societari (Destra - FLUIDI) --- */
.gs-about-data-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gs-data-heading {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #10b981; /* Verde Gate */
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    width: fit-content;
}

.gs-data-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #10b981;
}

/* Griglia dati: 2 colonne */
.gs-data-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px; /* Spazio verticale e orizzontale */
    margin-bottom: 50px;
}

.gs-data-row {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Linea sottile invece di sfondo */
}

.gs-data-label {
    font-size: 0.85rem;
    color: #666; /* Grigio scuro per etichetta */
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.gs-data-value {
    font-size: 1.1rem;
    color: #e0e0e0; /* Bianco sporco per il dato */
    font-weight: 400;
}

/* Indirizzo: stile diverso, più semplice */
.gs-address-block {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.02); /* Leggerissimo rilievo */
    padding: 20px;
    border-radius: 8px;
    border-left: 3px solid #00aaff; /* Linea decorativa blu */
}

/* Responsive */
@media (max-width: 992px) {
    .gs-about-content {
        flex-direction: column;
    }
    
    .gs-data-grid {
        grid-template-columns: 1fr; /* Una colonna su mobile */
        gap: 30px;
    }
    
    .gs-image-container {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .gs-container {
        padding: 0 20px;
    }
    
    .gs-about-us {
        padding: 60px 0;
    }
}
/* =============================================
   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);
}

