/*
 * PSP Bledowice
 */
body {
  background-color: rgb(215, 217, 217);
	/*color: #efefef;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

h1 {
	font-size: 36px;
	font-weight: 400;
	color: rgba(218,154,35,1);
	margin: 20px;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  margin: 20px;
}

.flag-icon {
  font-size: 17pt;
  font-weight: 400 important!; 
}
.flag-icon.flag-cz {
  background-image: url(/img/cz.png);
}
.flag-icon.flag-pl {
  background-image: url(/img/pl.png);
}
.container {
  max-width: 1280px;
}

.card-columns {
  @include media-breakpoint-only(md) {
    column-count: 2;
  }
  @include media-breakpoint-only(lg) {
    column-count: 2;
  }
  @include media-breakpoint-only(xl) {
    column-count: 2;
  }
}
.card-icon {
  /*border: 1px solid rgb(5,5,5);*/
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  padding-top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: -30px auto 0px auto;
}
.card-ogloszenia {
  @include media-breakpoint-only(md) {
    column-count: 2;
  }
  @include media-breakpoint-only(lg) {
    column-count: 2;
  }
  @include media-breakpoint-only(xl) {
    column-count: 2;
  }
}
.card-ogloszenie {
  box-shadow:0px 2px 3px #222;s
  transition: transform 0.2s;
  background-color: rgb(215, 217, 217);
}
.card-ogloszenie-text {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding: 0% 4%;
  text-align: center;
  opacity:0;
  color: white;
}
.card-ogloszenie-header {
  font-weight: bold;
  font-size: 20pt;
  color: #fff;
  text-align: center;
  background-color: rgba(241,70,62,1);
}
.img-responsive-height {
  display: block;
  width: auto;
  max-height: 100%
}
.card-ogloszenie-text:hover {
  opacity:1;
  transition: transform 0.2s;
}
.card-ogloszenie:hover {
  transition: transform 0.2s;
  background-color: rgba(0, 0, 0, 0.5)!important;
}

.psp-section {
  /*padding: 2em 0;
  position: relative;*/
}

.navbar {
  min-height: 80px;
  z-index: 3;
  color: rgba(255,193,7,1);
  background-color: rgb(215, 217, 217)!important;
}
.bg-yellow-light {
  background-color: rgba(230,184,27,0.9);
}
.bg-yellow {
  background-color: #ebbc0e;
}
.bg-red-light {
  background-color: rgba(91,9,5,0.9);
}
.bg-red {
  background-color: #780005;
}
.bg-green-light {
  background-color: rgba(92,173,16,0.9);
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: rgba(255,193,7,1);
}
.bg-psp-blue {
  background-color: rgba(30,170,241,1);
}
.bg-psp-green {
  background-color: rgba(140,193,82,1);
}
.bg-psp-orange {
  background-color: rgba(218,154,35,1);
}
.bg-psp-warning {
  background-color: rgba(255,193,7,1) !important;
}
.bg-psp-red {
  background-color: rgba(241,70,62,1);
}
.bg-psp-gray {
  background-color: rgb(215, 217, 217);
}
.dropdown-toggle.active, .dropdown-item:active {
  color: rgba(218,154,35,1);
  text-decoration: none;
}
.dropdown-menu {
  background-color:  rgba(215, 217, 217, 0.9);  
}
.login-link {
  background-color: transparent !important;
  cursor: pointer;
  color: #fff !important;
}

.nav-link:hover {
  color: rgba(218,154,35,1);
}
.nav-link, .dropdown-item {
  color: #000;
  font-size: 15pt;
  font-weight: 700 !important;
  white-space: nowrap;
}

.psp-brand, .psp-brand:hover, .psp-brand:focus{
  color: rgba(218,154,35,1);
  font-weight: 900;
}


.navbar.scrolled {
  min-height: 20px;
}
.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(255,193,7,1);
  box-shadow: 0 0 10px 0 rgba(255,193,7,1); 
}
.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }

.nav-item.active a {
    color: rgba(218,154,35,1);
}
.carousel-inner {
  height: 600px;
}
.carousel-inner > .item > img {
  width:640px;
  height:360px;
}

