@import url('../bootstrap-3.3.7/css/bootstrap.css');
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto:600|Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*
 Theme Name: ICM Bootstrap
 Description: Bootstrap based theme for ICM
 Author: Monika Maksymiuk and Marek Świrydowicz
 Version: 1.1
 Tags: responsive, white, bootstrap
 License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
 License URI: http://creativecommons.org/licenses/by-sa/3.0/
 */
@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Regular.otf');
	/* IE9 Compat Modes */
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/* filter: grayscale(1); */
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
header {
	font-family: 'Roboto', sans-serif;
}

body,
input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

ul {
	list-style: none;
}

p {
	line-height: 1.5;
}

img {
	max-width: 100% !important;
	height: auto;
}

iframe {
	border: 0;
}

a {
	color: #333;
}

/* Scrollbar */

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #aeaead;
}

::-webkit-scrollbar-thumb {
	background: #4182a2;
	border-radius: 50px;
}

/* New header */
header {
	position: relative;
	width: 100%;
}

.logo {
	position: relative;
	z-index: 123;
	margin-top: 10px;
	font: 18px verdana;
	color: #6ddb07;
	float: left;
	width: 7%;
}

.logo.logo-1 {
	width: 9%;
}

li.sub-item {
	min-height: 45px;
}

.logo a {
	color: #6ddb07;
}

nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

ul.sub-menu {
	z-index: 9999999;
}

.language-switcher-rwd {
	visibility: hidden;
}

ul.sub-menu {
	padding-top: 9%;
}

.parent-item {
	margin-top: 10px;
}

.home-btn {
	display: none !important;
}

button.pswp__button.pswp__button--share {
	display: none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #head-mobile {
	display: none;
}

#cssmenu {
	background: transparent;
	width: 1180px;
	text-transform: uppercase;
}

#cssmenu>ul>li {
	float: left;
}

#cssmenu>ul>li>a {
	padding: 10px;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	color: rgb(3, 3, 3);
	font-weight: 400;
}

li#menu-item-1229 a {
	color: #ff7f00 !important;
}

li#menu-item-1186-en,
li#menu-item-1187-pl {
	margin-top: 9px;
}

li#menu-item-9356-en {
	visibility: hidden;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #fff;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	background: #4182a2 !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 34px;
	margin-right: 1px;
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 15px;
	right: 17px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 12px;
	right: 20px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	background: #333;
	transition: all 0.25s ease;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu li:hover>ul>li {
	height: 45px;
	display: flex;
	align-items: center;
}

#cssmenu ul ul ul {
	margin-left: 75%;
	top: 0;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff;
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: '';
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333;
}

@media screen and (max-width: 1000px) {
	.logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 35%;
		height: 46px;
		text-align: center;
		padding: 0;
		float: none;
	}

	li#menu-item-1186-en {
		display: none;
	}

	li#menu-item-9356-en {
		visibility: visible;
	}

	.logo.logo-1 {
		text-align: left;
	}

	.language-switcher-rwd {
		visibility: visible;
	}

	.language-switcher {
		display: none;
	}

	.logo2 {
		display: none;
	}

	nav {
		width: 100%;
	}

	#cssmenu {
		width: 96%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444;
	}

	#cssmenu ul li:hover {
		background: #363636;
	}

	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu>ul>li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 25px;
	}

	#cssmenu ul ul li {
		background: #333 !important;
	}

	#cssmenu ul ul li:hover {
		background: #363636 !important;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #ddd;
		background: none;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none;
	}

	#cssmenu #head-mobile {
		display: block;
		padding: 5%;
		color: #ddd;
		font-size: 12px;
		font-weight: 700;
	}

	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}

	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		content: '';
	}

	.button:before {
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #000;
		content: '';
	}

	.button.menu-opened:after {
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #000;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.button.menu-opened:before {
		top: 23px;
		background: #000;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: '';
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}

	#cssmenu ul ul ul li.active a {
		border-left: none;
	}

	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none;
	}

	ul.main-menu.open {
		margin-top: 6%;
		transition: 0.3s;
	}

	ul.main-menu.open:focus {
		visibility: visible;
		opacity: 1;
	}

	ul.main-menu.open:focus-within {
		visibility: visible;
		opacity: 1;
	}

	.button {
		top: 18px;
	}

	li#menu-item-1186-en {
		display: none !important;
	}
}

@media screen and (max-width: 600px) {
	.logo {
		width: 50%;
		padding: 0;
	}

	li#menu-item-1186-en {
		display: none !important;
	}

	#cssmenu {
		width: 100%;
		padding: 5%;
	}

	.logo.logo-1 {
		text-align: left;
		width: 20%;
	}

	ul.main-menu.open {
		margin-top: 12%;
		transition: 0.3s;
	}

	ul.main-menu.open:focus {
		visibility: visible;
		opacity: 1;
	}

	ul.main-menu.open:focus-within {
		visibility: visible;
		opacity: 1;
	}

	.button {
		top: 18px;
	}
}

.box {
	padding: 15px;
}

#page {
	position: relative;
	min-height: 100vh;
	background-color: #f5f7f8;
}

.image-in-circle {
	height: 80px;
	width: 80px;
	display: inline-block;
	background-size: cover;
	background-image: url('/images/empty.png');
}

.image-in-circle img {
	height: 40px;
	position: relative;
	top: 22%;
	padding: 3px;
}

.floated-list {
	position: relative;
	left: 25px;
}

.column-list {
	-webkit-column-count: 3;
	/* Chrome, Safari, Opera */
	-moz-column-count: 3;
	/* Firefox */
	column-count: 3;
	padding-left: 0;
}

.column-list li {
	padding-bottom: 1em;
}

.column-list li:before {
	content: '' !important;
}

/* S screen */
@media screen and (max-width: 991px) {
	.col-sm-12>img {
		margin-right: -15px;
		margin-left: -15px;
	}

	.column-list {
		-webkit-column-count: 2;
		/* Chrome, Safari, Opera */
		-moz-column-count: 2;
		/* Firefox */
		column-count: 2;
	}
}

/* XXS screen */
@media screen and (max-width: 479px) {
	.column-list {
		-webkit-column-count: 1;
		/* Chrome, Safari, Opera */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
	}
}

#page-header {
	height: 100px;
	padding: 15px 30px;
	padding-right: 65px;
	margin: 0 -15px 0;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	background-size: cover;
	position: relative;
	background-color: #4182a2;
	background-image: none !important;
}

.sub-menu-omics {
	background-color: #4182a2;
}

