/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/


/* General
------------------------------------------------------------------------------------------------- */
:root {
    --body-color: #242424;
	--red-color: #D9000D;
	--contact-band-color: #3B3B3B;
	--footer-color: #696969;
}

body {
    background-color: var(--body-color);
    font-family: "Montserrat";
    color: #fff;
    font-size: 14px;
    overflow-x: hidden;
    font-weight: 350;
}

form {
	 overflow-x: hidden;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.section-title h1,
.section-title h2 {
    font-family: 'Science Gothic';
    font-size: 39px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: ITALIC;
    line-height: 51px;
}

.section-title h2 {
    font-size: 25px;
	line-height: 35px;
	margin-bottom: 30px;
}

.section-title h2 span {
    color: var(--red-color);
}

.section-subtitle {
	text-transform: uppercase;
	padding-left: 15px;
	position: relative;
	font-family: 'Science Gothic';
	font-weight: 300;
}

.section-subtitle:before {
    content: "/";
	color: var(--red-color);
	left: 3px;
	position: absolute;
}

.btn.btn-primary {
	border: 1px solid var(--red-color);
	background-color: var(--red-color);
	display: block;
	border-radius: 10px;
	color: #fff;
	padding: 7px 25px;
	text-transform: uppercase;
	font-weight: 300;
}

.btn.btn-primary:hover {
    font-weight: 600;
}

.btn.btn-secondary {
	border: 1px solid var(--red-color);
	border-radius: 10px;
	color: #fff;
	padding: 5px 25px;
}

.btn.btn-secondary:hover {
    background-color: var(--red-color);
}

@media(max-width: 1200px){

	.section {
		margin-bottom: 70px !Important;
	}
	
	.section-title h1 {
		font-size: 35px;
		line-height: 44px;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 991px){
	.section-title h2 {
		font-size: 23px;
		margin-bottom: 10px;
	}

	.section {
		margin-bottom: 50px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 767px){

	.section {
		margin-bottom: 30px !Important;
	}
	
	.section-title h1, .section-title h2 {
		font-size: 18px;
		line-height: 23px;
		margin-top: 7px;
		margin-bottom: 11px;
	}

	.section-title h2 br {
		display: none;
	}

	.section-subtitle {
		font-size: 14px;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
    position: fixed;
	top: 0px;
	left: 0px;
	background-color: transparent;
	width: 100%;
	z-index: 99;
}

header.shrink {
	 background-color: var(--body-color);
}

header .section {
	 margin-bottom: 0px !Important;
}

header .container {
	 position: relative;
}

header .navbar-brand > img {
    padding-top: 20px;
}

header.shrink .navbar-brand {
	height: 70px;
}

header.shrink .navbar-brand > img {
	width: 230px;
	padding-top: 0px;
	height: auto;
}

header .header-section {
    background-color: #fff;
	display: inline-block;
	position: absolute;
	top: 50px;
	right: 0px;
	border-radius: 16px;
	padding: 5px 10px;
}

header.shrink .header-section {
	top: 17px;
	padding: 3px 10px;
}

header .header-section .language-switcher {
    padding-top: 5px;
	font-size: 12px;
	margin-right: 10px;
}

.language-switcher a:not(:last-child)::after {
    content: " / ";
	margin: 0 2px;
}
		
header .header-section .language-switcher a {
	 color: var(--body-color);
}

header .header-section .language-switcher a.active {
	font-weight: 600;
}
	
header .header-section .language-switcher a:hover {
	color: var(--red-color);
	text-decoration: none;
}

.language-switcher a:not(:last-child):hover::after {
	 color: var(--body-color);
}

header .header-section .section,
header .header-section .fixed-menu{
	 float: left;
}

@media(max-width: 1200px) {
	 .navbar-brand img {
		  height: 70px;
	 }

	 header .header-section {
		top: 30px;
	 }

	.navbar-brand img {
		max-height: 50px;
	}
}

@media(max-width: 767px){

	header.shrink {
		height: 50px;
	}
	
	header .header-section {
		right: 15px;
		padding: 4px 15px;
		top: 15px;
	}

	header.shrink .header-section {
		top: 13px;
	}

	.navbar-brand {
		padding: 0px;
	}

	.navbar-brand img {
		height: 47px;
	}

	header .header-section .language-switcher {
		padding-top: 0px;
		font-size: 13px;
	}

	header.shrink .navbar-brand > img {
		padding-top: 14px;
		width: 139px;
	}
}

.header-policy {
	padding-top: 100px;
}

@media(max-width: 767px){
	.header-policy {
		padding-top: 70px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Headerband
------------------------------------------------------------------------------------------------- */
.header-band {
    height: 600px;
    color: #fff;
    position: relative;
}

.header-band .container {
    display: flex;
    align-items: flex-start;
    height: 600px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
    position: relative;
    z-index: 9;
}

.header-band img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.header-band .section-title h1, 
.header-band .section-title h2 {
    z-index: 2;
    position: relative;
    margin-bottom: 28px;
}

.header-band .section-subtitle {
   color: #fff;
   z-index: 2;
   position: relative;
   float: left;
   font-size: 25px;
   text-transform: initial;
   padding-left: 0px;
   font-family: 'Montserrat';
}

.header-band .section-subtitle:before {
    display: none;
}

.header-band .btn.btn-secondary {
    z-index: 2;
    position: absolute;
    left: 630px;
    font-weight: 300;
    text-transform: uppercase;
}

.header-band .logo {
    position: absolute;
    right: -162px;
    bottom: -167px;
    z-index: 26;
    width: 616px;
    height: 500px;
}

@media(max-width: 1200px){
	.header-band .logo {
		width: 500px;
		height: 390px;
	}
}

@media(max-width: 991px){

	.header-band,
	.header-band .container {
		height: 500px;
	}
	
	.header-band .logo {
		width: 305px;
		height: 234px;
		right: -36px;
		bottom: -58px;
	}
}

@media(max-width: 767px){

	.header-band,
	.header-band .container {
		height: 300px;
		padding-bottom: 25px;
	}
	
	.header-band .section-subtitle {
		font-size: 13px;
	}

	.header-band .logo {
		width: 80px;
		right: 15px;
		height: 65px;
		bottom: -26px;
	}
}

/*Tasto menù*/

.fixed-menu .name {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 42px;
  margin-right: 2px;
  text-transform: uppercase;
}


.fixed-menu a .image {
	background-image: url('../Images/OpenNav.png') !important;
	width: 30px;
	height: 29px;
	background-size: contain !important;
	display: block;
	float: right;
}

.open-navbar .fixed-menu a .name {
	display: none;
}

/*Menù*/
.overlay-menu {
	height: 100vh;
	width: 0;
	position: fixed;
	z-index: 11;
	top: 0px;
	left: 0;
	overflow: hidden;
	transition: 0.5s;
	width: 0;
}

.open-navbar .overlay-menu {
	width: 100%;
	background-color: var(--body-color);
	z-index: 94;
}

.overlay-content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	background-color: var(--secondary-color);
}

.overlay-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*Voci di menù*/
.navbar-nav > li > a {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  line-height: 9px;
  font-weight: 200;
  color: var(--main-color);
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
	background-color: transparent;
	font-weight: 600;
}

.section.menu {
	text-align: center;
	display: flex;
	width: 100%;
	justify-content: space-around;
	height: 100vh;
	margin-bottom: 0px;
}

.section.menu .navbar-nav {
	float: none;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 0px;
}

.navbar-nav > li {
  float: none;
  margin-bottom: 2px;
}

@media(max-width: 1450px){
	.header-band .btn.btn-secondary  {
		left: 600px;
	}
}

@media(max-width: 991px){
	.header-band .section-title h1,
	.header-band .section-title h2 {
		margin-bottom: 10px;
	}

	.header-band .btn.btn-secondary {
		left: 0px;
		position: relative;
		margin-top: 20px;
	}

	.navbar-nav > li > a {
		font-size: 20px;
	}
}

@media(max-width: 767px){
	.fixed-menu a .image {
		width: 20px;
		height: 20px;
	}

	.header-band .btn.btn-secondary {
		margin-top: 10px;
		font-size: 13px;
		padding: 5px;
	}

	.navbar-nav > li > a {
		font-size: 16px;
		padding: 13px 7px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Chi siamo
------------------------------------------------------------------------------------------------- */
#top {
    background-image: url("../Images/TopBackground.png");
    background-position-x: -300px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}

.who-we-are {
    position: relative;
    padding-top: 100px;
}

.who-we-are .text-column { 
    width: 50%;
    margin-bottom: 100px;
}

.who-we-are .main-image {
    position: absolute;
    right: -100px;
    height: 350px;
    width: 40%;
    top: 100px;
    z-index: 9;
    border-radius: 30px;
}

.who-we-are .main-image img {
    border-radius: 30px;
}

.who-we-are .main-image img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sectors-grid .sector {
    border-radius: 30px;
    position: relative;
    height: 200px;
}

.sectors-grid .sector .name {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 3;
    font-family: 'Science Gothic';
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
}

.sectors-grid .sector img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit:cover;
    object-position: center;
}

.sectors-info {
    margin-bottom: 100px;
}

.sectors-info .text {
    padding-right: 50px;
}

@media(max-width: 1450px){
	.who-we-are .main-image {
		right: -30px;
	}
}

@media(max-width: 1200px){

	.who-we-are {
		padding-top: 70px;
	}
	
	.who-we-are .main-image {
		right: 0px;
	}

	.sectors-grid .sector {
		height: 150px;
	}

	.sectors-grid .sector img {
		object-position: right;
	}

	.sectors-info .item h2 {
		margin-top: 0px;
	}

	.who-we-are .text-column {
		margin-bottom: 50px;
	}

	.sectors-info {
		margin-bottom: 70px;
	}
}

@media(max-width: 991px){

	.who-we-are .text-column {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.who-we-are {
		padding-top: 50px;
	}

	.who-we-are .main-image {
		position: relative;
		top: 0px;
		width: 720px;
		margin: 0 auto 50px;
	}

	.sectors-info .item  {
		margin-bottom: 30px;
	}

	.sectors-info .col-md-6:last-child .item {
		margin-bottom: 0px;
	}

	.sectors-info {
		margin-bottom: 50px;
	}

	.sectors-info .text {
		padding-right: 0px;
	}
}

@media(max-width: 767px){
	
	.who-we-are {
		padding-top: 30px;
	}

	.who-we-are .main-image {
		max-width: 100%;
		height: 250px;
		margin-bottom: 30px;
	}

	.sectors-info .item {
		margin-bottom: 15px;
	}

	.sectors-grid .sector {
		height: 200px;
		margin-bottom: 30px;
	}

	.sectors-grid .col-sm-4:last-child .sector {
		margin-bottom: 0px;
	}

	.sectors-grid .sector .name {
		font-size: 19px;
	}

	.sectors-info {
		margin-bottom: 30px;
	}

	.who-we-are .text-column {
		margin-bottom: 30px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Prodotti
------------------------------------------------------------------------------------------------- */
.product-section {
    position: relative;
    padding: 30px 0px 50px;
}

.product-section img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.product-section .text-column {
    width: 50%;
    z-index: 2;
    position: relative;
}

@media(max-width: 1200px){
	.product-section {
		padding: 70px 0px;
	}
}

@media(max-width: 991px){
	.product-section {
		padding: 50px 0px;
	}

	.product-section .text-column {
		width: 65%;
	}
}

@media(max-width: 767px){
	.product-section {
		padding: 30px 0px;
	}

	.product-section .text-column {
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Caratteristiche
------------------------------------------------------------------------------------------------- */
.bottom-sections-block {
    background-image: url("../Images/BottomBackground.png");
    background-attachment: fixed;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 200%;
}


.features-section .text-column {
    width: 80%;
    float: left;
}

.features-section .text-column .features-list {
    padding-right: 100px;
    margin-top: 30px;
}

.features-section .text-column .features-list .item {
    border-bottom: 0.2px solid rgba(255,255,255,0.5);
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

.features-section .text-column .features-list .item:first-child {
    border-top: 0.2px solid rgba(255,255,255,0.5);
}

.features-section .text-column .features-list .item .label {
    font-weight: 300;
    font-size: 14px;
    width: 40%;
    display: inline-block;
    text-align: left;
    float: left;
    font-family: 'Science Gothic';
}

.features-section .text-column .features-list .item .value {
    width: 60%;
    float: left;
}

.features-section .image-column {
    width: 20%;
    float: left;
}

.features-section .image-column img {
    margin: 70px auto 0px;
    height: 400px;
}


.laboratory-section .image-column {
    width: 20%;
    float: left;
}

.laboratory-section .image-column img {
    width: 80%;
}

.laboratory-section .text-column {
    width: 60%;
    float: left;
    padding-left: 100px;
}

@media(max-width: 1200px){

	.laboratory-section .image-column {
		width: 30%;
	}

	.laboratory-section .image-column img {
		width: 60%;
		margin: 0 auto;
	}
	
	.laboratory-section .text-column {
		padding-left: 50px;
	}

}

@media(max-width: 991px){
	.features-section .text-column .features-list {
		padding-right: 50px;
	}

	.laboratory-section .text-column {
		width: 70%;
		padding-left: 0px;
	}

	.laboratory-section .image-column img {
		margin-bottom: 30px;
	}
}

@media(max-width: 767px){
	.features-section .text-column .features-list {
		margin-top: 20px;
	}

	.features-section .text-column .features-list {
		padding-right: 0px;
	}

	.features-section .image-column {
		width: 100%;
	}

	.features-section .image-column img {
	margin: 30px auto 0px;
	max-height: 300px;
	}

	.features-section .text-column {
		width: 100%;
	}

	.features-section .text-column .features-list .item {
		padding: 5px 0px;
	}

	.features-section .text-column .features-list .item .label,
	.features-section .text-column .features-list .item .value{
		width: 100%;
		padding: 0px;
	}

	.laboratory-section .image-column {
		width: 100%;
		display: none;
	}

	.laboratory-section .image-column img {
		width: 50%;
		float: left;
		padding: 0px 30px;
	}

	.laboratory-section .text-column {
		width: 100%;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-band {
    background-color: var(--contact-band-color);
    padding: 100px 0px;
    position: relative;
}

.contact-band input {
    max-width: 100% !Important;
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 10px 30px;
    height: 50px !important;
    color: #fff;
}

.contact-band textarea {
    max-width: 100% !Important;
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 10px 30px;
    color: #fff;
}

.contact-band input::placeholder,
.contact-band textarea::placeholder {
    color: #ffffff;
    opacity: 1;
}

.input-type-optionbutton {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-band .type {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.contact-band .type .input-group {
    float: left;
}

.contact-band .type .option-label {
    position: relative;
    padding-left: 39px;
    cursor: pointer;
    line-height: 50px;
    padding-right: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	color: #333;
}

.contact-band .type .option-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 30px;
    height: 26px;
    background-image: url('../Images/RadioButton.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; /* importante */
}

.contact-band .input-type-optionbutton:checked + .option-label::before {
    background-position: bottom center;
}

.contact-band .text-column {
    width: 60%;
}

.contact-band .inputbox .legend {
    display: none;
}

.contact-band .image-column {
    width: 35%;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.contact-band .image-column img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-band  {
	position: relative;
}

.contact-band  .logo {
	position: absolute;
	top: -68px;
	left: -50px;
	z-index: 99;
	width: 150px;
	height: 119px;
}

.inputbox.vertical .validation-required {
    background-image: none !Important;
    padding-left: 44px !Important;
    font-weight: 300;
    font-size: 11px;
    padding-top: 10px;
}

input.input-type-checkbox3 {
    position: absolute;
    left: 16px;
    top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px !important;
    background-image: url('../Images/BackgroundCheckbox.png');
    background-size: cover;  /* metà superiore = unchecked, metà inferiore = checked */
    background-position: top center;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding: 0px !important;
    min-height: auto;
    border-radius: 0px;
}

.input-type-checkbox3:checked {
    background-position: bottom center;
}

.inputbox .validation-summary,
.contact-band .buttons {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.contact-band .buttons .btn.btn-primary {
    width: 60%;
}

.inputbox .validation-summary h4,
.inputbox .validation-summary ul {
	width: 60%;
}

.inputbox .validation-highlight {
    background: transparent !important;
    border-color: var(--red-color);
}

.inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -1px;
    background-color: var(--red-color) !important;
    font-size: 8px !Important;
    font-weight: 300;
    padding: 1px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
}

.privacy a {
	color: #fff;
	text-decoration: underline;
}

.privacy a:hover {
	color: var(--red-color);
}

@media (min-width: 768px) {
  .inputbox .validation-summary,
  .contact-band .buttons {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .inputbox .validation-summary,
  .contact-band .buttons {
    width: 970px;
  }
}
@media (min-width: 1200px) {
.inputbox .validation-summary,
.contact-band .buttons {
    width: 1170px;
  }
}

.form-control:focus {
    border-color: var(--red-color);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 0, 13, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(217, 0, 13, .6);
}

.modal-content {
  background-color: var(--body-color);
}

.modal-content .modal-header {
	border-bottom: 0px;
}

.modal-content .modal-header .close {
	opacity: 1;
	color: #fff;
}

.modal-footer {
	border-top: 0px;
}

@media(max-width: 1200px){
	.contact-band {
		padding: 70px 0px;
	}
}

@media(max-width: 991px){
	.contact-band {
		padding: 50px 0px;
	}

	.contact-band .image-column {
		display: none;
	}

	.contact-band .text-column {
		width: 100%;
	}

	.contact-band .buttons .btn.btn-primary {
		width: 100%;
	}
}

@media(max-width: 767px){
	.contact-band {
		padding: 30px 0px;
	}

	.contact-band .type .option-label {
		margin-bottom: 0px;
	}

	.inputbox.vertical .validation-required {
		padding-top: 0px;
	}

	.table-view .buttons {
		margin-top: 0px !IMPORTANT;
	}

	.privacy-html {
		margin-bottom: 0px !important;
	}

	.contact-band textarea,
	.contact-band input {
		padding: 5px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-color: var(--footer-color);
    padding: 100px 0px;
}

footer .section {
	margin-bottom: 0px !Important;
}

footer .contact-section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 0.2px solid rgba(255,255,255,0.5);
}

footer .contact-section .logo {
	margin-bottom: 50px;
	width: 400px;
	margin-top: 7px;
}

footer .contact-section .contact a {
	color: #fff;
}

footer .contact-section .contact a:hover {
	color: var(--red-color);
	text-decoration: none;
}

footer .contact-section .slogan {
	text-transform: uppercase;
	font-style: italic;
	font-size: 19px;
	font-family: 'Science Gothic';
	font-weight: 300;
	line-height: 32px;
}

footer .contact-section .site-link a {
	color: #fff;
	display: block;
	padding-bottom: 10px;
}

footer .contact-section .site-link a:hover {
	color: var(--red-color);
	text-decoration: none;
}

footer .contact-section .social-link {
	margin-top: 43px;
}

footer .contact-section .social-link a {
	color: #fff;
	margin-right: 20px;
	font-size: 20px;
}

footer .contact-section .social-link a:hover {
	color: var(--red-color);
}

#footer-copyright .text-left {
	float: left;
	font-size: 11px;
}

#footer-copyright .text-right a {
	color: #fff;
	font-size: 11px;
}

#footer-copyright .text-right a:hover {
	color: var(--red-color);
	text-decoration: none;
}

@media(max-width: 1200px) {
	footer {
		padding: 70px 0px;
	}
}

@media(max-width: 991px) {
	footer {
		padding: 50px 0px;
	}

	footer .contact-section {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	footer .contact-section .logo {
		margin-bottom: 30px;
	}

	footer .contact-section .slogan {
		line-height: 25px;
		margin-bottom: 10px;
	}

	footer .contact-section .social-link {
		margin-top: 5px;
	}
}

@media(max-width: 767px) {
	footer {
		padding: 30px 0px;
	}

	footer .contact-section {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#footer-copyright .text-left {
		float: none;
	}

	#footer-copyright .text-right {
		text-align: left;
		display: block;
	}

	footer .contact-section .slogan {
		font-size: 15px;
		line-height: 19px;
	}

	footer .contact-section .logo {
		margin-bottom: 18px;
		max-width: 190px;
	}

	footer .contact-section .site-link a {
		padding-bottom: 5px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti Fixati
------------------------------------------------------------------------------------------------- */
.fixed-contact-section {
     position: fixed;
     right: 0px;
     bottom: 300px;
     z-index: 999;
}

.fixed-contact-section a {
	display: block;
	background-color: var(--red-color);
	padding: 10px;
	width: 60px;
}

.fixed-contact-section a:hover {
	background-color: var(--contact-band-color);
}

@media(max-width: 991px){
	.fixed-contact-section a:hover {
		background-color: var(--red-color);
	}

	.fixed-contact-section a:active {
		background-color: var(--contact-band-color);
	}
}

@media(max-width: 767px){

	.fixed-contact-section {
		bottom: 350px;
	}
	
	.fixed-contact-section a {
		width: 50px;
		padding: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Animazioni
------------------------------------------------------------------------------------------------- */
@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(40px); /* meno distanza */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUpCustom !Important;
  animation-duration: 1.8s !Important;7
}

.header-band .container {
	animation-delay: 1s;
}

.who-we-are .section-subtitle {
	animation-delay: 1s;
}

.who-we-are .section-title {
	animation-delay: 1s;
}

.fadeInLeft {
  animation-duration: 0.8s !Important;
}

@media(max-width: 1450px){
	.who-we-are .section-subtitle {
		animation-delay: 0s;
	}

	.who-we-are .section-title {
	animation-delay: 0s;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Banner Cookie
------------------------------------------------------------------------------------------------- */
.cookie-consents {
   z-index: 9 !Important;
}

.cookie-consents .banner-description a {
	color: #fff !Important;
	text-decoration: underline;
}

.cookie-consents a:hover {
  color: #fff;
}

   /*.cookie-consents .cookie-buttons .cookie-btn:nth-child(2) {
	display: none;
}*/

.cookie-consents .cookie-buttons a.evidence {
  background-color: var(--red-color) !important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
 background-color: #fff !Important;
}

input#tct1InputCheckbox {
   height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
   color: #FFF;
}

.change-cookie-consents {
   background-color: var(--red-color);
   color: #FFF;
   padding: 2px 10px;
   font-size: 16px;
   display: inline-block;
}

.cookie-consents .banner-intro .banner-logo {
   display: none !important;
}

.cookie-consents .banner-intro {
   padding-left: 0 !important;
}

.cookie-consents {
   font-size: 11px;
   z-index: 9999 !important;
}

.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table {
  font-size: 11px;
}
/* ---------------------------------------------------------------------------------------------- */
