html, body{
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
   overflow-x: hidden;
            margin: 0;
}
.nav-link{
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.5rem
}
.lead{
	background-color:#eee;
	padding:80px 0px;
}
.lead p{
	margin-top:40px;
	font-weight:200;
	font-size:1.4rem;
	line-height:2.5;
}
h1, h2, h3, h4, h5{
font-family: "Teko", sans-serif;  font-weight: 700;
   font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color:#022F58;
}
.partners{
	padding:80px 0px;
	background-color:#022F58;
		
}
.logo img{
	border-radius:20px;
}

.about{
	padding:80px 30px;
	
	font-weight:300;
	font-size:1.3rem;
	line-height:2.5;	
}

.overview{
	padding:80px 0px;
	background-color:#022F58;
	color:#fff;
}
.overview .col-md-3, .overview .col-md-2, .overview .col-md-4{
	margin-bottom:70px;
	padding-left:40px;
	padding-right:40px;
}
.overview i{
	font-size:3rem;
}

.overview strong{
	font-weight:600 !important;
}


.opencalls{
	padding:80px;
	font-weight:300;
	font-size:1rem;
	line-height:2.5;	
}

.opencalls p {
	text-align:left !important;
}

.news{
	margin-top:20px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:5px;
	background:#fff;
}

.news img{
	border-radius:10px;
}
.news h5{
	margin-top:15px;
	padding:5px;
}


.single_news{
	
}

.single_news .lead_news{
	
	font-weight:600;
	font-size:1.2rem;
	line-height:1.5;
}

.single_news .txt_news{
	font-weight:400;
	font-size:1.2rem;
	line-height:1.5;
}

.single_news img{
	max-width:100%;
	height:auto !important;
}
/* BARDZO SZYBKA WERSJA */
.animated-image {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    width: 50vw;
    max-height: 80vh;
    transition: transform 0.1s linear; /* SZYBSZE */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}

.animated-image img {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}


.sfdtf .head, .sfdtf i, .sfdtf .desc {
  transition: all 0.2s ease;

}
.sfdtf i{
	font-size:4em;
	color:#fff;
}
.sfdtf .head{
	margin-top:0px;
	font-weight:500;
	font-size:1em;
	color:#fff;
}
.sfdtf .desc{
	margin-top:0px;
	font-size:0.9em;
	color:#fff;
}

.sfdtf .param:hover i{
	font-size:4em;
	color:#fff;
}
.sfdtf .param:hover .head{
	color:#fff;
	font-size:1.2em;
}

.sfdtf .param:hover .desc{
	font-size:1.1em;
}

.cnw li{
	line-height:1.5;
	margin-bottom:30px;
}

.accordion-item h3{
	font-size:1.5em;
}

.accordion-button:not(.collapsed){
	background-color:#F1ECF2;
}
.accordion-button{
	box-shadow:none !important;
}

.overviewic .col-md-3{
	  transition: all 0.2s ease;
}
.overviewic .col-md-3:hover{
	transform:scale(1.1);
}

.filmmm {
  position: relative;
}
.filmmm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  border: 0;

}