#page-header>div {
	border-bottom: 1px solid rgba(255, 255, 255, 0.71);
	font-size: 1em;
	min-height: 35px;
}

#page-header h1 {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 1.4em;
}

#page-header a {
	color: #fff;
}

#page-header .header-icon {
	z-index: 10;
	position: absolute;
	right: 15px;
	top: 25%;
	width: 52px;
	height: 52px;
	border-bottom: 0;
}

.breadcrumbs a.post {
	border-bottom: 0;
}

/* S screen */
@media screen and (max-width: 991px) {
	#page-header {
		height: auto;
		padding-right: 50px;
	}

	#page-header::before {
		right: 10px;
		top: 15%;
		width: 35px;
		min-height: 35px;
	}

	#page-header>div {
		border-bottom: 0;
		padding-bottom: 0;
	}

	#page-header a {
		line-height: 35px;
	}

	#page-header header {
		display: none;
	}

	#page-header .header-icon {
		top: 10%;
		padding: 5px;
	}
}

/* .logo img {
  height: 70px;
  padding: 5px 0;
  float: left;
  margin-right: 15px;
}  */

/* Obecnie nazwa nie jest uzywana. Do usuniecia
 #page-name {
 display: inline-block;
 max-width: 200px;
 height: 70px;
 padding: 12px 10px;
 line-height: 14px;
 font-size: 11px;
 text-transform: uppercase;
 word-spacing: 3px;
 } */
/* #navbar {
  position: relative;
  padding-right: 0;
  margin: 10px 0;
  width: 82%;
}

#navbar .nav .current_page_item a,
#navbar .nav .current_page_parent a,
#navbar .nav .current_page_item a:hover,
#navbar .nav .current_page_parent a:hover,
#navbar .nav .current_page_item a:focus,
#navbar .nav .current_page_parent a:focus {
  font-weight: 700;
}

.navbar {
  margin-bottom: 0;
  color: #555;
}

.navbar a {
  color: inherit;
}

.navbar .container {
  padding: 0;
}

.navbar-nav>li>a {
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.85em;
}

#primary-menu>li .sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 200;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  overflow: hidden;
  white-space: nowrap;
}

#primary-menu>li .sub-menu>.menu-item {
  text-align: center;
  background: #eee;
  border: 1px solid #bbb;
  border-bottom: 0;
}

#primary-menu>li .sub-menu>.menu-item:first-child {
  position: relative;
  margin-top: 10px;
  border-radius: 2px 2px 0 0;
}

#primary-menu>li .sub-menu>.menu-item:first-child::before {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-bottom-color: #bbb;
  left: 50%;
  top: -10px;
  margin-left: -5px;
}

#primary-menu>li .sub-menu>.menu-item:last-child {
  border-bottom: 1px solid #bbb;
  border-radius: 0 0 2px 2px;
}

#primary-menu>li .sub-menu>.menu-item:hover,
#primary-menu>li .sub-menu>.menu-item.active {
  background: #dedede;
  cursor: pointer;
}

#primary-menu>li .sub-menu>.menu-item>a {
  display: block;
  line-height: 3;
  font-weight: 500;
  font-size: 0.9em;
}

#primary-menu>li .sub-menu>.menu-item>a:hover {
  font-weight: 700;
  text-decoration: none;
}

#primary-menu>li:hover>.sub-menu {
  display: initial;
}

#primary-menu>li .sub-menu>#menu-item-8903>a,
#primary-menu>li .sub-menu>#menu-item-8904>a,
#primary-menu>li .sub-menu>#menu-item-8905>a {
  line-height: 2;
}

#secondary-menu {
  position: absolute;
  bottom: -3em;
  right: 2em;
}

.sub-nav {
  z-index: 100;
}

.sub-nav>li {
  background: #4182a2;
}

.sub-nav>li>a {
  color: white;
  text-shadow: none;
  padding: 12px 25px;
}

.sub-nav>li:hover {
  background: #4182a2;
}

.sub-nav>li:hover>a:hover,
.sub-nav>li:hover>a:active {
  background: #4182a2;
  font-weight: 700;
} */

/* XS screen */
@media screen and (max-width: 767px) {
	/* #primary-menu>li:hover>.sub-menu {
    display: none;
  } */
}

.stripes-container {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.stripe {
	padding: 20px;
	width: 75%;
	color: white;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	-webkit-box-shadow: 0px 9px 21px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 9px 21px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 9px 21px -10px rgba(0, 0, 0, 0.75);
}

.stripe:nth-child(even) {
	text-align: left;
}

.stripe:nth-child(even)::before {
	content: ' ';
	box-shadow: -3px 0px 15px 0px rgba(0, 0, 0, 0.75);
	height: 100%;
	z-index: 6;
	width: 10px;
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
}

.stripe:nth-child(odd) {
	text-align: right;
}

.stripe:nth-child(odd)::after {
	content: ' ';
	box-shadow: 3px 0px 15px 0px rgba(0, 0, 0, 0.75);
	height: 100%;
	z-index: 6;
	width: 10px;
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
}

.stripe:nth-child(1) {
	background-color: #fbbb00;
}

.stripe:nth-child(2) {
	background-color: #e9513f;
}

.stripe:nth-child(3) {
	background-color: #3bb49e;
}

.stripe:nth-child(4) {
	background-color: #4097d3;
}

.required-items-list li:before,
.content-column ul li:before,
.event-notes ul li:before {
	content: '\e013';
	font-family: 'Glyphicons Halflings';
	display: inline-block;
	margin-left: -2em;
	width: 2em;
	position: relative;
	top: 2px;
	color: #4182a2;
}

.content-column {
	padding-top: 30px;
}

.content-column a {
	color: #4182a2;
}

.content-column:not(.competence-page) h2 {
	border-left: 10px solid #4182a2;
	padding: 2px 0 2px 10px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	clear: both;
}

.content-column:not(.competence-page) h2:nth-child(1) {
	margin-top: 0;
}

.content-column h3:nth-child(1) {
	margin-top: 0;
}

.content-column.competence-page h3 {
	font-size: 18px;
	font-weight: bold;
}

#page-content {
	height: 100%;
	padding-bottom: 150px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.tag-list {
	border-top: 1px solid #eee;
	padding: 10px 0;
}

.tag-list ul {
	display: inline-block;
	padding-left: 0;
}

.tag-list ul li {
	border: 1px solid #eee;
	margin-right: 5px;
	padding: 0.5em 0.6em 0.5em;
}

.carousel {
	height: 400px;
	overflow: hidden;
}

.carousel img {
	position: relative;
	top: 20%;
}

.carousel-indicators {
	bottom: 10px;
	left: auto;
	right: -25%;
}

.carousel-caption {
	text-align: left;
	right: 0;
	left: 0;
	bottom: 0;
	padding-left: 3em;
	background: rgba(0, 0, 0, 0.3);
}

.carousel-caption p {
	font-size: 1.5em;
}

.institution-name {
	position: absolute;
	z-index: 2;
	width: 100%;
	padding: 0.6em 3em;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	font-size: 1.2em;
}

.main-info .content {
	margin-top: 5px;
	padding-top: 15px;
}

.main-info .content>ul {
	margin-bottom: 0;
	padding-left: 0;
}

.main-widgets-titles {
	position: relative;
	top: -1.5em;
	left: 1em;
	float: left;
}

.main-widgets-titles>li {
	float: left;
}

.main-widgets,
.banners {
	padding: 0 40px;
}

.banners {
	overflow: hidden;
}

.banners>div {
	padding: 0;
}

.main-widgets {
	clear: both;
}

.main-widgets h2 {
	display: none;
}

.more-link {
	font-weight: 700;
	float: right;
}

#news-column {
	position: relative;
	top: -1.5em;
}

