@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');
@import 'header';
@import 'navbar';
position: relative;
top: -4.5em;
/*
 Theme Name: ICM Bootstrap
 Description: Bootstrap based theme for ICM
 Author: Monika Maksymiuk
 Version: 1.0
 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;
}
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;
}
.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;
  }
}
.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: 210px;
  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 {
  text-align: center;
  margin-bottom: 10px;
  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;
  }
}
/* XS screen */
@media screen and (max-width: 767px) {
  .carousel {
    display: none;
  }
  .main-widgets-titles {
    top: -0.8em;
  }
  #events-column {
    position: relative;
    top: -3em;
  }
}
/* --------- 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: 0;
}
.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;
  }
}
/* --------- 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) {
  .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: absolute;
  bottom: 0;
  clear: both;
  width: 100%;
  background: #4182a2;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
}
#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%;
  margin-left: 285px;
  background-color: #6b6a6a;
}
#footer .box {
  padding: 20px 10px;
  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;
}
.icmbanner .links a {
  background: #000 9c !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, .075);
  box-shadow: inset 0 1px 1px rgba(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;
}
/* --------- 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 (min-width: 1200px) {
  #menu-item-5601, #menu-item-8901, #menu-item-5586, #menu-item-3774, #menu-item-2282, #menu-item-8911, #menu-item-8900, #menu-item-1186-en {
    float: right;
  }
}
@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: 215px;
  }
  #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;
  }
}
#menu-item-8900 {
  color: #ff7f00 !important;
}
@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;
  }
  .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) {
  .slick-list {
    height: 446px !important;
  }
  .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;
  }
}
@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: 320px;
  }
  .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;
  }
}
