
    .fullheader2{
      display: none;
      position: relative;
      margin-top: 5em;
      width: 100%; 
      overflow: hidden; 
      height: auto;
    }

    .fullheader{ 
      position: relative;
      margin-top: 5em;
      width: 100%; 
      overflow: hidden; 
      height: auto;
    }

    .fullheader img {
      width: 100%; 
    }

    .fullheader2 img {
      width: 100%; 
    }

    @media screen and (max-width:1100px) {
      .fullheader2 {
          display: block;
      }
      .fullheader{
        display: none;
      }
  }   


  .priced-table {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      width: min(1600px, 100%);
      margin: auto;
  }
  
  .priced-card {
      flex: 1;
      max-width: 360px;
      background: #f1f1f1;
      margin: 20px 10px;
      margin-top: 0px;
      text-align: center;
      overflow: hidden;
      cursor: pointer;
      transition: .2s linear;
      color: #2d2d2d;
      box-shadow: 0 0 0.05px #00000070;
      border-radius: 10px;
  }

  .priced-card ul{
      padding: 10px 40px;
      list-style-type: none;
}

  
  .priced-card-header {
      background: #7f6ebb;
      display: inline-block;
      padding: 12px 30px;
      color: #f1f1f1;
      font-size: 16px;
      border-radius: 0 0 20px 20px;
      text-transform: uppercase;
      font-weight: 600;
      transition: .4s linear;
  }
  
  .priced-card:hover .priced-card-header {
      box-shadow: 0 0 0 8.5em #0fbcf9;
      color: #f1f1f1;
  }

  .priced-card:hover,
  .priced-card:hover .priced {
      color: #f1f1f1;
  }

  .priced-card:hover,
  .priced-card:hover li {
      color: #2d2d2d;
  }

  .priced {
      font-size: 45px;
      font-weight: bold;
      margin: 37px 0;
      color: #0fbcf9;
      transition: .2s linear;
  }

  .priced span{
    font-size: 30px;
    color: #2d2d2d;
  }
    
  .priced-card li {
    text-align: left;
    font-size: 20px;
    padding: 5px 0;
  }

  .priced-card li span{
    font-weight: bold;
  }

  .priced-card li:first-child {
    padding: 2px 0;
  }

  .priced-card li a{
    font-size: 18px;
    margin-left: 1.4vw;
    color: #0fbcf9;
  }
  
  .priced-table .price-info{
    text-align: left;
  }

  .telev .price-text{
    font-size: 1.04em;
    margin-top: -1.2em !important;
  }
  
  @media screen and (max-width:1100px) {
      .priced-card {
          flex: 50%;
      }
  }   

  .price-text{
    text-align: left;
  }

  .telev{
    text-align: left !important;
    margin-bottom: 1.0em;  
  }

  .blogd-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.8rem;
    -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 2.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
  }

  .ps{
    margin-bottom: 2.6em;
  }

  .blogd-card h4{
    font-weight: bold;
    font-size: 30px;
    padding-right: 0.6rem;
  }
  
  .blogd-card:hover {
    transform: scale(1.01,1.01);
    transition-duration: 250ms;
    transition-timing-function: ease-out;

  }

  .blogd-card .option__price{
  text-align: right;
  font-weight: bold;
  color: #0fbcf9;
  }

  .blogd-card .title__sup{
    font-size: 18px;
    text-align: right;
    font-weight: bold;
    color: #2d2d2d;
  }

  
  .blogd-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
  }

  .blogd-card .photo{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
  }
  
  .blogd-card .photo img{
    max-width: 100%;
    height: auto;
  }
  
  
  .blogd-card .description {
    padding: 2rem;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  
  .blogd-card .description h1,
  .blogd-card .description h2 {
    font-weight: normal;
  }
  
  .blogd-card .description h1 {
    color: #474747;
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
  }
  
  .blogd-card .description h2 {
    font-size: 1.0rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 6px;
  }
  
  .blogd-card .description .read-more {
    text-align: right;
  }
  
  .blogd-card p {
    font-size: 1.04em;
    line-height: 1.8em;
    position: relative;
    margin: 1rem 0 0;
  }
  
  .blogd-card .description:before {
    margin-top: 2em;
  }

  .blogd-card p:first-of-type {
    margin-top: 1.8rem;
  }
  
  .blogd-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(270deg, #faa600 60%,rgb(127, 110, 187) 40%) 0 0 no-repeat padding-box;
    width: 55px;
    top: -1.0rem;
    border-radius: 3px;
  }
  

  @media (min-width: 640px) {
    .blogd-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 100%;
    }
    .blogd-card .meta {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      height: auto;
    }
    .blogd-card .description {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
    }
    .blogd-card .description:before {
      -webkit-transform: skewX(-3deg);
              transform: skewX(-3deg);
      content: "";
      background: #fff;
      width: 30px;
      position: absolute;
      left: -10px;
      top: 0;
      bottom: 0;
      z-index: -1;
    }
    .blogd-card.alt {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
    }
    .blogd-card.alt .description:before {
      left: inherit;
      right: -10px;
      -webkit-transform: skew(3deg);
              transform: skew(3deg);
    }
  }



/* Function */

.services
{
    background-color: #17c2a4;
    padding: 50px 0 50px 0;
}

.services-text,.team-text
{
    text-align: center;
}

.services-card
{
  text-align: center;
}


.services-card,.team-cards:last-child
{
  margin-top: 20px;
  margin-bottom: 40px;
}

.icon-text header h4
{
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
  color: #554c75;
}
.icon-text p.level
{
    color: #30bae7;
}
.rounded
{
  border-radius: 50%;
  object-fit: cover;
}

.image-icon img{
  height: 4em;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  padding-top: 8vh;
}

.bd ul li{
  list-style: none;
}

.bd ul li i{
  color: #0fbcf9;
}

.bd{
  font-size: 1.04rem;
}

.jumbotrons {
	width: 100%;
	min-height: 600px;
	background: url('../img/telewizja-swiatlowodowa-header-1.jpg') center center;
	background-size: cover;
	opacity: 1;
	display: table;
	width: 100%;
	position: relative;
	border-radius: 0px;
	color: white;
	text-transform: uppercase;
	margin: 0;
	-webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 90%);
	overflow: hidden;
  padding-left: 1.1em;
  padding-top: 2.6em;
}

.jumbotrons h1 {
	font-size: 4.5em;
  font-weight: bold;
}

.bd p:nth-child(2){
  margin-bottom: 0.3em;
}


@media screen and (max-width:980px) {
  .jumbotrons h1 {
    font-size: 3.7em;
  }
}

@media screen and (max-width:500px) {
  .jumbotrons h1 {
    font-size: 2.9em;
  }
  .priced-card li {
    font-size: 17px;
  }
  .blogd-card h4{
    padding-right: 0.3rem;
  }
}

@media screen and (max-width:359px) {
  .jumbotrons h1 {
    font-size: 2.2em;
  }
}

@media screen and (max-width:767px) {
  .img-responsive{
    padding-top: 0vh;
    padding-left: 9vw;
  }
  .jumbotrons{
    padding-left: 0.25em;
  }
}


.lbox ul li{
  list-style: none;
}

.lbox ul li a{
  list-style: none;
}

.fa-youtube{
  color: #0fbcf9;
}

.lbox{
  font-size: 1.04rem;
}

.iframe{
  width: 80%;
}

.lbox{
  margin-top: -2.4em;
}

.iframe{
  height: 320px;
}