#events-column {
	position: relative;
	top: -2em;
}

#info-column {
	line-height: 1.7;
}

#page-content .rpwe-img {
	display: none;
}

/* -------------- Media queries ----------- */
/* M screen */
@media screen and (max-width: 1199px) {
	.carousel {
		height: auto;
	}

	.main-widgets,
	.banners {
		padding: 0 20px;
	}
}

@media screen and (max-width: 991px) {
	#events-column {
		position: relative;
		top: -4em;
	}

	.home-btn {
		display: block !important;
	}
}

/* XS screen */
@media screen and (max-width: 767px) {
	.carousel {
		display: none;
	}

	.main-widgets-titles {
		top: -0.8em;
	}

	#events-column {
		position: relative;
		top: -3em;
	}

	.home-btn {
		display: block !important;
	}
}

/* --------- Widgets --------- */
#page-widget-menu ul {
	margin: 30px 0 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#page-widget-menu ul>li {
	position: relative;
	display: block;
}

#page-widget-menu ul>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	margin: 0 0 -1px;
}

#page-widget-menu ul>li>a:hover,
#page-widget-menu ul>li>a:focus {
	text-decoration: none;
	background-color: #eee;
	color: #333;
	text-decoration: underline;
}

#page-widget-menu .widget_subpages_current_page {
	background-color: #eee;
}

#page-widget-menu .widget_subpages_current_page::before {
	content: ' ' !important;
	position: absolute;
	top: 0px;
	left: -15px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 15px solid #eee;
}

#page-widget-menu .widget_subpages_current_page a {
	border: 0;
	font-weight: 700;
}

/* XS screen */
@media screen and (max-width: 767px) {
	#page-widget-menu .widget_subpages_current_page::before {
		content: none !important;
	}
}

/* --------- About us ----------- */
.competence-list li {
	border: 1px solid #e5e5e5;
	width: 21%;
	box-sizing: border-box;
	margin: 0 5px 10px;
	height: 200px;
}

.competence-list li:hover {
	border-color: #4182a2;
}

.competence-list li a {
	display: block;
	padding: 20px 10px 10px;
	position: relative;
	height: 100%;
	color: #333;
}

.competence-list li a:hover {
	text-decoration: none;
}

.competence-list li .caption {
	position: relative;
	bottom: 28%;
}

.topic-list li {
	width: 19%;
	min-width: 120px;
	margin-bottom: 20px;
}

/* S screen */
@media screen and (max-width: 991px) {
	.competence-list li {
		height: 170px;
		width: 47%;
	}

	.competence-list li a {
		padding-top: 15px;
	}

	.competence-list li:nth-child(even) {
		margin-right: 0;
	}

	.competence-list li:nth-child(odd) {
		margin-left: 0;
	}
}

/* XXS screen */
@media screen and (max-width: 479px) {
	.competence-list li a {
		padding-top: 15px;
	}

	.competence-list li img {
		width: 85px;
	}

	.home-btn {
		display: block !important;
	}
}

/* --------- Events page --------- */
/*Overwrite styles from event manager*/
.css-events-list table.events-table {
	width: 100%;
}

.css-events-list table.events-table td {
	padding: 5px !important;
}

.events-table {
	width: 100%;
}

.events-table .event-item {
	position: relative;
	overflow: visible;
	margin-bottom: 20px;
	padding-right: 90px;
	border: 0;
}

.event-item-location {
	font-style: italic;
}

.event-item-price {
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	background: #eee;
}

.event-item-extra-info {
	border: 1px solid #ddd;
	text-align: center;
}

.event-item-space {
	padding: 5px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
}

.event-item-has-spaces {
	background: #43989c;
}

.event-item-fully-booked {
	background: #d9534f;
}

.event-item-column {
	display: table-cell;
}

.event-item-lang-change {
	padding: 10px 0;
}

.event-location {
	float: right;
}

.event-location-map {
	overflow: auto;
}

.event-location-text {
	display: none;
}

.extra-info-column {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 100px;
}

.title-column {
	padding: 0 10px;
}

.title-column a {
	color: #333;
	font-weight: bold;
}

.datetime-column {
	width: 130px;
}

.event-item-date {
	padding: 0.8em 1em;
	background-color: #4398b6;
	color: white;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	font-weight: 700;
}

#events-column .event-item-date {
	float: left;
	width: 60px;
}

.event-item-details {
	padding-left: 70px;
}

.event-item-details>h4 {
	margin: 0;
	margin-top: 0.2em;
	font-size: 1em;
}

.event-item-details>h4>a {
	font-weight: 700;
	color: #333;
}

.event-item-time>span {
	padding-right: 0.2em;
	color: #666;
}

.event-item-datetime {
	border: 1px solid #ddd;
	background-color: #efefef;
	/*border-radius: 5px;*/
}

.event-item-datetime .event-item-time {
	padding: 5px;
	text-align: center;
	background-color: #efefef;
	/*border-radius: 0 0 5px 5px;*/
}

.event-item-datetime .event-item-date {
	/*border-radius: 5px 5px 0 0;*/
}

.event-item-logotypes {
	text-align: center;
	margin: 30px 0;
}

.event-item-logotypes img {
	max-height: 12em;
	width: auto;
	margin: 0 30px;
}

