@charset "utf-8";
/* CSS Document */

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.2); /* Scala il video del 20% */
    z-index: -100;
}

body, html {
	height: 100%;
	margin: 0;
	overflow: hidden;
	}

body {
	font-family: 'Manrope', sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.my-custom-loader {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.5) !important; /* Overlay semi-trasparente */
  z-index: 9999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.custom-loader i {
  font-size: 3em !important;
  color: white !important;
}



.containers {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out;
	font-family: 'Manrope';
	font-weight: normal;
	font-size: 0.8em;
}

.containers.open-left-sidebar {
	left: 240px;
}

.containers.open-right-sidebar {
	left: -240px;
}

.swipe-left-area {
	position: absolute;
	width: 50px;
	left: 0;
	top: 40px;
	height: 100%;
	background: rgba(0,0,0,0.00);
	z-index: 0;
}

.swipe-right-area {
	position: absolute;
	width: 50px;
	right: 0;
	top: 40px;
	height: 100%;
	background: rgba(0,0,0,0.00);
	z-index: 0;
}

.modal-header .close {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

#sidebar-left {
	position: absolute;
	width: 240px;
	left: -240px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-left ul li {
	margin: 0;
}

#sidebar-left ul li a {
	padding: 10px 20px;
	margin-top: 10px;
	margin-left: 10px;
	font-family: 'Manrope';
	font-size: 1em;
	font-weight: 300;
	color: white;
	text-decoration: none;
	display: block;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 10px;
	text-transform: uppercase;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

#sidebar-left ul li:hover a {
    background: rgba(0, 0, 0, 0.9);
    border-color: #ffc21d;
    color: #ffc21d;
}

#sidebar-right {
	
	position: absolute;
	width: 240px;
	height: 100%;
	right: -240px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-right ul li {
	margin: 0;
}

#sidebar-right ul li a {
	padding: 10px 20px;
	font-family: 'Manrope';
	font-size: 1em;
	font-weight: 300;
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

#sidebar-right ul li:hover a {
	background: rgba(0,0,0,0.75); /**#ff971d*/
	color: #ffc21d;
	border-color: black;
}

.main-content {
	width: 100%;
	height: 100%;
	padding: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color:white;
}

.main-content .content {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.logo img{
	position: relative;
	top: 0px;
	max-height: 46px;
	display: inline;
	z-index: 1;
}

.main-content #left-sidebar-toggle img {
	position: absolute;
	left: 12px;
	top: 17.5px;
	width: 30px;
	z-index: 3;
}

.main-content #right-sidebar-toggle img {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	z-index: 3;
}

.hidden {
	display: none;
	opacity: 0;
}

.topic h1 {
	font-weight: bold;
	font-size: 1.1em;
}

.topic h2 {
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
}

.topic h3 {
	font-weight: bold;
	font-size: 1.1em;
}

.topic p {
    font-size: 1.4em;
}

.main-content .content p {
	width: 100%;
	line-height: 160%;
}

#chisiamo h1 {
	font-size: 1.4em;
}

#digitalsociale h1 {
	font-size: 1.1em;
}

#digitalstory h1 {
	font-size: 1.2em;
	margin-bottom: 24px;
}

#digitalstory h4 {
	font-size: 1.2em;
	margin-bottom: 24px;
}

#digitalstory h5 {
	font-size: 1.4em;
}

#chisiamo h5 {
	font-size: 1.4em;
}

#digitalsociale h5 {
	font-size: 1.1em;
}

.carosello h1 {
	color: white;
	font-size: 2em;
	font-weight: bold;
}

.carosello h2 {
	color: white;
	font-size: 2em;
	font-weight: bold;
}

.carousel-item img {
	max-width: 50%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.content {
	overflow-y: scroll;
	max-height: 75vh;
	/*
	height: auto;
	max-height: 80%;
	*/
}

/*.carousel-inner .carousel-item {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}*/

.topic {
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

.name {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 10px !important;
	padding: 0px !important;
	min-width: 142px;
}

.name h1 {
	font-size: 1.1em;
	font-weight: bold;
}

.bio {
	/*margin-top: 1rem !important;*/
	margin: 0px;
	padding: 0px;
	font-weight:300;
}

.chisiamo {
	background-color: rgba(0,0,0,0.70);
	border-radius: 10px;
	padding: 15px;
	overflow-y: scroll;
	height: auto;
	max-height: 80%;
}

.digitalsociale {
	background-color: rgba(0,0,0,0.70);
	border-radius: 10px;
	padding: 15px;
	overflow-y: scroll;
	height: auto;
	max-height: 80%;
}

.digitalstory {
	background-color: rgba(0,0,0,0.70);
	border-radius: 10px;
	padding: 15px;
	overflow-y: scroll;
	height: auto;
	max-height: 80%;
}

.digitalstory img {
	max-width: 240px;
	border-radius: 10px;
	padding-bottom: 24px;
	-webkit-transition: transform 0.3s ease-in-out;
 	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.chisiamo img {
	padding: 0px;
	border-radius: 5px;
}

.team {
	background-color: rgba(0,0,0,0.70);
	padding: 10px;
	overflow-y: scroll;
	height: auto;
	max-height: 80%;
}

.team img {
	max-width: 80px;
	border-radius: 50%;
	padding: 0px;
	margin-left: 1em;
	-webkit-transition: transform 0.3s ease-in-out;
 	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.team img:hover {
	transform: scale(1.50);
	margin-top:2.5em;
	margin-bottom: 3em;
	margin-right: 2em;
}

.fa {
	font-family: 'FontAwesome';
}

.fa:hover {
	color: #ffc21d;
}

#contattaci i {
	font-family: 'FontAwesome';
	font-style: normal;
}

#contattaci i:hover {
	color: #ffc21d;
}

.social {
	max-width: 100%;
	display: inline;
}

.social a {
	font-family:'FontAwesome';
	font-size: 2em;
	padding: 10px;
	vertical-align: middle;
	color: white;
}

/*.topic div div img:hover {
	transform: scale(1.50);
	transition: transform .2s;
}*/

.topic div div h1 {
	font-weight: bold;
	font-size: 0.9em;
}

.topic div div {
	font-size: 0.8em;
}

.topic div .col-4 img {
	max-width: 90%;
}

.topic div .col-6 img {
	max-width: 54%;
}

#contattaci {
	font-size: 1.5em;
	font-family: 'Manrope';
	font-weight: normal;
	color: white;
	padding: 20px 0 20px 0;
	text-decoration: none;
}

.socialinfo a{
	font-size: 200%;
}

#contattaci a:link, a:visited, a:hover {
	text-decoration: none;
	color: white;
}

#contattaci a:hover {
	color: #ffc21d;
}

#contattaci .nav-link{
    color: #ffc21d !important;
}

.darkbg {
	max-height: 95vh;
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.noborder {
	border: none;
}

.myButton {
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	background-color:#007dc1;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}