@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../icons/icons-fill.woff2) format('woff2');
}

@font-face {
	font-family: Montserrat;
	src: url('../fonts/montserrat.eot');
	src: url('../fonts/montserrat.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat.woff2') format('woff2'), url('../fonts/montserrat.woff') format('woff'), url('../fonts/montserrat.ttf') format('ttf'), url('../fonts/montserrat.svg#webfont') format('svg');
}

* {
	box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Montserrat, Arial, Helvetica, Sans-serif;
	text-align: center;
	background: #000;
	padding: 0;
	margin: 0;
}

.sr-only {
	white-space: nowrap !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: none !important;
	margin: -1px !important; /* Fix for https://github.com/twbs/bootstrap/issues/25686 */
	position: absolute !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
}

.icon {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	letter-spacing: normal;
	color: inherit;
	text-transform: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

video {
	width: 100%;
	display: block;
}

.container {
	min-width: 768px;
	max-width: 1440px;
	margin: 0 auto;
}

.main {
	text-align: left;
	background: #fff;
	margin: 0 16px;
}

header {
	background: url(../images/header.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	height: 872px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 48px;
}

@media (max-width: 1024px) {

	.header {
		flex-flow: column nowrap;
		justify-content: flex-start;
	}

}

.header .title {
	position: relative;
}

.header .title h1 {
	width: 355px;
	height: 48px;
	margin: 0;
	position: relative;
}

.header .title h1 a {
	text-decoration: none;
	text-indent: -2000em;
	background: url(../images/checkon.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.header .title p {
	font-size: 2.2rem;
	line-height: 2;
	color: #fff;
	margin: 0;
}

.header #download-button {
	color: #fff;
}

.dropdown-item .icon {
	margin-right: .5rem;
}

.scrollable-list {
	padding: .25rem 0;
	border-top: 1px solid #666;
	margin: 0 32px;
	position: relative;
}

.scrollable-list-content {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.scrollable-list-content div {
	position: relative;
	left: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.scrollable-list button {
	line-height: auto;
	white-space: normal;
	text-align: center;
	text-decoration: none;
	background: transparent;
	padding: 0;
	border: none;
	margin: 4px 0;
	display: block;
	cursor: pointer;
}

.scrollable-list button .video-preview {
	width: 100%;
	border: 4px solid transparent;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.scrollable-list button .video-preview img {
	display: block;
}

.scrollable-list button .video-preview:hover, .scrollable-list button .video-preview:focus {
	border: 4px solid #8eb83b;
	border-radius: 3px;
}

.scrollable-list button .video-preview .icon {
	font-size: 24px;
	line-height: 52px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	margin: -26px;
	position: absolute;
	top: 50%;
	left: 50%;
}

.scrollable-list button .video-preview .icon:hover, .scrollable-list button .video-preview .icon:focus {
	background: #8eb83b;
}

.scrollable-list button strong {
	font-size: .9rem;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
	display: block;
}

.scrollable-list .control, .scrollable-list .control:visited {
	color: #fff;
	background: #3b4a56;
	width: 52px;
	height: 52px;
	padding: 0;
	border: none;
	border-radius: 50%;
	margin-top: -26px;
	position: absolute;
	top: 50%;
	cursor: pointer;
}

.scrollable-list .control:hover, .scrollable-list .control:focus {
	background: #8eb83b;
}

.scrollable-list .control .icon {
	font-size: 28px;
}

.scrollable-list .control-left {
	left: -16px;
}

.scrollable-list .control-right {
	right: -16px;
}

main {
	text-align: center;
	background: #fff;
	padding-top: 1rem;
}

h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.1;
	color: #8eb83b;
	margin: 3rem 4rem;
}

h4 {
	font-size: 2rem;
	line-height: 1.1;
	color: #766d6e;
	margin: 3rem 4rem;
}

h3 span, h4 span {
	display: block;
}

p {
	line-height: 1.7;
	color: #858585;
	margin: 3rem 4rem;
}

.screens {
	position: relative;
}

.screens ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.screens ul li {
	font-size: .9rem;
	width: 220px;
	position: absolute;
}

.screens ul li strong {
	font-size: 1.2rem;
	display: block;
}

.multi-device {
	text-align: right;
	top: 72px;
	right: 50%;
}

.integrated {
	text-align: right;
	top: 174px;
	left: 194px;
}

.functional {
	text-align: right;
	top: 382px;
	left: 56px;
}

.real-time {
	text-align: left;
	top: 450px;
	right: 156px;
}

.simple {
	text-align: left;
	top: 646px;
	right: 233px;
}

@media (max-width: 1280px) {

	.screens ul li {
		text-align: left;
		width: auto;
		margin: 0 4rem 1rem 4rem;
		display: block;
		position: static;
	}

}

.img-fluid {
	width: 100%;
	margin: 0;
	display: block;
}

.view {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

.view img {
	display: block;
}

.view div {
	margin: 0 1rem;
	flex: 1;
}

.view div.text-left {
	text-align: left;
}

.view div.text-right {
	text-align: right;
}

.view div ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.view div ul li {
	font-size: .9rem;
	color: #7a6d6e;
}

.less-is-more {
	background: url(../images/less-is-more.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 920px;
}

footer {
	background: #242329;
	padding: 1.5rem 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
}

@media (max-width: 1024px) {

	footer {
		flex-flow: column nowrap;
	}

}

footer a,
footer a:visited {
	font-size: .8rem;
	color: #ddd;
	text-align: center;
	text-decoration: none;
	display: block;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #ddd;
}

footer a span {
	width: 100%;
	margin-bottom: .2rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

footer a span img {
	height: 32px;
	margin: 0 auto;
	display: block;
}
/*
footer a.logo-sorma span img {
	width: 154px;
}

footer a.logo-giemme span img {
	width: 154px;
}

footer a.logo-payoff span img {
	width: 154px;
}

footer a.logo-ice span img {
	width: 78px;
}

footer a.logo-acknow span img {
	width: 126px;
}

footer a.logo-centropaghe span img {
	width: 225px;
}*/