.headline {
	text-align: center;
	margin: 40px 0 25px 0;
	border-bottom: 1px solid #eee;
}

.headline h2,
.headline h4 {
	display: inline-block;
	color: #444;
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #bbb;
}

.headline h2 {
	font-size: 1.7em;
}

.e-infrastructure {
	position: relative;
	overflow: hidden;
}

.e-infrastructure .computer-img {
	position: absolute;
	background: white;
	padding: 35px;
	width: 320px;
	border-radius: 150px;
	height: 320px;
	left: 252px;
	top: 150px;
}

.computer-info-container {
	float: left;
	width: 50%;
}

.computer-info-number {
	font-weight: bold;
}

.computer-info {
	height: 300px;
	border: 1px solid #bbb;
	padding: 15px;
	position: relative;
}

.computer-info h3 {
	border-left: 0;
	padding: 0;
	text-align: center;
}

.computer-info .computer-info-content {
	height: 180px;
}

.computer-info .circle-quater {
	width: 150px;
	height: 150px;
	position: absolute;
}

.computer-info-right {
	margin-left: 10px;
	border-right-width: 15px;
}

.computer-info-right .circle-quater {
	float: left;
}

.computer-info-left {
	margin-right: 10px;
	border-left-width: 15px;
}

.computer-info-left .circle-quater {
	float: right;
}

.computer-info-top {
	margin-bottom: 10px;
	border-top-width: 15px;
}

.computer-info-bottom {
	margin-top: 10px;
	border-bottom-width: 15px;
}

.computer-info-bottom h3 {
	position: absolute;
	bottom: 0;
	width: 91%;
}

.computer-info-left.computer-info-top {
	border-color: #4182a2;
}

.computer-info-left.computer-info-top h3 {
	color: #4182a2;
}

.computer-info-left.computer-info-top li::before {
	color: #4182a2;
}

.computer-info-left.computer-info-top .circle-quater {
	border-left: 1px solid;
	border-top: 1px solid;
	border-color: inherit;
	right: 0;
	bottom: 0;
	border-radius: 150px 0 0 0;
}

.computer-info-right.computer-info-top {
	border-color: #6b6a6a;
}

.computer-info-right.computer-info-top h3 {
	color: #6b6a6a;
}

.computer-info-right.computer-info-top ul {
	margin-left: 120px;
}

.computer-info-right.computer-info-top li::before {
	color: #6b6a6a;
}

.computer-info-right.computer-info-top .circle-quater {
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: inherit;
	left: 0;
	bottom: 0;
	border-radius: 0 150px 0 0;
}

.computer-info-right.computer-info-bottom {
	border-color: #f7921e;
}

.computer-info-right.computer-info-bottom h3 {
	color: #f7921e;
}

.computer-info-right.computer-info-bottom li::before {
	color: #f7921e;
}

.computer-info-right.computer-info-bottom .circle-quater {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: inherit;
	border-radius: 0 0 150px 0;
	position: relative;
	float: left;
	top: -15px;
	left: -15px;
}

.computer-info-left.computer-info-bottom {
	border-color: #004f6e;
}

.computer-info-left.computer-info-bottom h3 {
	color: #004f6e;
}

.computer-info-left.computer-info-bottom li::before {
	color: #004f6e;
}

.computer-info-left.computer-info-bottom .circle-quater {
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: inherit;
	border-radius: 0 0 0 150px;
	float: right;
	position: relative;
	top: -15px;
	right: -15px;
}

/* -------------- Media queries ----------- */
/* M screen */
@media screen and (max-width: 1199px) {
	.computer-info .computer-info-content {
		height: 180px;
	}

	.computer-info .circle-quater {
		width: 100px;
		height: 100px;
	}

	.computer-info-right.computer-info-top ul {
		margin-left: 70px;
	}

	.computer-info-right.computer-info-bottom .floated-list {
		left: 10px;
	}

	.e-infrastructure .computer-img {
		padding: 20px;
		width: 222px;
		height: 222px;
		left: 225px;
		top: 199px;
	}
}

@media screen and (min-width: 992px) {
	.computer-info-left.computer-info-top ul {
		padding-right: 95px;
	}
}

/* S screen */
@media screen and (max-width: 991px) {
	.computer-info {
		height: 310px;
		border-width: 10px !important;
	}

	.computer-info .computer-info-content {
		height: 170px;
	}

	.computer-info .circle-quater {
		display: none;
	}

	.computer-info-right.computer-info-top ul {
		margin-left: 0;
	}

	.e-infrastructure .computer-img {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.home-btn {
		display: block !important;
	}

	.computer-info-container {
		width: 100%;
	}

	.computer-info {
		margin-left: 0;
		margin-right: 0;
		height: auto;
		border-width: 5px !important;
	}

	.computer-info .computer-info-content {
		height: auto;
	}

	.computer-info h3 {
		font-size: 1.4em;
	}

	.computer-info-right {
		border-left-width: 15px;
	}

	.computer-info-left {
		border-right-width: 15px;
	}

	.computer-info-bottom {
		margin-top: 10px;
		border-bottom-width: 15px;
	}

	.computer-info-bottom .computer-info-content {
		margin-top: 70px;
	}

	.computer-info-bottom h3 {
		position: absolute;
		top: 0;
		width: 91%;
	}
}

#page-content .tablepress tfoot th,
#page-content .tablepress thead th {
	background-color: #6b6a6a;
	color: #eee;
}

#page-content .tablepress .sorting:hover,
#page-content .tablepress .sorting_asc,
#page-content .tablepress .sorting_desc {
	background-color: #f7921e;
	color: #333;
}

#page-content .paginate_button:not(.disabled) {
	color: #4182a2 !important;
}

#page-content .paginate_button:not(.disabled):after,
#page-content .paginate_button:not(.disabled):before {
	color: #4182a2;
}

/* --------- Footer section ---------- */
#footer {
	position: relative;
	/* position: absolute;
  bottom: 0;
  clear: both; */
	width: 100%;
	background: #4182a2;
	color: #fff;
	font-size: 13px;
}

#footer a {
	color: #e5e5e5;
}

#footer ul {
	list-style: none;
	padding-left: 10px;
}

#footer>div {
	height: 100%;
}

#footer .background {
	z-index: 0;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 50%;
	height: 100%;
}

#footer .background .bg {
	height: 100%;
	background-color: #6b6a6a;
}

#footer .box {
	padding: 20px 10px;
	min-height: 200px;
	height: 100%;
}

