/*
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
}
*/

div {
    display: block;
}

#header-fisso {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.top-bar{
	align-items:center;
	background-color:rgb(0, 0, 0);
	border-bottom-color:rgb(255, 255, 255);
	border-bottom-style:solid;
	border-bottom-width:1.98864px;
	box-sizing:border-box;
	color:rgb(255, 255, 255);
	display:flex;
	flex-wrap:nowrap;
	font-family:roc-grotesk-wide, sans-serif;
	font-size:16px;
	font-weight:400;
	height:50px;
	justify-content:space-between;
	line-height:24px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	text-size-adjust:100%;
	text-transform:uppercase;
	width: 100vw;
	-webkit-box-align:center;
	-webkit-box-pack:justify;
	-webkit-font-smoothing:antialiased;
	}

#nav-lab, #nav-sole {
    cursor: pointer;
}
.l24-sole-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 102px;
    height: 24px;
    cursor: pointer;
    background-image: url(../img/logoSoleNEW.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.l24-lab-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 24px;
    cursor: pointer;
    background-image: url(../img/logoLab24.svg);
    background-repeat: no-repeat;
    background-position: center -3px;
    background-size: contain;
}

.float-left {
    float: left!important;
}

.l24-float-right {
    float: right!important;
    /* width: 0px; */
    position: absolute;
    right: 10px;
}

.text-center {
    text-align: center;
}


#l24-footer1{
	align-items:center;
	background-color:rgb(0, 0, 0);
	background-color:rgb(25, 23, 26);
	border-bottom-style:solid;
	border-bottom-width:1.98864px;
	box-sizing:border-box;
	color:rgb(161, 158, 158);
	display:flex;
	flex-wrap:nowrap;
	font-family:roc-grotesk-wide, sans-serif;
	font-size:16px;
	font-weight:400;
	height:65px;
	justify-content:space-between;
	line-height:24px;
	margin: 0;
	padding: 0 20px;
	text-size-adjust:100%;
	text-transform:uppercase;
	-webkit-box-align:center;
	-webkit-box-pack:justify;
	-webkit-font-smoothing:antialiased;
}

#l24-footer1 {
    margin-top: 80px;
    /*background-color: #272628;*/
	background-color:#000;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
}
.grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 62.5rem;
    margin: 0 auto;
}

#l24-footer2 {
    font-family: 'soleSansReg', sans-serif;
    /*background-color: #19171a;*/
	background-color: #000;
    color: #a19e9e;
    font-size: 14px;
    text-transform: none;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: -30px;
}

#l24-footer1 .flex, #header-fisso .flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.medioWidth {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.faN {
    position: relative;
    float: right;
    font-size: 13px!important;
    width: 15px;
    text-align: center;
    /* line-height: 80px; */
    padding: 7.2px 6px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 16px;
    background-color: transparent;
    margin-left: 4px;
    color: #fff;
	cursor: pointer;
    border: 1.5px solid #fff;
	}
/* Add a hover effect if you want */
.faN:hover {
	color: #3c230f;
    background-color: #fff;
	}

footer a:link {
  color: #a19e9e;
}
footer a:visited,footer a:focus, a:hover, footer a:active {
  color: #a19e9e;
}

footer{
	position: relative;
	}

#l24-social-cnt{
	display: block;
}

#l24-hamburger-cnt{
	display: none;
}
@media only screen and (max-width: 480px) {
	#l24-social-cnt{
	display: none;
	}

	#l24-hamburger-cnt{
		display:block;
		transform: scale(.6);
	}

	.l24-sole-icon {
		width: 72px;
		margin-left: -10px;
		}

	.faN {
		position: relative;
		float: right;
		font-size: 13px!important;
		width: 9px;
		text-align: center;
		/* line-height: 80px; */
		padding: 3.2px 6px;
		text-decoration: none;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 16px;
		background-color: transparent;
		margin-left: 6px;
		color: #fff;
		cursor: pointer;
		border: 1.5px solid #fff;
		}

	.l24-lab-icon {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 110px;
		height: 18px;
		cursor: pointer;
		background-image: url(../img/logoLab24.svg);
		background-repeat: no-repeat;
		background-position: center -1px;
		background-size: contain;
		}
	}