html,
body {
	margin-top: 0;
	padding: 0;
	font-size: 22px;
	font-family: "Source Sans Pro", sans-serif;
	text-rendering: optimizeLegibility;
	background-image: url("background.jpg");
	overflow-x: hidden;
}

html {
    height: 100%;
}
body {
    min-height: 100%;
}

img {
    max-width: 100%;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: skyblue;
}

.navbar {
	background-color: #232323D6;
	height: 60px;
}

.navbar-brand {
    position: relative;
    background: url("emotiva_logo.png");
	background-repeat: no-repeat;
	width: 120px;
    height: 40px;
	left: 180px;
    background-size: contain;
}

.upperContainer {
	padding-top: 100px;
}

hr {
	width: 70%;
}

.logos {
	text-align: center;
	margin-bottom: -70px;
}

.iciapLogo {
	width: 100px;
	height: 100px;
}

.col-sm-6 .iciapLogo {
	margin-bottom: 60px;
}

.phuseLogo {
	width: 80px;
}

.col-md-6 .phuseLogo {
	margin-bottom: 20px;
}

.unimiLogo {
	width: 200px;
	margin-left: 40px;
}

.lncs {
	text-align: center;
	margin-top: 100px;
}

.lncsLogo {
	width: 140px;
	margin-left: 20px;
}

.col-md-12 .lncsLogo {
	margin-top: 20px;
}

.videosContainer {
	padding-top: 100px;
	width: auto;
	max-width: 2000px;
}

.card {
	border: 0;
}

a.btn {
	background: #0096a0;
	border-radius: 4px;
	box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.25);
	color: #ffffff;
	display: inline-block;
	padding: 6px 30px 8px;
	position: relative;
	text-decoration: none;
	transition: all 0.1s 0s ease-out;
}

.no-touch a.btn:hover {
	background: #00a2ad;
	box-shadow: 0px 8px 2px 0 rgba(0, 0, 0, 0.075);
	transform: translateY(-2px);
	transition: all 0.25s 0s ease-out;
}

.no-touch a.btn:active,
a.btn:active {
	background: #008a93;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.25);
	transform: translate3d(0, 1px, 0);
	transition: all 0.025s 0s ease-out;
}

.cardsCharts {
	margin: 80px auto;
	max-width: 960px;
	text-align: center;
}

.videoCard {
	background: #ffffff;
	display: inline-block;
	margin: 8px;
	max-width: 300px;
	perspective: 1000;
	position: relative;
	text-align: left;
	transition: all 0.3s 0s ease-in;
	width: 300px;
	z-index: 1;
	border: 0;
}

.videoCard .videoCard-title {
	background: #ffffff;
	padding: 6px 15px 10px;
	position: relative;
	z-index: 0;
}

.videoCard .videoCard-title a.toggle-info {
	border-radius: 32px;
	height: 32px;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 34px;
}

.videoCard .videoCard-title a.toggle-info span {
	background: #ffffff;
	display: block;
	height: 2px;
	position: absolute;
	top: 16px;
	transition: all 0.15s 0s ease-out;
	width: 12px;
}

.videoCard .videoCard-title a.toggle-info span.left {
	right: 14px;
	transform: rotate(45deg);
}

.videoCard .videoCard-title a.toggle-info span.right {
	left: 14px;
	transform: rotate(-45deg);
}

.videoCard .videoCard-title h2 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.05em;
	margin: 0;
	padding: 0;
}

.videoCard .videoCard-title h2 small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.025em;
}

.videoCard .videoCard-description {
	padding: 0 15px 10px;
	position: relative;
	font-size: 20px;
}

.videoCard .videoCard-actions {
	box-shadow: 0 2px 0px 0 rgba(0, 0, 0, 0.075);
	padding: 10px 15px 20px;
	text-align: center;
}

.videoCard .videoCard-flap {
	background: #d9d9d9;
	position: absolute;
	width: 100%;
	transform-origin: top;
	transform: rotateX(-90deg);
	transition: all 0.3s 0.3s ease-out;
	z-index: -1;
}

.no-touch .cardsCharts.showing .videoCard:hover {
	opacity: 0.94;
	transform: scale(0.92);
}

.videoCard.show {
	opacity: 1 !important;
	transform: scale(1) !important;
}

.videoCard.show .videoCard-title a.toggle-info {
	background: #ff6666 !important;
}

.videoCard.show .videoCard-title a.toggle-info span {
	top: 15px;
}

.videoCard.show .videoCard-title a.toggle-info span.left {
	right: 10px;
}

.videoCard.show .videoCard-title a.toggle-info span.right {
	left: 10px;
}

.videoCard.show .videoCard-flap {
	background: #ffffff;
	transform: rotateX(0deg);
}

.videoCard.show {
	transition: all 0.3s 0s ease-out;
}

.videoExample {
	margin-top: 20px;
	margin-left: 20px;
	width: auto;
	max-width: 90%;
	align-items: center;
}

#sourceFirstVideo,
#sourceSecondVideo,
#sourceThirdVideo {
	margin-left: 20px;
}

#sourceFirstVideo a,
#sourceSecondVideo a,
#sourceThirdVideo a {
	color: black;

	&:hover {
		color: skyblue;
	}
}

#firstVideo_rangeChart,
#secondVideo_rangeChart,
#thirdVideo_rangeChart {
	width: 95%;
	height: 120px;
}

#arrow1,
#arrow2,
#arrow3 {
	z-index: 1;
	width: 20px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid black;
	position: relative;
	top: 104px;
	left: 10px;
}

#tooltip1,
#tooltip2,
#tooltip3 {
	visibility: hidden;
	opacity: 0;
	width: 130px;
	position: relative;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	bottom: 6px;
	transition: opacity 0.3s, visibility 0.3s;
}

#firstVideo_rangeChart:hover #tooltip1,
#secondVideo_rangeChart:hover #tooltip2,
#thirdVideo_rangeChart:hover #tooltip3 {
	visibility: visible;
	opacity: 1;
}

.firstCard1,
.secondCard1,
.thirdCard1 {
	margin-right: 700px;
}

.firstCard1 .btn,
.secondCard1 .btn,
.thirdCard1 .btn {
	position: relative;
	left: 255px;
}

#firstVideo_binaryChart,
#secondVideo_binaryChart,
#thirdVideo_binaryChart {
	height: 150px;
	width: auto;
	max-width: 100%;
	padding-left: 20px;
}

#firstVideo_intensityChart,
#secondVideo_intensityChart,
#thirdVideo_intensityChart {
	max-width: 100%;
	height: 383px;
}

.firstCard2,
.firstCard3,
.secondCard2,
.secondCard3,
.thirdCard2,
.thirdCard3 {
	bottom: 60px;
	margin-right: 560px;
}

.firstCard2 .btn,
.firstCard3 .btn,
.secondCard2 .btn,
.secondCard3 .btn,
.thirdCard2 .btn,
.thirdCard3 .btn {
	position: relative;
	left: 190px;
}

.footerBar {
	max-width: 100%;
	background-color: #161616;
	text-align: center;
	padding: 10px 0 10px 0;
}

.emotivaLogo {
	width: 60px;
}

.footerBar ul {
	margin: 0;
	padding: 0;
}

.footerBar a {
	color: white;
}

.footerBar a:hover {
	color: skyblue;
}

.iconBar {
	font-size: 20px;
	padding-top: -90px;
}

.iconBar i {
	padding: 0 10px 0 10px;
}