#footer .box-1,
#footer .box-2 {
	height: 140px;
}

#info {
	z-index: 1;
	background-color: #6b6a6a;
}

#icm-logo,
#uw-logo {
	height: 100px;
	height: 80px;
}

.event-item,
.post {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post {
	margin: 1em 0;
}

.post h2 {
	margin-top: 0;
	font-size: 2em;
}

.post h2 a {
	color: #333;
}

div#ŚWIAT,
div#Poland {
	margin-top: 7%;
}

/* WYŁĄCZENIE DRUGIEGO MENU */
#secondary-menu {
	display: none;
}

.p-rich_text_section.sven-section {
	margin-top: -4%;
}

.post .post-date,
.post-details .post-date {
	color: #4182a2;
	font-weight: 700;
}

.post-details {
	padding-right: 30px;
}

.post-details ul {
	list-style: initial;
}

.post-details a {
	color: #4182a2;
}

.posts-list .post h2 {
	margin-top: 0;
	font-size: 1.5em;
}

.posts-list img {
	border: 1px solid #eee;
	box-shadow: none;
	margin: 2px 10px 2px 0;
	padding: 3px;
}

.post-shortcut {
	font-size: 0.85em;
}

.post-content {
	font-size: 1em;
}

.post-widgets {
	border-left: 1px solid #eee;
	padding-left: 30px;
}

.post-widgets #news-column {
	top: 0;
}

.post-details .post-shortcut,
.post-details .post-thumbnail {
	padding: 1.2em 0 1.5em;
}

.post-thumbnail {
	max-width: 70%;
	height: auto;
}

/* --------- Page competence --------- */
.section {
	padding: 30px 15px;
}

.section h2 {
	margin-top: 0;
}

.section:nth-child(odd) {
	background-color: #eee;
}

.section:nth-child(1) {
	padding-top: 30px;
	margin-top: -30px;
}

.white-logo {
	background: #484848;
}

.no-padding-logo {
	padding: 15px;
}

.project-logotypes p {
	text-align: center;
	width: 33%;
	display: inline-block;
}

.after-video-button-container {
	display: flex;
	margin: 2%;
}

.after-video-button {
	fill: #000;
	color: #000;
	background-color: #fff;
	border: 1px solid;
	border-color: #000;
	padding: 1em 3em 1em 3em;
	margin: auto;
	transition: 0.3s;
}

.after-video-button:hover,
.after-video-button:focus {
	transform: scale(0.9);
	color: #fff;
	background-color: #7ca338;
	border-color: #000;
	transition: 0.33s;
	text-decoration: none;
}

.projects-list,
.on-list,
.publications-list ul {
	padding: 0;
}

.post-9002 img.attachment-large.size-large.wp-post-image {
	max-width: 100% !important;
	width: 100% !important;
}

.publications-list li,
.on-list li {
	position: relative;
	padding: 10px;
	background-color: rgba(222, 222, 222, 0.45);
	overflow: hidden;
	margin-bottom: 10px;
	width: 49%;
	display: inline-block;
	border: 2px solid #f0f0f0;
}

.publications-list li {
	height: 100px;
	width: 100px;
	margin-right: 15px;
	padding: 0;
	text-align: center;
}

.publications-list li a {
	font-weight: bold;
	color: #333;
	padding: 40px 10px;
	display: block;
	width: 100%;
}

.publications-list li a:hover {
	text-decoration: none;
}

.on-list li:hover,
.publications-list li:hover {
	border: 2px solid #4182a2;
}

.on-list li header {
	text-align: center;
	font-weight: 700;
}

.on-list li p {
	font-size: 0.8em;
}

.on-list li .image-wrapper {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 15px;
}

.content-column .publications-list li:before,
.content-column .on-list li:before {
	content: '';
	display: block;
}

.projects-list {
	padding-bottom: 30px;
	overflow: hidden;
}

.center-img-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.c-message_actions__container.c-message__actions.scfe-text-banner {
	margin-top: 2%;
}

.icmbanner .col-md-12 h4 {
	margin-bottom: 33px !important;
}

.projects-list li {
	float: left;
	margin-top: 32px;
	margin-left: 3px;
	width: 100px;
	height: 60px;
	background-color: rgba(222, 222, 222, 0.45);
	position: relative;
	padding: 5px;
}

.projects-list li a {
	filter: greyscale(100%);
	-webkit-filter: grayscale(100%);
}

.projects-list li:hover {
	background-color: rgba(97, 172, 173, 0.45);
	background-color: #4182a2;
}

.projects-list li:hover a {
	filter: none;
	-webkit-filter: none;
}

.content-column .projects-list li:hover:after {
	border-top: 30px solid rgba(97, 172, 173, 0.45);
	border-top: 30px solid rgba(65, 130, 162, 0.7);
	border-top: 30px solid #4182a2;
}

.content-column .projects-list li:hover:before {
	border-bottom: 30px solid rgba(97, 172, 173, 0.45);
	border-bottom: 30px solid rgba(65, 130, 162, 0.7);
	border-bottom: 30px solid #4182a2;
}

.content-column .projects-list li:before,
.content-column .projects-list li:after,
.content-column .projects-list li>div:after,
.content-column .projects-list li>div:before {
	content: '';
	position: absolute;
	margin-left: 0;
	left: 0;
}

.content-column .projects-list li:before,
.content-column .projects-list li:after {
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
}

.content-column .projects-list li>div:after,
.content-column .projects-list li>div:before {
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
}

.content-column .projects-list li:after {
	width: 0;
	bottom: -30px;
	border-top: 30px solid rgba(222, 222, 222, 0.45);
}

.content-column .projects-list li:before {
	content: ' ';
	width: 0;
	height: 0;
	top: -30px;
	border-bottom: 30px solid rgba(222, 222, 222, 0.45);
}

.content-column .projects-list li>div {
	background-color: white;
	height: 54px;
	position: relative;
	padding: 3px 5px;
	top: -2px;
}

.content-column .projects-list li>div:after {
	content: ' ';
	width: 0;
	bottom: -27px;
	border-top: 27px solid white;
	z-index: 2;
}

.content-column .projects-list li>div:before {
	content: ' ';
	width: 0;
	height: 0;
	top: -27px;
	border-bottom: 27px solid white;
}

.content-column .projects-list li:nth-child(14n-6) {
	margin-left: 55px;
}

.content-column .projects-list li>div>div {
	display: table;
	height: 100%;
	position: absolute;
	left: 0;
	padding: 0 5px;
	z-index: 4;
	width: 100%;
}

