/* FOOTER */
.wrap-laboratories {
	background-color: #5A8BC8;
	width:100%;
}

.wrap-portal {
	background-color: #FFF;
	width:100%;		
}

.wrap-footer {
	background-color: #FFCF01;
	width:100%;
	padding-bottom: 30px;
}

.wrap-footer .title,
.wrap-knowledge .title,
.wrap-laboratories .title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
	font-family: 'Technika';
	padding-bottom: 59px;
}

.wrap-laboratories .content,
.wrap-footer .content,
.wrap-knowledge .content {
	padding-left:48px;
	padding-right:48px;
}


.wrap-footer .title {
	color: #fff;
}

.wrap-cols {
	display: flex;
	justify-content: space-between;
	/*max-width: 1100px;*/
	gap: 40px;
	flex-wrap: wrap;
}
.wrap-footer .col {
	width: 33.3%;
	max-width: 327px;
}

.btnCursor:hover {
	cursor: pointer;
}

.eu-logo img {
	max-width: 270px;	
	margin-left: -13px;
	margin-top: -13px;
}

.eu-description,
.cybfu-description,
.cvut-description {
	font-size: 12px;
	font-family: 'TechnikaBook';
}

.cybfu-description ul.partners {
	list-style-type: square;
	margin-top:0px;
	padding-top:0px;
	padding-left:20px;
}

.cybfu-description ul.partners li::marker {
	font-size: 17px;
}

.cybfut-logo img {
	max-width: 175px;	
	margin-left: -6px;
	margin-top: -6px;
	padding-bottom: 8px;
}

.cvut-logo img {
	max-width: 108px;	
	padding-bottom: 13px;
}

/* KNOWLEDGE PORTAL */

.wrap-knowledge .title {
	color: #5A8BC8;
}

.wrap-items {
	min-height: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 100px;
	gap: 40px;
}

.wrap-items .title {
	/*color: #F16678;*/
	color: #000;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	padding: 0px;
	margin: 0px;	
	padding-top: 38px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

.wrap-items .description {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding-left: 40px;
	padding-right: 40px;
	flex: 1;
}

.wrap-items .button {
	background-color: #000;
	color: #fff;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

.item-1, .item-2 {
	background-repeat: no-repeat;
	border: 1px solid #959595;
	background-color: #fff;
	width: 300px;
	background-position: center top;
	padding-top: 200px;

  display: flex;
  flex-direction: column;	
}

.item-1:hover, .item-2:hover {
	box-shadow: 0px 0px 20px -12px rgba(0,0,0,1);
	cursor: pointer;
}

.item-1 {
	background-image: url('img-1.jpg?v=1');
}

.item-2 {
	background-image: url('img-2.jpg?v=1');
}

.wrap-items .item-2 {
	margin-right: 0px;
}

/* HEADER */

.wrap-header {
	width: 100%;

	/*background-image: url('hacker1b.jpg?v=2');*/
	background-repeat: no-repeat;
	background-position: center top;
/*	background-size: 80%;*/

	background-size: auto 740px !important;
/*	background-position: 0 auto 1em auto; /*Center the image*/
  background-color: #000;
/*
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 76%, rgba(0,0,0,1) 87%, rgba(0,0,0,1) 100%);
*/
}

/*
#background-video {
   position: absolute;
	 top: -200px;
   z-index: -1;
	 min-height: 100%;
}
*/
.wrap-header .content {
	display: flex;
	justify-content: space-between;	
	/*background-color: rgba(0,0,0,0.7);*/
}

.wrap-header .title {
}

.portalname {
	color: #fff;
	font-family: 'Technika';	
	font-weight: bold;
	font-size: 60px;
}

.wrap-moto {
	color: #fff;
	font-family: 'TechnikaLight';
	font-size: 25px;
	flex: 1;
	position: relative;
	padding-top: 10px;
	margin-top: 20px;
}

.wrap-moto .stn-1,
.wrap-moto .stn-2 {
	z-index: 100;
	position: relative;
}

.wrap-moto .stn-1 {
}

.wrap-moto .stn-2 {
	text-align: left;
	padding-top: 10px;
}

.wrap-moto .stn-amp {
	display: none;
	font-family: Times, serif;
	font-size: 195px;
	color: #000;
	position: absolute;
	top: -50px;
	left: 330px;
	z-index: 2;
}

.wrap-header .col-1 {
	padding-top: 48px;
	padding-left: 48px;
	padding-bottom: 35px;
	display: flex;
	flex-direction: column;	
}

.wrap-header .col-2 {
	/*border-left: 2px solid #fff;*/
	width:120px;
	min-height: 450px;
	margin-top: 145px;
	padding-left: 30px;
	margin-bottom: -40px;
}

.wrap-header .col-2 img {
	display: none;
	margin-top: -95px;
	margin-left: -20px;
}

.wrap-buttons {
	display: flex;
	justify-content: flex-start;
	gap: 60px;
}

.wrap-buttons div {
	background-color: #fff;
	color: #000;
}

/* LABORATORIES */

.wrap-laboratories {
	min-height: 500px;
}

.wrap-laboratories .content {
	font-family: 'Arial Narrow', Arial, sans-serif;
	color: #fff;
}

.wrap-laboratories .title {
	color: #fff;
}

.wrap-labs .lab-link {
	text-decoration: none;
}

.wrap-labs {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 37px;
	margin-bottom: 63px;
}


.wrap-laboratories .lab {
	background-color: #c7d3ec;
	background-size: 207px;
	width: 207px;
	height: 250px;
	text-align: center;
	position: relative;
}

.wrap-laboratories .lab-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 13px;
}

.wrap-laboratories .lab-image {
	position: relative;
	width: 207px;
	height: 138px;
}

.wrap-laboratories .overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(90, 139, 200, 0.6);
}



