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

video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url("https://www.digitalideators.com/img/background.jpg") no-repeat;
	background-size: cover;
}

body {
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
	padding: 0px;
	min-width: 900px;
	font-family: 'Manrope', sans-serif;
}

.logo img {

	/*max-height: 150px;*/
	max-height: 60px;
	align-items: center;
	visibility: visible;
}

a:hover {
	text-decoration: none;
}

.left-menu a {
  /* Impostazioni di base */
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Manrope';
  text-align: right;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 12px;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.left-menu a:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: #ffc21d;
  color: #ffc21d;
}

.right-menu a {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: block;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Manrope';
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 12px;
  transition: background 0.5s ease-in-out, border-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.right-menu a:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: #ffc21d;
  color: #ffc21d;
}

.col-2 {
	padding: 0;
	min-width: 220px;
}

.col-1 {
	flex-grow: 1;
	max-width: 100%;
	height: 40em;
	font-family: 'Manrope', sans-serif;
	font-size: 1em;
	border: 0px solid white;
	padding: 0px;
}

.col-xl-4 {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	align-content: center;
	width: 100%
}

.col-xl-6 {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	align-content: center;
	width: 100%
}

#lcontent {
	color: white;
	text-shadow: 1px 1px black;
	font-size: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rowpadding {
	padding-top: 3rem !important;
}

#lcontent img {
	height: 6em;
	margin: 0px;
	-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;
}

#lcontent img:hover {
	transform: scale(1);
	margin-top: -1em;
	margin-bottom: 1em;
}

/*
#lmenu8 {
	white-space: nowrap;
	float: right;
	width: 100%;
}
*/

h1 {
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.0em;
}

#rcontent div, .rcontent div {
	padding: 10px;
	max-width: 700px;
	color: white;
	border-radius: 10px;
}

#rcontent>div, .rcontent>div {
	background-color: rgba(0, 0, 0, 0.7);
}

#rcontent img, .rcontent img {
	/*Per immagine team digital orizzontale*/
	height: 150px;
	border-radius: 0%;
	/*Precedente impostazione logo testa digital bianca*/
	/*height: 100px;
	border-radius: 50%;*/
	margin: 1em 0px 2em 0px;
}

#rcontent img:hover, .rcontent img:hover {
	transform: scale(1.50);
	transition: transform .2s;
}

#rcontent .thumbnails img {
	max-height: 4rem;
	border-radius: .5rem
}

.thumbnails img:hover {
	border: #ffc21d 2px solid;
	border-radius: .5rem;
	padding: 0rem !important;

}

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

.bio {
	margin: 0px !important;
	padding: 0px !important;
	font-weight:300 ;
}

#rcontent1 {
	width: 100%;
	position: relative;
	margin: auto;
	height: 50%;
	padding: 30px;
}

#rcontent2 {
	width: 100%;
	position: relative;
	margin: auto;
	height: 50%;
	padding: 30px;
}

.rcontenteam {
	background-size: 100% 100%;
	background-color: rgba(0, 0, 0, 0.70);
	border: #ffc21d 2px solid;
	border-radius: 30px;
}

/******************CAROUSEL*************/

.rsWebkit3d {
	backface-visibility: hidden;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.zoom img {
	max-height: 350px;
	margin: 2em;
	-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;
}

.zoom img:hover {
	transform: scale(1.20);
}

.hidden {
	display: none;
}

.modal-lg {
	max-width: 90%;
}

.modal-content {
	max-height: 95vh;
	background: rgba(0, 0, 0, 0.75);
}

.articles-modal img {
	width: auto;
	max-height: 90vh;
	padding: 1rem;
}

.carousel-control-next,
.carousel-control-prev {
	width: 15%;
}

.carousel-item img {
	max-width: 100%;
}

.article-indicators {
	bottom: -2rem;
}

/*******************FOOTER************************/

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

.fa:hover {
	color: #ffc21d;
}

.social {
	font-family: 'FontAwesome';
	font-size: 100%;
	padding: 5px;
	max-width: 100%;
	display: inline;
}

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

.socialinfo {
	font-family: 'FontAwesome'
}

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

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

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

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

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

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


.copyright {
	text-align: right;
}

.body {
	height: 100vh !important;
}

#content {
	margin-bottom: 6rem;
}

.footer {
	border-top: #ffc21d 2px solid;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	padding: 10px 0;
	color: white;
	font-size: 14px;
	bottom: 0 !important;
	width: 100% !important;
}

@media only screen and (min-height: 700px) {
	.footer {
		position: absolute;
	}
}

@media only screen and (max-height: 700px) {
	.footer {
		position: sticky;
	}
}


.footer a {
	color: white;
}

.footer a:hover {
	color: #ffc21d;

}

.popup {
	display: none;
	padding: 15px;
	margin: 0px 20px 0px 20px;
	background-color: rgba(0, 0, 0, 0.75);
	background-size: 100% 100%;
	border: #ffc21d 2px solid;
	border-radius: 30px;
	color: white;
}

.popupcontainer {
	position: absolute;
	top: 300px;
	align-content: center;
	width: 100%;
}

.noborder {
	border: none;
}

/* .is-fullscreen added to carousel when fullscreen
   size cells to full height when fullscreen */
.carousel.is-fullscreen .carousel-image {
	max-height: 100%;
}

.main-carousel {
	height: 50vh;
}

.carousel-image {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: .75rem;
}

.carousel.is-fullscreen .carousel-image {
	height: 100%;
}


.flickity-slider{
    display:flex;
    align-items:center;
}