.projects-list li a {
	display: table-cell;
	text-align: center;
	color: #333;
	vertical-align: middle;
}

/* --------- Team page ------------- */
.team .name {
	color: #555;
	font-size: 20px;
	line-height: 1.6;
}

.team .thumbnail-style small {
	display: block;
	font-size: 12px;
}

/* --------- Event page --------- */
.polish-v,
.english-v {
	display: none;
}

.polish-v.active-language,
.english-v.active-language {
	display: initial;
}

.details-box {
	padding: 10px 0;
	clear: both;
}

.details-box h3 {
	margin-top: 0;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #d6dce2;
	padding: 10px 0;
}

.details-box-content {
	line-height: 1.7;
}

.details-box-content ul,
.details-box-content ol {
	padding-left: 25px;
}

#page-content ul.inline-list {
	padding-left: 0;
	margin-top: 20px;
	text-align: center;
}

#page-content ul.inline-list li {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.caption {
	margin-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
}

#page-content ul.inline-list li:before,
#page-content .main-info ul li:before,
#page-content .widget ul li:before {
	content: none;
	display: block;
	margin: 0;
}

#page-contemt .main-info .nav>li>a:hover>a:focus,
.nav>li>a:focus {
	text-decoration: none;
	background-color: initial;
}

#page-contemt .main-info .nav>li>a:hover>a.active,
.nav>li>a.active {
	font-weight: bold;
}

#page-content li.contact-address:before {
	content: '\e021';
}

#page-content li.contact-person:before {
	content: '\e008';
}

#page-content li.contact-number:before {
	content: '\e183';
}

#page-content li.contact-email:before {
	content: '\2709';
}

#page-content li.contact-webpage:before {
	content: '\e135';
}

.contact-box ul {
	padding-left: 25px;
}

.post-1196 .last-img-media-home {
	display: none;
}

/* Forms */
.em-booking-form-details label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.wpcf7-form .wpcf7-text,
.em-booking-form-details input.input,
.em-booking-form-details textarea {
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7-form .wpcf7-submit,
.em-booking-buttons input {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

label {
	font-weight: normal !important;
}

label.newsletter-label {
	font-family: 'Roboto', sans-serif;
}

/* 
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
.newsletter-acceptance {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
} */

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::placeholder {
	color: #b1b1b1;
}

a.newsletter-link {
	color: #337ab7;
}

.newsletter {
	text-align: left !important;
}

/* --------- Kontakt ------------- */
.contact-box {
	margin-bottom: 2em;
}

.contact-box h4 {
	font-size: 15px;
	display: block;
}

.contact-box .headline {
	text-align: left;
	margin-top: 0;
	margin-bottom: 15px;
}

.content-column .contact-section {
	overflow: hidden;
}

.content-column .contact-section h2 {
	text-align: center;
	background-color: #eee;
	padding: 10px;
	border-left: 0;
}

/* -------------- Media queries ----------- */
/* M screen */

@media screen and (max-width: 1199px) {

	/* --------- Footer section ---------- */
	#page-content .jumbotron {
		height: 275px;
	}

	#icm-logo,
	#uw-logo {
		height: 80px;
	}

	.event-item-logotypes img {
		max-height: 10em;
	}

	.content-column .projects-list li:nth-child(14n-6) {
		margin-left: 3px;
	}

	.content-column .projects-list li:nth-child(12n-5) {
		margin-left: 55px;
	}
}

/* S screen */
@media screen and (max-width: 991px) {

	/* --------- Footer section ---------- */
	#page-content {
		padding-bottom: 150px;
	}

	#page-content .jumbotron {
		height: 250px;
	}

	#page-name {
		display: none;
	}

	#footer .background .bg {
		margin-left: 120px;
	}

	#footer .logotypes {
		padding: 20px 0;
	}

	#footer .logotypes .box {
		padding: 0;
		height: 80px;
	}

	#icm-logo,
	#uw-logo {
		height: 70px;
	}

	.event-item-logotypes img {
		max-height: 9em;
		margin: 0 15px;
	}

	.content-column .projects-list li:nth-child(12n-5) {
		margin-left: 3px;
	}

	.content-column .projects-list li:nth-child(8n-3) {
		margin-left: 55px;
	}
}

/* XS screen */
@media screen and (max-width: 767px) {

	/* --------- Header section ---------- */
	/* --------- Event page ---------- */
	/* --------- Footer section ---------- */
	#page-content {
		padding-bottom: 300px;
	}

	#page-content .jumbotron {
		height: 200px;
	}

	#page-content .jumbotron h1 {
		font-size: 30px;
		margin-top: 15px;
	}

	.main-info h2 {
		font-size: 25px;
	}

	.container>.navbar-header {
		margin-right: 0px;
		margin-left: 0px;
	}

	.post h2 {
		margin-top: 20px;
	}

	.posts-list .post h2 {
		margin-top: 10px;
		font-size: 1.5em;
	}

	.contact-box {
		height: auto;
	}

	.post-widgets {
		border-left: 0;
		border-top: 1px solid #eee;
		padding-left: 15px;
		margin-top: 30px;
	}

	.project-logotypes p {
		width: 49%;
	}

	.on-list li {
		width: 100%;
	}

	.logo img {
		padding: 5px 10px;
	}

	.navbar-nav {
		margin: 0 -8px;
	}

	#navbar .nav .current_page_item a {
		background-color: #eee;
	}

	.navbar-toggle {
		margin: 1.5em;
	}

	.navbar-toggle {
		border-color: #444;
	}

	.navbar-toggle .icon-bar {
		background-color: #444;
	}

	.navbar-toggle.collapsed {
		background-color: transparent;
		border-color: transparent;
	}

	.event-location {
		float: none;
	}

	.event-location-map {
		display: none;
	}

	.event-location-text {
		display: block;
	}

	.event-item-logotypes img {
		max-height: 10em;
		margin: 0 30px;
	}

	#footer .background .bg {
		display: none;
	}

	#footer .logotypes {
		padding: 0 15px;
	}

	#footer .box {
		padding: 20px;
	}

	#footer .logotypes .box {
		padding: 20px;
		height: 140px;
	}

	#footer #icm-logo,
	#footer #uw-logo {
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.content-column .projects-list {
		max-width: 515px;
		overflow: hidden;
		margin: auto;
	}

	.content-column .projects-list li:nth-child(8n-3) {
		margin-left: 3px;
	}

	.content-column .projects-list li:nth-child(9n-3) {
		margin-left: 55px;
	}
}