.wrap-laboratories .lab-link .lab:hover {
	background-color: #fff;
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,1);	
	cursor: pointer;
}

.lab-info {
	font-size: 20px;
	padding-right: 48px;
}

.lab-descr .title {
	font-family: 'Arial Narrow', Arial, sans-serif;
	color: #fff;
	font-size: 35px;
	padding-top: 47px;
	margin-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}

.wrap-laboratories .content {
	padding-bottom: 80px;
}

.lab-descr-item {
	color: #fff;
	font-size: 20px;
	background-image: url('list_mark.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-left: 20px;
	margin-top:-2px;
}

.lab-descr-item:last-of-type {
	background-image: url('list_mark_last.svg');
}

.lab-descr-item:first-of-type {
	background-image: none;
	border-left: 2px solid #fff;
	width: 2px;
	height: 10px;
}

.lab-descr-browser {
	font-size: 20px;
	font-weight: bold;
	padding-top: 40px;
}

.lab-descr-free {
	font-size: 20px;
	font-weight: bold;
	padding-top: 40px;
	text-transform: uppercase;
}

.lab-descr-free img {
	height: 27px;
	padding-right: 20px;
	vertical-align: middle;
}

.wrap-video {
	position:absolute;
	z-index: 0;
	width: 100%;
	max-width:1280px;
	top:0px;
	
	transform: rotateY(180deg);
	-webkit-transform:rotateY(180deg); /* Safari and Chrome */
	-moz-transform:rotateY(180deg); /* Firefox */	
}

.wrap-header .content .col-1 {
	z-index: 10;
}

.wrap-laboratories {
	position:relative;
}

body {
	background-color: #dedede;
	min-width: 400px;
}

.wrap-body {
}

.inner-body {
	background-color: #fff;
	max-width:1280px;
	box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.4);
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1000px) {
	.wrap-header {
		background-image: url('hacker1b.jpg?v=2');
	}

	.wrap-video {
		display: none;
	}
}

@media only screen and (max-width: 720px) {
	.wrap-items {
		flex-wrap: wrap;
	}
	.wrap-cols .col {
		max-width: 100%;
		width: inherit;
	}
}

@media only screen and (max-width: 560px) {
	.portalname {
		font-size: 9.8vw;
	}
	
	.wrap-moto {
		font-size: 4.5vw;
	}
	
	.wrap-buttons {
		gap: 8.5vw;
	}
}

@media only screen and (max-width: 440px) {
	.wrap-header .col-1 {
		padding-left: 15px;
	}
	.wrap-laboratories .content, .wrap-footer .content, .wrap-knowledge .content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.wrap-buttons .btn {
		white-space: nowrap;
	}
	
	.wrap-labs {
		margin-left:0px;
		margin-right:0px;
		gap:16px;
	}
	
	.wrap-labs .lab {
		width: 180px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.wrap-labs .lab .lab-image {
		width: 100%;
		height: auto;
	}
}

