@font-face {
    font-family: 'GillSans';
    src: url('../font/GillSans.eot');
    src: url('../font/GillSans.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansBold';
    src: url('../font/GillSansBold.eot');
    src: url('../font/GillSansBold.TTF') format('truetype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'DINPro';
    src: url('../font/DINPro-Black.eot');
    src: url('../font/DINPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/DINPro-Black.woff2') format('woff2'),
        url('../font/DINPro-Black.woff') format('woff'),
        url('../font/DINPro-Black.ttf') format('truetype'),
        url('../font/DINPro-Black.svg#DINPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../font/DINPro-Medium.eot');
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/DINPro-Medium.woff2') format('woff2'),
        url('../font/DINPro-Medium.woff') format('woff'),
        url('../font/DINPro-Medium.ttf') format('truetype'),
        url('../font/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	box-sizing: border-box;
}

html,
body,
form {
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'GillSans', arial;
	font-size: 12px;
	color: #878787;
}

a {
	color: #00A1ED;
	text-decoration: none;
}



button {
    width: 100%;
    margin: 30px 0;
    padding: 2px 0;
    color: #fff;
    font-size: 31px;
    line-height: 37.5px;
    background-color: #00A1ED;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #00428b;
	--webkit-appearance: none;
}

input[type=button] {
    padding: 2px 43px;
    color: #fff;
    font-size: 18px;
    line-height: 21.6px;
    background-color: #00428b;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 0 0 #00A1ED;
	--webkit-appearance: none;
}

input[type=text],
select,
input[type=password],
input[type=email] {
	width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: inherit;
    border: 0.75px solid #9E9E9E;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-appearance: none;
}

.searchbar {
    padding-right: 50px;
    background-image: url(../images/icons/lens.svg);
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    background-size: 28px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #004396;
	max-width: 300px;
}

ul {
	margin: 25px;
}

.nomobile {
	display: flex !important;
}

.onlymobile {
	display: none !important;
}

.loginMain {
	min-height: 100%;
    padding: 120px;
    display: flex;
    flex-flow: column;
	justify-content: center;
    align-items: center;
	background-image: url('../images/texture_cr.jpg');
	background-size: cover;
	min-height:100vh;
}

.logo {
	height: 115px;
}

.logoIveco {
    height: 90px;
}

.loginBox {
	min-width: calc(430px - 96px);
    margin: 60px 0;
	padding: 40px 48px;
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #00428B;
    font-size: 20px;
    line-height: 24px;
    background-color: #fff;
    box-shadow: 5px 0px 20px 2px #96999c;
}

.loginBox .title {
	margin-bottom: 20px;
	font-size: 25px;
    line-height: 30px;
}

.loginBox .fieldContainer,
.loginBox .buttonContainer {
	width: 100%;
    margin: 10px 0;
	color: #9E9E9E;
}

.fieldContainer a {
	color: #9E9E9E;
	text-decoration: underline;
}

.fieldContainer label {
	margin-left: 3px;
}

.loginBox .buttonContainer {
	display: flex;
	justify-content: space-between;
}

.header {
	height: 115px;
	padding: 32px 13.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: 'GillSansBold';
    font-size: 14px;
    line-height: 16.8px;
	background: transparent linear-gradient(90deg, #00428C 0%, #003F86 15%, #003776 33%, #002B5C 54%, #001937 77%, #00040A 100%) 0% 0% no-repeat padding-box;
}

.header .logo,
.footer .logo {
	height: 52px;
	cursor: pointer;
}

.linkContainerWrapper {
	margin: 0 100px;
	display: flex;
    align-items: flex-start;
	flex-grow: 1;
}

.linkContainer {
    margin: 0 100px;
	display: flex;
    /*justify-content: space-between;*/
    flex-grow: 1;
	grid-gap:0px 30px;
}

.linkContainerWrapper .linkContainer {
	margin: 0;
	margin-right: 35px;
}

.menuLink {
	text-transform: uppercase;
    cursor: pointer;
}

.menuLink-2
{
	padding-bottom:10px;
	border-bottom:4px solid transparent;
}

.menuLink-active
{
	border-bottom:4px solid white;
}

.lightblue {
	color: #00A1ED;
}

.blue {
	color: #004396;
}

.footer .menuLink {
	line-height: 18px;
}

.userProfile {
	margin: 0 100px;
	display: flex;
    align-items: center;
    font-family: 'GillSans';
    font-size: 13px;
    line-height: 15.6px;
	cursor: pointer;
	color:white;
}

.userProfile img {
	width: 31px;
    margin-right: 12px;
}

.footer {
	height: 205px;
	padding: 50px 13.5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #fff;
    font-family: 'GillSans';
    font-size: 14px;
    line-height: 16.8px;
	background: transparent linear-gradient(90deg, #00428C 0%, #003F86 15%, #003776 33%, #002B5C 54%, #001937 77%, #00040A 100%) 0% 0% no-repeat padding-box;
}

.footer .linkContainer {
	flex-flow: column;
	flex-grow: 0;
}

.socialContainer {
	margin: 0 70px;
	display: flex;
}

.socialContainer a {
	margin: 0 5px;
}

.socialContainer img {
	width: 23px;
}

.logoContainer,
.footer .wrapper {
    height: 100%;
	display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
	text-align: right;
}

.footer .wrapper {
    align-items: flex-start;
	text-align: left;
}

.banner {
	height: 470px;
	display: flex;
    flex-flow: column;
    justify-content: flex-end;
	background-position: center;
	position:relative;
}

.banner_cont
{
	position:relative;
	width:100%;
	height:100%;
}

.banner_cont_current,
.banner_cont_next
{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-size:cover;
	background-position: center center;
	background-image:url("../images/slider_03.jpg");
}

.banner_cont_current-mobile
{
	display:none;
}

.fadeOut
{
	animation: fadeOut 0.5s forwards;
}

.fadeIn
{
	animation: fadeIn 0.5s forwards;
}

@keyframes fadeOut{
	0%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}

@keyframes fadeIn{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}

.paginator {
	width:100%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
	position:absolute;
	bottom:0;
	justify-content: center;
	grid-gap:40px;
}

.dot {
    width: 13px;
    height: 13px;
    background-color: #00A1ED;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    cursor: pointer;
}

.dot.highlighted {
    background-color: #004396;
}

.content {
	padding: 70px 13.5%;
	font-size: 27px;
    line-height: 32.4px;
}

.content.users {
	display: flex;
	flex-direction: column;
}

.contentTitle {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 26px;
	text-transform: uppercase;
}

.agendaBlock {
    margin: 10px 0;
    padding: 30px 3px;
    color: #030504;
	border-top: 0.75px solid #00A1ED;
}

.agendaDate {
	margin-bottom: 5px;
	color: #004396;
	font-family: 'GillSansBold';
	text-transform: uppercase;
}

.textGrid {
	color: #004396;
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
}

.textGrid .grey {
    height: calc(100% + 50px);
    margin-top: -25px;
    padding: 25px;
	background-color: rgba(135, 135, 135, 0.1);
}

.sidebar {
	width: 100%;
	flex-shrink: 0;
}

.sideMenu {
    margin-top: 25px;
    /*padding: 30px 50px 150px 50px;*/
	padding:20px;
    color: #004396;
    font-size: 28px;
    line-height: 34px;
	border: 1px solid #00A1ED;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

	display:grid;
	grid-template-columns: repeat(auto-fit, 200px);
	grid-gap:20px;
	justify-content: center;
}

.sideMenu_item_desc
{
	font-size:16px;
	line-height: 20px;
}

.sideMenu .link {
	margin: 7px 0;
	cursor: pointer;
}

.userMainWrapper
{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	display:flex;
	background-color:#00000055;
}

.userMain {
	max-width:90%;
	max-height:90%;
	overflow:auto;
	max-width: 800px;
	margin:auto;
	background-color:white;
	padding:50px;
}

.userMain_close
{
	text-align: right;
	cursor:pointer;
}

.userMain .pic {
	height: 350px;
	width: 350px;
    margin:auto;
	background-image: url('../images/bg_trombinoscope.svg');
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	border-radius:30px;
}

.userDetails {
    margin-bottom: 45px;
	display: flex;
    flex-flow: column;
    color: #004396;
    font-size: 34px;
    line-height: 41px;

}

.menuButton {
	cursor: pointer;
	margin-left:auto;
}

.linkContainerMobile {
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-flow: column;
    align-items: center;
	position: fixed;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 23px;
    background: transparent linear-gradient(
90deg
, #00428C 0%, #003F86 15%, #003776 33%, #002B5C 54%, #001937 77%, #00040A 100%) 0% 0% no-repeat padding-box;

	z-index:2;
}

.closeButton {
	margin-bottom: 50px;
	align-self: flex-end;
	cursor: pointer;
}

.todayTile {
	margin-bottom: 20px;
	display: flex;
}

.todayPreview {
    width: 253px;
    height: 138px;
	margin-right: 12px;
	position: relative;
	background-image: url('../images/today_placeholder.jpg');
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.live
{
	cursor:pointer;
}

.todayTile.video .todayPreview::before,
.archiveEntry.video .todayPreview::before {
	content: '';
    width: 63px;
    height: 63px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-image: url('../images/icons/play.svg');
}

.todayTile.live .todayPreview::after {
    content: '';
    width: 57px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 15px;
    background-image: url(../images/icons/live.svg);
}

.todayDetails {
	display: flex;
    align-items: center;
	position: relative;
	border: 1px solid #004396;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex-grow: 1;
    padding: 20px 32px;
}

.todayTile.disabled .todayDetails {
	border: 0.5px solid #6C6C6C;
}

.todayTile.live .todayDetails::after {
    content: '';
    width: 147px;
    height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
    background-image: url(../images/icons/watch_now.svg);
}

.todayTime {
	width: 100px;
	display: flex;
    flex-flow: column;
	align-items: center;
    color: #004396;
    font-size: 36px;
    line-height: 33px;
}

.todayTile.disabled .todayTime,
.todayTile.disabled .blue,
.todayTile.disabled .lightblue {
    color: #A9A9A9;
}

.todayTime .type {
	margin-top: 5px;
	font-size: 14px;
    line-height: 17.49px;
    letter-spacing: 0.06px;
    text-transform: uppercase;
}

.todayInfo {
    height: 90%;
	margin-left: 30px;
    padding: 0 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
	font-size: 35px;
    line-height: 42px;
    border-left: 1px solid #004396;
}

.todayInfo .date {
	color: #A9A9A9;
    font-size: 27px;
    line-height: 32.4px;
    text-transform: uppercase;
}

.trombinoscopeTable
{
	width:100%;
	border-collapse: collapse;
}

.trombinoscopeTableWrapper
{
	width:100%;
	overflow:auto;
}

.trombinoscopeTable thead
{
	color:#005fed;
	font-weight: bold;
}

.trombinoscopeTable thead td
{
	border-bottom:1px solid #51c0f8;
}

.trombinoscopeTable td
{
	padding:10px;
	font-size:27px;
}

.trombinoscopeTable tbody td
{
	color:#010101;
	cursor:pointer;
}

.trombinoscopeTable tbody tr:nth-child(2n){
	background-color:#f1eff0;
}

.picWrapper
{
	background-image:url("../images/bg_trombinoscope.svg");
	background-position: center center;
	background-repeat: no-repeat;
	display:flex;
	width:400px;
	/*height:400px;*/
	max-width: 100%;
	/*max-height: 50vh;*/
	margin-bottom:20px;
}

.archiveBandContainer {
	padding: 60px 0 40px 0;
}

.archiveBandContainer.grey {
    width: 137%;
    margin-left: -18.5%;
    padding: 60px 18.5% 40px 18.5%;
	background-color: #87878710;
}

.archiveBandContainer:first {
	padding-top: 0;
}

.archiveBand {
    margin: 20px 0;
	display: flex;
    justify-content: space-between;
}

.archiveTilesContainer {
    /* width: 60%; */
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
	flex-grow: 1;
}

.archiveTitle {
    color: #004396;
	font-family: 'GillSansBold';
	font-size: 35px;
    line-height: 42px;
	text-transform: uppercase;
}

.archiveEntry {
	max-width: 253px;
	margin-bottom: 40px;
    color: #004396;
}

.archiveEntry .todayPreview {
	margin: 0;
}

.archiveDetails {
    height: calc(100% - 138px);
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.archiveDate {
    margin-top: 10px;
    padding: 6px 0;
	color: #878787;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.07px;
    border-top: 0.5px solid #6C6C6C;
}

.archiveDescription {
	width: 30%;
	margin-left: 10%;
    color: #004396;
}

@media screen and (max-width: 1680px) {
	.archiveTilesContainer {
		grid-template-columns: 48% 48%;
	}


}

@media screen and (max-width: 1480px) {
	.content {
		font-size: 23px;
		line-height: 28.4px;
	}

	.content.users {
		font-size: 23px;
		line-height: 28.4px;
	}

	.linkContainer,
	.linkContainerWrapper {
		margin: 0 60px;
		margin-right: 30px;
	}

	.socialContainer {
		margin: 0 30px;
	}

	.sideMenu {
		font-size: 24px;
		line-height: 30px;
	}

	/*.userMain {
		padding: 0 100px;
	}*/

	.userMain .pic {
		height: 340px;
	}

	.userDetails {
		font-size: 31px;
		line-height: 36px;
	}


}

@media screen and (max-width: 1280px) {
	.header,
	.footer,
	.content {
		padding-left: 10%;
		padding-right: 10%;
	}

	.linkContainer {
		margin: 0 30px;
	}

	.userProfile {
		margin: 0 50px;
	}

	.sideMenu {
		padding: 20px 30px 100px 30px;
	}

	.todayTime {
		font-size: 32px;
	}

	.todayInfo {
		font-size: 28px;
		line-height: 35px;
	}

	.todayInfo .date {
		font-size: 23px;
		line-height: 28.4px;
	}

	.todayTile.live .todayDetails::after {
		right: 25px;
	}

}

@media(max-width:1023px){
	.todayDetails
	{
		padding:5px;
	}

	.todayInfo
	{
		margin:0 8px;
		padding:5px;
		font-size:18px;
	}

	.banner_cont_current
	{
		display:none;
}

	.banner_cont_current-mobile
	{
		display:block;
	}
}

@media screen and (max-width: 1080px) {
	.sidebar {
		width: 100%;
	}

	.linkContainer {
		margin: 0 30px;
	}

	.userProfile {
		margin: 0;
    	margin-left: 20px;
	}

	.sideMenu {
		padding: 20px 30px 100px 30px;
	}

	.todayTile {
		flex-flow: column;
	}

	.todayPreview {
		margin-bottom: 10px;
	}

	.archiveDescription {
		margin-left: 5%;
	}


}

@media screen and (max-width: 980px) {
	.sidebar {
		width: 100%;
	}

	.linkContainer,
	.linkContainerWrapper {
		margin: 0 30px;
	}

	.footer .linkContainer:last-child {
		margin: 0;
	}

	.archiveDescription {
		width: 20%;
	}


}

@media screen and (max-width: 880px) {
	.nomobile {
		display: none !important;
	}

	.onlymobile {
		display: flex !important;
	}

	.banner {
		height: 250px;
		background-size: cover;
	}

	.menuLink {
		margin: 5px 0;
		margin-bottom: 0;
	}

	.textGrid {
		grid-template-columns: 100%;
	}

	.textGrid > div {
		margin-bottom: 20px;
	}

	.textGrid .grey {
		width: calc(100% + 50px);
		height: 100%;
		margin-top: 0;
		margin-left: -25px;
	}

	.socialContainer {
		margin: 0;
	}

	.content.users {
		flex-flow: column;
		font-size: 18px;
		line-height: 23.4px;
	}

	.sidebar {
		width: 100%;
	}

	.sideMenu {
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		font-size: 20px;
		line-height: 26px;
	}

	.sideMenu .link {
		flex-grow: 1;
	}

	/*.userMain {
		margin-top: 30px;
		padding: 0;
	}*/

	.userMain .pic {
		height: 180px;
	}

	.userDetails {
		font-size: 26px;
		line-height: 31px;
	}

	.todayTile.video .todayDetails {
		padding-bottom: 90px;
	}

	.todayTile.live .todayDetails::after {
		bottom: -120px;
	}

	.archiveBand {
		flex-flow: column-reverse;
	}

	.archiveDescription {
		width: 100%;
		margin-bottom: 30px;
		margin-left: 0;
	}
}

@media screen and (max-width: 680px) {
	button {
		font-size: 27px;
    	line-height: 33.5px;
	}

	.loginMain {
		padding: 5%;
	}

	.archiveTilesContainer {
		grid-template-columns: 100%;
	}
}

@media screen and (max-width: 480px) {
	.loginBox {
		font-size: 18px;
		line-height: 22px;
	}

	.logo {
		width: 70vw;
		height: unset;
	}

	.footer .logo {
		height: 40px;
	}

	.todayInfo {
		font-size: 18px;
		line-height: 28px;
	}

	.todayInfo .date {
		font-size: 18px;
		line-height: 23.4px;
	}
}