@media screen and (max-width: 600px) {

	/* --------- Events page ------------ */
	/* --------- Footer section ---------- */
	#page-content {
		padding-bottom: 180px !important;
	}

	.posts-list .post>div {
		width: 100%;
		padding: 0;
	}

	.events-table .event-item {
		padding-right: 0;
	}

	.datetime-column {
		display: block;
		width: auto;
		background-color: #efefef;
	}

	.extra-info-column {
		position: relative;
		top: 5px;
	}

	.event-item-date,
	.event-item-time {
		display: inline-block;
		padding: 0.8em 1em;
		text-align: center;
	}

	.event-page .event-item-time {
		display: block;
	}

	.event-item-date {
		min-width: 50%;
	}

	.event-page .event-item-date {
		display: block;
	}

	.event-item-details {
		padding-left: 0;
	}

	.event-item-details>h4 {
		margin: 0;
		margin-top: 0.5em;
		font-size: 1.2em;
	}

	.event-item-logotypes img {
		max-height: 9em;
		margin: 0 15px;
	}

	#footer .logotypes {
		display: none;
	}
}

@media screen and (max-width: 590px) {
	.content-column .projects-list {
		max-width: 415px;
	}

	.content-column .projects-list li:nth-child(9n-3) {
		margin-left: 3px;
	}

	.content-column .projects-list li:nth-child(7n-2) {
		margin-left: 55px;
	}

	div#slick-slide00 {
		background-position-x: 30% !important;
		background-position-y: center !important;
	}
}

@media screen and (max-width: 490px) {
	.content-column .projects-list {
		max-width: 315px;
	}

	.content-column .projects-list li:nth-child(7n-2) {
		margin-left: 3px;
	}

	.content-column .projects-list li:nth-child(5n-1) {
		margin-left: 55px;
	}
}

/* XXS screen */
@media screen and (max-width: 479px) {

	/* --------- Events page ------------ */
	/* --------- Footer section ---------- */
	#page-content {
		padding-bottom: 120px !important;
	}

	.title-column {
		padding: 10px 0px;
	}

	.event-item-column {
		display: block;
	}

	.event-page .event-item-date {
		display: inline-block;
	}

	.event-item-lang-change {
		padding-top: 10px;
		padding-left: 0;
	}

	.event-item-logotypes img {
		max-height: 9em;
		margin: 10px 15px;
	}

	.event-page .event-item-time {
		display: inline-block;
	}

	.project-logotypes p {
		width: 100%;
	}

	.post-thumbnail {
		max-width: 100%;
	}

	#footer .box {
		padding: 20px 10px;
	}

	#footer .box-3,
	#footer .box-4 {
		width: 100%;
	}
}

@media screen and (max-width: 390px) {
	.content-column .projects-list {
		max-width: 215px;
	}

	.content-column .projects-list li:nth-child(5n-1) {
		margin-left: 3px;
	}

	.content-column .projects-list li:nth-child(3n) {
		margin-left: 55px;
	}
}

.managment-section {
	display: flex;
}

.member {
	margin-right: 10%;
}

@media screen and (max-width: 600px) {
	.managment-section {
		flex-direction: column;
	}

	.member {
		margin-top: 8%;
	}
}

.table-prof {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-prof td {
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 0.1px;
	font-family: 'Open sans', sans-serif;
	font-size: 11px;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.table-prof th {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	font-family: 'Open sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.table-prof .table-prof-0lax {
	text-align: center;
	vertical-align: middle;
}

.table-projects {
	border-collapse: collapse;
	border-spacing: 0;
}

.table-projects td {
	border-color: #d4d4d4;
	border-style: solid;
	border-width: 0.1px;
	font-family: 'Open sans', sans-serif;
	font-size: 11px;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.table-projects th {
	border-color: black;
	border-style: solid;
	border-width: 0.1px;
	font-family: 'Open sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.table-projects .table-projects-0lax {
	text-align: center;
	vertical-align: middle;
}

.btnProjects {
	display: flex;
	color: #363636;
	justify-content: center;
	background: #f0f0f0;
	padding: 2%;
	margin-top: 5%;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	transition: 0.8s;
}

.btnProjects:hover {
	border-radius: 25px;
	text-decoration: none;
	transform: scale(0.98);
}

.btnProjectsMobile {
	display: none;
}

@media only screen and (max-width: 600px) {
	.btnProjectsMobile {
		display: flex;
		color: #363636;
		justify-content: center;
		background: aliceblue;
		padding: 2%;
		margin-top: 5%;
		text-decoration: none;
		border: 1px solid aliceblue;
		transition: 0.8s;
	}

	.btnProjectsMobile:hover {
		border-radius: 25px;
		text-decoration: none;
		transform: scale(0.98);
	}

	.btnProjects {
		display: none;
	}
}

/* Accordion */
.accordion-content {
	padding: 2%;
}

/* PDF icon */

.fa-file-pdf-o:before,
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	font-size: 70px;
	line-height: 1.2;
}

.grayImg {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.sideRow {
	display: flex;
}

.sideRow-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sideRow-content-textFirst {
	margin-bottom: 5%;
}

.sideRow-content-textSecond {
	margin-left: 4%;
}

.sideRow-content-textThird {
	margin-top: 5%;
}

@media screen and (max-width: 800px) {
	.sideRow {
		display: flex;
		flex-direction: column;
	}

	.sideRow-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.sideRow-content-textFirst {
		margin-bottom: 5%;
	}

	.sideRow-content-textSecond {
		margin-left: 0%;
	}

	.sideRow-content-textThird {
		margin-top: 5%;
	}
}

.past-edition-row {
	display: flex;
	flex-direction: column;
}

.past-edition-title {
	margin-left: 2%;
	font-weight: 500;
	font-size: 3rem;
}

.past-edition-title {
	margin-top: 5rem;
	margin-bottom: 3rem;
}

.past-edition-logo {
	padding: 50px 50px;
	background: rgb(248 248 248 / 80%);
	border-radius: 4px;
	max-height: 230px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
	transition: 0.3s;
}

.past-edition-container {
	margin: 2rem 0;
}

.past-edition-img-container {
	position: relative;
	width: 50%;
	margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
	.past-edition-img-container {
		position: relative;
		width: 100%;
		margin-bottom: 5rem;
	}
}

.past-edition-logo {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: 1s ease;
	backface-visibility: hidden;
}

.past-edition-logo-middle {
	transition: 0.5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 250px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.past-edition-img-container:hover .past-edition-logo {
	opacity: 0;
	transform: rotateY(180deg);
}

.past-edition-img-container:hover .past-edition-logo-middle {
	opacity: 1;
}

.past-edition-logo-text {
	background-color: #004f6e;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
	border-radius: 12px;
	line-height: 28px;
}

.scfe-widget {
	border-left: 1px solid rgba(236, 236, 236, 0.533);
	margin-top: 2rem;
	padding-left: 2rem;
}

.downloadpdf.scfe-sidebar {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}

.notification-top-bar {
	font-family: 'Roboto';
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 30px;
	width: 100%;
	background: #fff;
	font-size: 14px;
}

.notification-top-bar-link {
	padding: 0px 35px;
	border-radius: 3px;
	background: #4182a2;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s;
	margin-right: 3%;
}

.notification-top-bar-link:hover {
	transform: scale(0.9);
	text-decoration: none;
	color: #fff;
}

.ioHeader,
.sub-menu-omics {
	background: #4182a2 !important;
}

li#menu-item-9877 a,
li#menu-item-9881 a {
	background: #4182a2;
	color: #fff !important;
}

@media screen and (min-width: 1200px) {
	li#menu-item-9877 {
		margin-left: 1%;
	}

	li#menu-item-1186-en {
		margin-left: -3px;
	}
}

.raports-container {
	display: flex;
}

.raports-container-item {
	margin-right: 15%;
}

@media screen and (max-width: 700px) {
	.io-desktop {
		display: none;
	}

	.io-mobile {
		display: block;
		margin-top: 1rem;
	}
}

@media screen and (min-width: 768px) {
	.io-desktop {
		display: block;
	}

	.io-mobile {
		display: none;
	}
}

details.newsletter-details {
	border: 1px solid #4182a2;
	padding: 1rem 1rem;
}

@media screen and (max-width: 700px) {
	.post-left-side {
		text-align: center;
	}

	.post-right-side {
		margin-top: 10%;
	}
}

@media screen and (min-width: 768px) {
	.post-left-side {
		float: left;
		width: 30%;
	}

	.post-right-side {
		float: left;
		width: 70%;
	}
}

.shadow-box-img {
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 5px 0px;
}

.page-id-10384 input {
	color: #333;
	font-size: 1rem;
	font-family: 'Open sans', sans-serif;
}

#wpcf7-f10389-p10384-o1 textarea,
#wpcf7-f10389-p10384-o1 select,
#wpcf7-f10389-p10384-o1 input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number,
#wpcf7-f10389-p10384-o1 input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
	width: 100% !important;
}

