/*
	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;
}

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

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

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

.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;
}

.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 {
    border: 1px solid #fff;
    background-color: transparent;
}

.btn.btn-primary:hover {
    background-color: transparent !Important;
}

.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);
}
/* ---------------------------------------------------------------------------------------------- */



/* 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 > img {
	width: 100px;
	padding-top: 0px;
}

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: 10px;
	padding: 0px 8px;
}

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; /* spazio intorno allo slash */
}

header .header-section .language-switcher a {
	color: var(--body-color);
}

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;
}
/* ---------------------------------------------------------------------------------------------- */



/* 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;
}

.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: 17px;
   text-transform: initial;
   padding-left: 0px;
}

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

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

.header-band .logo {
    position: absolute;
    right: -156px;
    bottom: -167px;
    z-index: 26;
    width: 585px;
    height: 500px;
}
/*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;
}
/* ---------------------------------------------------------------------------------------------- */



/* 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;
}
/* ---------------------------------------------------------------------------------------------- */



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

.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;
}
/* ---------------------------------------------------------------------------------------------- */



/* Caratteristiche
------------------------------------------------------------------------------------------------- */

.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: 1px solid #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
}

.features-section .text-column .features-list .item:first-child {
    border-top: 1px solid #fff;
}

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

.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 {
    
}

.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;
}
/* ---------------------------------------------------------------------------------------------- */



/* 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;
}

.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;
}

.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%;
}

.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: 13px;
    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%;
}


@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;
}
/* ---------------------------------------------------------------------------------------------- */



/* 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: 1px solid #fff;
}

footer .contact-section .logo {
	width: 250px;
	margin-bottom: 60px;
}

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: 20px;
}

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;
}

#footer-copyright .text-right a {
	color: #fff;
}

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