.psp-event-list {
  font-size: 17pt;
  font-weight: 700;
  margin: 0px;
}
.psp-event-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #000000;
}
.psp-event-list > li {
  box-shadow: 0px 0px 5px rgb(51, 51, 51);
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
  padding: 0px;
  margin: 0px 0px 20px;
}
.psp-event-list > li > time {
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  background-color: #780005;
  color: #fff;
}
.psp-event-list > li:nth-child(even) > time {
  background-color: #780005;
}
.psp-event-list > li > time > span {
  display: none;
}
.psp-event-list > li > time > .day {
  display: block;
  font-size: 56pt;
  font-weight: 100;
  line-height: 1;
}
.psp-event-list > li > time > .month {
  display: block;
  font-size: 24pt;
  font-weight: 900;
  line-height: 1;
}
.psp-event-list > li > .info {
  padding-top: 5px;
  text-align: center;
}
.psp-event-list > li > .info > .title {
  font-size: 17pt;
  font-weight: 700;
  margin: 0px;
}
.psp-event-list > li > .info > .desc {
  font-size: 13pt;
  font-weight: 300;
  margin: 0px;
}
.psp-event-list > li > .info > ul,
.psp-event-list > li > .social > ul {
  display: table;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.psp-event-list > li > .social > ul {
  margin: 0px;
}
.psp-event-list > li > .info > ul > li,
.psp-event-list > li > .social > ul > li {
  display: table-cell;
  cursor: pointer;
  color: rgb(30,30,30);
  font-size: 11pt;
  font-weight: 300;
  padding: 3px 0px;
}
.psp-event-list > li > .info > ul > li > a {
  display: block;
  width: 100%;
  color: rgb(30,30,30);
  text-decoration: none;
}

@media (min-width: 768px) {
  .psp-event-list > li {
    position: relative;
    display: block;
    width: 100%;
    /*height: 120px;*/
    padding: 0px;
  }
  .psp-event-list > li > time,
  .psp-event-list > li > img {
    display: inline-block;
  }
  .psp-event-list > li > time,
  .psp-event-list > li > img {
    width: 120px;
    float: left;
  }
  .psp-event-list > li > .info {
    background-color: rgb(245, 245, 245);
    overflow-y: auto;
  }
  .psp-event-list > li > time,
  .psp-event-list > li > img {
    width: 120px;
    height: 120px;
    padding: 0px;
    margin: 0px;
  }
  .psp-event-list > li > .info {
    position: relative;
    /*height: 120px;*/
    text-align: left;
    padding-right: 40px;
  }
  .psp-event-list > li > .info > .title,
  .psp-event-list > li > .info > .desc {
    padding: 0px 10px;
  }
  .psp-event-list > li > .info > ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .psp-event-list > li > .social {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 40px;
  }
  .psp-event-list > li > .social > ul {
    border-left: 1px solid rgb(230,230,230);
  }
  .psp-event-list > li > .social > ul > li {
    display: block;
    padding: 0px;
  }
  .psp-event-list > li > .social > ul > li > a {
    display: block;
    width: 40px;
    padding: 10px 0px 9px;
  }

}

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

.psp-footer {
  font-size: 16px;
  background: #232323;
  padding: 6em 0; }
  .psp-footer .psp-footer-widget {
    width: 100%;
    display: block; }
    .psp-footer .psp-footer-widget h2 {
      font-weight: normal;
      color: #fff;
      margin-bottom: 40px;
      font-size: 22px;
      font-weight: 500; }
    .psp-footer .psp-footer-widget .logo {
      color: #1eaaf1; }
      .psp-footer .psp-footer-widget .logo span {
        color: #fda638; }
    .psp-footer .psp-footer-widget ul li a span {
      color: #fff; }
    .psp-footer .psp-footer-widget .btn-primary {
      background: #fff !important;
      border: 2px solid #fff !important; }
      .psp-footer .psp-footer-widget .btn-primary:hover {
        background: #fff;
        border: 2px solid #fff !important; }
  .psp-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .psp-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .psp-footer a:hover {
      color: #fff; }
  .psp-footer .psp-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }
  .psp-footer .categories li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .psp-footer .categories li a span {
      color: rgba(255, 255, 255, 0.5) !important; }
  .psp-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    .psp-footer .subscribe-form .form-group input {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      width: 100%;
      background: rgba(255, 255, 255, 0.1) !important;
      border: none;
      color: rgba(255, 255, 255, 0.7) !important;
      font-size: 16px; }
      .psp-footer .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.7) !important; }
      .psp-footer .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.7) !important; }
      .psp-footer .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 0+ */
        color: rgba(255, 255, 255, 0.7) !important; }
      .psp-footer .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.7) !important; }
    .psp-footer .subscribe-form .form-group .submit {
      color: #fff !important;
      font-size: 16px;
      background: #55a30c !important;
      border: none !important;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .psp-footer .subscribe-form .form-group .submit:hover {
        cursor: pointer;
        background: #1eaaf1 !important; }
  .psp-footer .subscribe-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.8); }
  .psp-footer .block-21 .text .heading {
    font-weight: 400;
    font-size: 16px; }
    .psp-footer .block-21 .text .heading a {
      color: rgba(255, 255, 255, 0.9); }
      .psp-footer .block-21 .text .heading a:hover, .psp-footer .block-21 .text .heading a:active, .psp-footer .block-21 .text .heading a:focus {
        color: #1eaaf1; }
  .psp-footer .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .psp-footer .block-21 .text .meta > div a {
      color: gray; }

.psp-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .psp-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .psp-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .psp-footer-social li a:hover {
      color: #fff; }

.kolka-zainteresowan {
  margin-bottom: 30px; }
  .kolka-zainteresowan .text {
    width: calc(100% - 250px); }
    @media (max-width: 991.98px) {
      .kolka-zainteresowan .text {
        width: 100%;} }
    .kolka-zainteresowan .text .subheading {
      color: #000000; }
      .kolka-zainteresowan .text .subheading span {
        color: #fda638; }
    .kolka-zainteresowan .text h3 {
      font-weight: 500;
      color: rgba(218,154,35,1);
      font-size: 24px; }

.kolka-zainteresowan .img {
    width: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;}
    @media (max-width: 991.98px) {
      .course .img {
        width: 100%;
        height: 300px; } }