#wpcf7-f10389-p10384-o1 ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgb(154, 153, 153);
	opacity: 1;
	/* Firefox */
}

#wpcf7-f10389-p10384-o1 :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgb(154, 153, 153);
}

#wpcf7-f10389-p10384-o1 ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgb(154, 153, 153);
}

.events .col-xs-3 a {
	white-space: unset !important;
}

.home-title-papers {
	margin-top: 0 !important;
}

@media screen and (max-width: 650px) {
	.mobile-hide {
		display: none !important;
	}

	.events>a {
		text-align: right;
	}

	#footer ul {
		padding-left: 0;
	}
}

a.dpsp-network-btn {
	min-height: 45px !important;
}

.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	top: 0 !important;
}

nav#pojo-a11y-toolbar {
	max-width: 10px;
}

.page-id-9292 a.btn-social-icon-eurocc {
	font-size: 3rem !important;
}

.rpwe-block h3 {
	font-size: 16px !important;
}

.wp-block-table.is-style-stripes {
	border-bottom: 0 !important;
}

.list-services {
	list-style-type: disc;
}

.grid_services {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.grid_services--mod {
	grid-template-columns: repeat(5, 1fr);
	margin-top: 2rem;
}

@media screen and (max-width: 650px) {
	.grid_services {
		grid-template-columns: repeat(2, 1fr);
	}

	.service-item {
		flex-direction: column;
	}
}

.grid_services a.service_link {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 1rem;
	padding: 1rem 1rem 2rem 1rem;
	color: #000;
	-webkit-box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	-moz-box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	border-radius: 15px;
	transition: 0.5s;
}

.grid_services a.service_link:hover {
	text-decoration: none;
	transform: scale(1.1);
}

.service-item {
	display: flex;
	align-items: center;
	padding: 2rem;
	margin: 4rem 0;
	-webkit-box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	-moz-box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	border-radius: 15px;
	transition: 0.5s;
}

.service-item--mod {
	flex-direction: column;
}

@media screen and (max-width: 650px) {
	.eurocc2-flags {
		grid-template-columns: repeat(2, 1fr);
	}

	.eurocc2-patrons {
		grid-template-columns: repeat(2, 1fr);
	}
}

.eurocc2-flags {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	margin-bottom: 3rem;
}

.eurocc2-patrons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 3rem;
	margin-top: 5rem;
}

.eurocc2-patrons a {
	max-width: 170px;
}

.eurocc2-patrons a>img {
	object-fit: scale-down;
}

img.service_img {
	width: 200px;
}

img.service_img--mod {
	width: 250px;
}

p.service-description {
	margin-bottom: 3rem;
}

p.service-short {
	margin-bottom: 1.5rem;
}

.service-short--uppercase {
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (min-width: 1200px) {
	.contact-column {
		padding-left: 5rem;
	}
}

.services__team__member {
	display: flex;
	padding: 2rem;
	margin: 4rem 0;
	-webkit-box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	-moz-box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	box-shadow: -1px -1px 12px -4px rgba(189, 189, 189, 1);
	border-radius: 15px;
	transition: 0.5s;
}

.services__team__member__img {
	width: 250px;
	object-fit: scale-down;
}

.services__team__member__info {
	padding-left: 2rem;
}

.services__team__member__list>ul {
	list-style-type: disc;
	font-size: 1.4rem;
	max-height: 200px;
	/* Ograniczamy maksymalną wysokość listy */
	overflow-y: auto;
	/* Dodajemy przewijanie */
}

@media screen and (max-width: 600px) {
	.services__team__member {
		flex-direction: column;
		padding: 0;
		margin: auto;
		align-items: center;
		margin-bottom: 5rem;
		padding: 1rem 0;
	}

	.services__team__member__title,
	.services__team__member__description {
		text-align: center;
	}

	.services__team__member__info {
		padding-left: 0;
	}
}

.pswp__zoom-wrap {
	min-width: 100% !important;
}