@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
	background-color: #ffffff;
	color: #000000;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

/* --- TRANSITIONS --- */

#nav li.menuitem::before,
.agenda-block,
.agenda-item,
.side-link,
#cover,
#cover img,
.person-name::after,
#popup_background,
.popup,
.photo,
#agenda-toggle,
#nav,
.close,
#nav li a,
.black_button,
form input[type="submit"],
.photo,
.agenda-item .person {
    -webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -moz-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -ms-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1) !important;
    -o-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1) !important;
    transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1) !important;
}


/* --- QUICK TRANSITION --- */

#nav li a:hover,
.black_button:hover,
form input[type="submit"]:hover,
.person:hover .photo,
.agenda-item .person:hover {
    -webkit-transition: all 0.1s ease-out !important;
    -moz-transition: all 0.1s ease-out !important;
    -ms-transition: all 0.1s ease-out !important;
    -o-transition: all 0.1s ease-out !important;
    transition: all 0.1s ease-out !important;

}

/* --- FONTS --- */

.red {
	color: #CD5352;/*#cd5352;*/
}
a {
	color: #ffffff;
}

a:hover, a:focus {
	text-decoration: inherit;
	color: inherit;
}

/* --- LAYOUT --- */


#page {
	/*margin-top: -10px;*/
	/*padding-bottom: 30px;*/
	background-color: #E0E0E0;
	min-height: 1000px;
	position: relative;
	overflow: hidden;
}

@media (min-width: 1054px) {}
	.container {
	    width: 100%!important;
	    max-width: 1200px;
	}
}




/* --- COVER --- */

#cover {

	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	height: 100vh;

	  /*background-image: linear-gradient(#D9664B, #dd4e51);*/
	/*background-image: linear-gradient(#D60000, #0C2B97);*/
	  background-image: radial-gradient(circle at -5% 50%, #CD5352, #ef014e 14%, #c10037 44%, #002edc 104%);
	z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
#cover::after {
    content: '';
    position: absolute;
    top: 100%;
    z-index: 99999;
    width: 100%;
    background-position: bottom;
    height: 130px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(images/randt2021-shape-3.svg);
}*/

#cover img {
	max-width: 20vh;
	max-height: 20vw;
	width: 100%;
	height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    position: fixed;
}

#cover.uncover {
	top: -120%;
}
#cover.uncover img {
}

.loader {
  border: 2px solid rgba(255,255,255,0); 
  border-top-color: #fff; 
  border-radius: 50%;
	max-width: 30vh;
	max-height: 30vh;
	width: 100%;
	height: 100%;
  animation: spin 2s linear infinite;
	left: auto;
	right: auto;
	display: block;
	position: absolute;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#cover.uncover .loader {
	opacity: 0;
}

/* --- NAVIGATION --- */


#nav-container {
/*	position: fixed;*/
	z-index: 55;
	width: 100%;
    
}
#nav-container.zhide {
	z-index: 35;
}

#nav {
    position: absolute;
    z-index: 5;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    font-size: 14px;
	text-align: right;
	margin-top:28px;
	left: 0;
	right: 0;
	background: rgba(45,53,145,0);
	padding-right: 70px;
}

#nav-container.sticky {
	position: fixed;
	top:15px;
}
#nav-container.sticky #nav {
	background: rgba(45,53,145,1);
}

#nav li:nth-child(1) {margin-left:0 !important;}
#nav li:nth-last-child(1) {margin-right:0 !important;}
#nav li {
	display: inline-block;
}
#nav li {
	margin:0 50px;
}
#nav li a {

}
#nav li a:hover {
	color: #FF6347;
}
#nav li a:focus {
	color: #fff;

}
#nav li .menuitem {
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
    padding: 5px 0;
    display: block;
}

@media (max-width: 900px) {
	#nav li {
		margin:0 30px;
	}
}

@media (max-width: 600px) {
	#nav li {
		margin:0 15px;
	}
}

@media (max-width: 500px) {
	#nav li {
		margin:0 5px;
	}
}

@media (max-width: 400px) {
	#nav li {
		margin:0 2px;
    	letter-spacing: -0.03em;
	}
}

/* --- inner_wrapper --- */

.inner_wrapper {
	position: relative;
    margin: 0 -7px;
	padding: 100px 70px;
}


@media (max-width: 800px) {
	.inner_wrapper {
		padding: 60px 40px;
	}
	#nav {
		padding-right: 40px;
	}
}
@media (max-width: 500px) {
	.inner_wrapper {
		padding: 30px 20px;
	}
	#nav {
		padding-right: 20px;
	}
}
/*  */

.main-agenda.started .countdown {
	display: none;
}

.main-agenda {
	position: relative;
}

#agenda_content {
    margin-top: 0 !important;
/*    padding-top: 100px !important;*/
/*    margin-bottom: 100px;*/
}
#agenda_content .agenda-item h3 {
    font-family: 'Whitney Semibold','Arial', sans-serif;
	font-size: 34px;
    font-weight: normal !important;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
#agenda_content .agenda-item h4 {
    font-family: 'Whitney Book','Arial', sans-serif;
    font-size: 14px;
    font-weight: normal !important;
    position: relative;
    width: min-content;
    padding-bottom: 14px;
	margin-bottom: 30px;
	margin-top: 30px;
}
#agenda_content .agenda-item h4::after {
	content: '';
	background-color: #ed8441;
	bottom:0;
	left: 0;
	right: 0;
	height: 1px;
	position: absolute;
}
h5 {
    font-family: 'Whitney Medium','Arial', sans-serif;
    font-size: 15px;
    font-weight: normal !important;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3em;
}

@media (max-width:1086px) {
	#agenda_content .agenda-item h3 {
		font-size: 30px;
	}
	.break_time h3 {
		margin-top: 4px !important;
	}
}
@media (max-width:900px) {
	#agenda_content .agenda-item h3 {
		font-size: 26px;
	}
	.break_time h3 {
		margin-top: 6px !important;
	}
}

/*h5.section_header {
	text-transform: uppercase;
	margin-bottom: 40px;
	margin-top: 0;
}*/
/*
#agenda_content .agenda-item .full_block .info h5 {
	margin-top: 0 !important;
}*/
.person {
	font-size: 15px;
    font-family: 'Whitney Medium','Arial', sans-serif;
    color: #000000;
    display: block;
    line-height: 1.3em;
    margin-bottom: 4px;
    cursor: pointer;
    letter-spacing: -0.02em;
}
.person .person-name {
    position: relative;
}/*
.agenda-item .person:hover {
	color: rgba(45,53,145,1);
}*/
.person-info {
	display: block;
    font-family: 'Whitney Book','Arial', sans-serif;
    margin: 0px 0 4px 0;
    line-height: 1.3em;
/*    font-size: 12px !important;*/
    letter-spacing: 0 !important;
}
.mod_wrap{
    margin-left: 55px;
}
.mod .person-info {
	display: inline;
}
#agenda_content .debata_1,
#agenda_content .debata_2, 
#agenda_content .debata_3 {
	display: block;
	margin-bottom: 16px;
}
#agenda_content .main_debata:nth-last-child(1) {
	margin-bottom: 0;
}
#agenda_content .agenda-item .info .time {
	font-size: 12px;
    font-family: 'Whitney Semibold','Arial', sans-serif;
}
#agenda_content .agenda-item .info .time img {

    position: relative;
    bottom: 2px;
    margin-right: 15px;
}

.podcast-link {
	font-size: 14px;
    font-family: 'Whitney Medium','Arial', sans-serif;

}

.podcast-link img {
	margin-right:20px;
    float: left;
    position: relative;
    bottom: 6px;
}

.video {

	position: relative;
	padding-bottom: 56.25%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_block, 
.full_block {
	display:none;
}
.video_block.active, 
.full_block.active {
	display:block;
}

.video_block_toggle {
	margin-right: 50px;
}
.video_block_toggle,
.full_block_toggle {
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
}
.video_block_toggle::after,
.full_block_toggle::after {
	display: none;
}
.video_block_toggle.active::after,
.full_block_toggle.active::after {
	display: block;
}

.full_item {
	margin-bottom: 30px;
}


 /* --- POPUPS --- */

#popup_background {
	background-color: #d8d8d8;
	background-color: rgba(29,38,56,0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 100%;
	opacity: 0;
	overflow:hidden;
    z-index: 999999;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}
#popup_background.grey {
	background-color: rgb(157,157,157,0.8);
}
#popup_background.active {
	bottom: 0;
	opacity: 1;
}

.form_wrapper {
    overflow-y: auto;
    padding: 0 0 60px 0;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
    bottom: 10px;
}

.popup {
	width: 100%;
    max-width: 1080px;
	position: absolute;
	display: block;
	background: #fff;
/*	background: linear-gradient(315deg, #fff 0%, #fff 52%, #5857D9 100%);*/
	overflow: hidden;
/*	border-radius: 20px;*/
/*	padding-bottom:72px;*/
	opacity: 0;
    margin-top: -200vh;
    max-height: 100vh;    
    padding: 0 0 70px 0;
    /*height: 97vh;*/
    /*overflow-y: auto;*/
}

.popup .inner_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

#signup.popup {
    top: 30px;
    bottom: 30px;

}

.popup.active {
	opacity: 1;
    margin-top: 0;
}

.popup_header {
    font-size: 32px;
    font-family: 'Whitney Light','Arial', sans-serif;
    font-weight: normal;
    text-align: center;
    background-color: #FF6B53;
    padding: 27px 0;
    width: 100%;
    height: 100px;
    text-transform: uppercase;
    color: #fff;
}

#signup .popup_header {
    position: absolute;

}

.popup_header .close {
    font-size: 74px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    line-height: 0.5em;
    cursor: pointer;
    z-index: 9999999;
    font-family: 'Chronicle XLight','Arial', sans-serif;
    font-weight: 100;
}

.popup_header .close:hover {
	transform: scale(1.2);
}
#person_popup {  
	background-color: #FF6B53;
}

@media (max-width: 669px) {
	.popup {
		border-radius:0 !important;
	}
}

.popup p, .popup li, form label  {
    color: #41444D;
    font-family: 'Whitney Light','Arial', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.3em;
}

form label a,
form label a:active,
form label a:hover {
    color: #41444D;
	text-decoration: underline;
}

.popup p strong, .popup li strong, form label strong  {
    font-family: 'Whitney Semibold','Arial', sans-serif;

}
.popup p, .popup li {
    width: 100%;
/*    max-width: 560px;*/
    /*display: block;*/
    /*margin: 40px auto -20px auto;*/
    margin: 20px 0 0 0;
}

#mc_embed_signup > p:nth-child(1) {
	text-align: left;
    font-size: 18px;
    margin-top: 40px;
}
.popup ul,ol {
    padding-left: 20px;
}

.bonus_info {
	opacity: 0.5;
}

 /* --- form --- */

#mc_embed_signup {
	margin-left: 40px;
	margin-right: 40px;
}
.mc-field-group, #mc_embed_signup div.mce_inline_error {
	z-index: 1;
    color: #f77673;
    width: 100%;
    max-width: auto;
    margin: 10px auto 0 auto;
  	font-family: 'Whitney Light', sans-serif;
}

.mc-field-group {
	position: relative;
	margin-top: 0;
}
/*
.mc-field-group:nth-child(1) input {
	margin-top: 0;
}*/
.mc-field-group:nth-child(1) label {
    font-family: 'Whitney Semibold','Arial', sans-serif;
}

#mc_embed_signup div.mce_inline_error {
	position: relative;
	position: absolute;
    bottom: -22px;
    padding: 0;
	text-align: right;
	color: #f77673;
	background: transparent;
}
.error_msg + input.mce-inline-error {
	color: #f77673;
	
}

#mc_embed_signup input.mce_inline_error {
	border-bottom: 2px solid #f77673 !important;

}

.input_desc {
    color: #aaa;
    font-size: 12px;
    margin-top: 2px;
    text-align: left;
}

form input[type="text"],
form input[type="email"],
form input[type="submit"],
form label {
      width: 100%;
      /*max-width: 380px;*/
      max-width: 100%;
}
form input[type="text"],
form input[type="email"] {
      font-size: 19px;
      font-family: 'Whitney Light', sans-serif;
      border: none;
      border-bottom: 2px solid rgba(29,29,38,0.1);
      background-color: none;
      padding: 6px 0;
      margin: 34px auto 0 auto;
      color: #f77673 !important;
      display: block;
      padding: 10px 0 10px 35px;
      background-image: url(images/randt2021-mail.svg);
      background-position: left;
      background-repeat: no-repeat;
	background-size: 20px auto;
  }
form input[type="text"]:focus,
form input[type="email"]:focus {
	outline: none;
      border-bottom: 2px solid rgba(29,29,38,0.3);
}

form input#mce-FNAME {background-image: url(images/2.1.svg) !important;}
form input#mce-LNAME {background-image: url(images/2.1.svg) !important;}
form input#mce-STANOWISKO {background-image: url(images/2.4.svg) !important;}
form input#mce-FIRMA {background-image: url(images/2.3.svg) !important;}
form input#mce-EMAIL {background-image: url(images/2.2.svg) !important;}
form input#mce-EMAIL2 {
	background-image: url(images/2.5.svg) !important;
	background-size: 27px auto;
}

form input[type="submit"] {
	text-transform: uppercase;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: 'Whitney Medium','Arial', sans-serif;
    font-weight: normal;
    padding: 0.3em 1.4em;
    display: block;
    z-index: 7;
    bottom: -2%;
    left: 1%;
    font-size: 30px;
    border: 0;
    display: inline-block;
    width: auto;
}

form label {
    display: block;
    margin: 17px auto 0 auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #41444D;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #41444D;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #41444D;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
/*   border:2px solid #e2e2e2; */
  background: transparent;
  border-radius: 0;
  box-shadow:  0 0 0 #979797;
  top: -1px;
  background-image: url(images/randt2022-checkbox.svg);
  background-repeat:no-repeat;
  background-size: contain;

}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content:'';
  background-image: url(images/randt2022-check.svg);
  background-repeat:no-repeat;
  background-size: contain;
  background-position:center center;
    position: absolute;
    top: 3px;
    left: 4px;
    width:11px;
    height:11px;
    transition: all .2s;
}

.food_waste [type="checkbox"]:not(:checked) + label:after,
.food_waste [type="checkbox"]:checked + label:after,
.ppk [type="checkbox"]:not(:checked) + label:after,
.ppk [type="checkbox"]:checked + label:after {
  color: #d7d7d7;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: transparent;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
}

#checkAll + label {
	margin-top: 40px;
	font-size: 16px;
}

/* hover style just for information */
label:hover:before {
	border: none !important;
	opacity:0.6;
    font-family: 'Whitney Semibold','Arial', sans-serif;
}

#mce-responses .response {
	text-align:center;
	font-size:0px;
	color: #999;
	padding-bottom:20px;
    width: 100%;
    max-width: 380px;
    display:block;
    margin: 0 auto;
    margin: 30px auto 0 auto;
    font-family: 'Whitney Semibold','Arial', sans-serif;
}

#mce-success-response:after {
	font-size: 20px !important;
	display: block;
}
#mce-success-response.pl:after {
	content: 'DziÄkujemy za rejestracjÄ';
}
#mce-success-response.en:after {
	content: 'Thank you for registering';
}

 /* --- CONTACT --- */
.popup_text, #contact a, #contact .smaller {
    width: 100%;
    max-width: 380px;
    font-family: 'Whitney Book','Arial', sans-serif;
  font-weight: normal;
  display: block;
  margin: 0 auto;
}
.popup_text, #contact a {
  font-size: 22px;
  line-height: 1.27em;
  letter-spacing: 0.39px;
  color: #f77673;
  padding-bottom: 20px;
}
#contact a {
	position: relative;
	padding-left:55px;
}
#contact a img {
	position: absolute;
	left: 0;
}
.popup_text {
	margin-top: 65px;
	margin-bottom: 25px;
}
#contact .smaller {
  font-size: 19px;
  line-height: 1.47em;
  letter-spacing: 0.34px;
  color: #c3c3c5;
  margin-top: 50px;
}

.popup_text {
	border-bottom: 2px solid #E8E8E9;
}

 /* --- PARTNERS  --- */

#partners {
    background-color: #fff;
    position: relative;
    margin: 0 -7px !important;
    margin-top: 250px;
    padding-top: 150px !important;
    min-height: 100vh;
}
.partners-inner::before {
    padding-top: 30px;
    content: '';
/*    background-image: url(images/randt2021-shape-white.svg);*/
    width: 100%;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -59px;
    height: 100px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: 0 -10px;
}

@media (max-width: 767px) {
	.partners-inner {
		padding-left: 30px;
	}
}

.partners-inner {}
.p_container {
	clear:both;
	display: block;
	padding-bottom:48px;
	margin-right: -95px;
}

@media (max-width: 991px) {
	.p_container {
		margin-right: 0;
	}
}

.partner {
    cursor: pointer;
    /*max-height: 102px;*/ 
    display: inline-block;
    margin-right: 90px;
    max-width: 127px;
    height: 113px;
}
.partner:nth-last-child(1) {
    margin-right: 0;
}
.partner img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	display: block;
    position: relative;
    /*max-height: 102px;*/
}
.partner.amazon img {
	top: 9%;
}
.partner.caf img {
	width: 70% !important;
}
/*.partner.zabka {
	position: relative;
}*/
/*.partner.zabka::after {
	content: '';
	height: 100%;
	width: 1px;
	display: block;
	position: absolute;
	top: 0;
	right: -44px;
	background-color: #141142;
}
*/
h6 {
    font-family: 'Whitney Book','Arial', sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.27em;
  letter-spacing: 0.39px;
  color: #c5c3c3;
  display: block;
	clear: both;
    margin-bottom: 30px;
    margin-top: 0;
}

 /* --- POPUPS --- */

.pp {
	display:none;
}

.pp.active {
	display: block;
}

.pp .photo-padding, #partner_popup a {
/*	padding: 0 20px 20px 26px;*/
/*	margin-top: -80px;*/
}
.pp .photo-frame {
	padding:2px;
}

#partner_popup a {
	display: block;
	margin-top:20px;
}

#partner_popup a img {
	max-width: 100%;
}

#partner_popup .person-desc {
	color: #1d2638;
}

#person_popup .close {
	color:#fff;
}


.pp .person-name,
.pp .person-info {
	padding-left: 0;
	display: block;

}
.pp .person-name {
  font-family: 'Whitney Medium','Arial', sans-serif;
  font-size: 23px;
  font-weight: normal;
    line-height: 1.18em;
  color: #000000;
  text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 5px;
}
.pp .person-info {
    font-family: 'Whitney Regular','Arial', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.56em;
    color: #000000;
}
.pp .person-desc {
    font-family: 'Whitney Regular','Arial', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.55em;
    letter-spacing: 0.29px;
    color: #000000;
    padding: 0 31px 0 70px;
    display: block;
}

@media (max-width: 700px) {
	.pp .person-desc {
		padding-left: 30px;
	}
}
@media (max-width: 600px) {
	.pp > .col-xs-4, .pp > .col-xs-8 {
		width:100%;
	}
	.pp .photo-frame {
		max-width: 172px;
	}
	.popup_header {
		padding: 25px 0;
	}
	.popup_header .close {
		top:35px;
	}
	.pp .person-desc {
		padding-top: 5px;
		padding-left: 0;
		padding-right: 0;
	}
	#person_popup .inner_wrapper {
		margin-top: -70px;
	}
	.popup {
	    padding: 0 0 30px 0;
	}
}

/* --- TRUNCATE --- */

.truncate .hideme, .truncate_2 .hideme {
  display: none;
}

.more {
  cursor: pointer;
  display: inline;
  color: #c3c3c5;
}

/* --- LEGAL LONG --- */

.legal_long {
	display: none;
}

.legal_short {
	display: block;
}

.open_legal,
.close_legal {
    border-bottom: 1px dashed #c3c3c5;
    cursor: pointer;
    line-height: 1.4em !important;
    width: auto !important;
    display: inline-block;
}

 /* --- UKRYWACZE --- */


/* PODCAST ------------------------------------------ */

	.podcast_click {
		cursor: pointer;
	}

	#audioplayer {
		z-index: 999999;
    	background: #3F3F3F;
		position: fixed;
		max-width: 100%;
		padding: 0;
		padding-top: 0;
		bottom: -100px;
		-moz-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		-o-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
		box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
		opacity: 0;
	    left: 0;
	    right: 0;
	}

	#audioplayer.shown {
		bottom: 0 !important;
		opacity: 1;
	}

	#audioplayer audio {
		background-color: #f1f3f4;
		width: 100%;
		margin-top: 0;
	}

	#audioplayer .analysis-title {
		margin-left: 25px;
    	margin-top: 10px;
		font-family: 'Whitney Medium','Arial', sans-serif;
		font-weight: normal;
    	font-size: 14px;
	}

	.podcast_close {
	    font-family: 'Whitney Light';
	    font-size: 30px;
	    position: absolute;
	    top: 0;
	    width: 40px;
	    line-height: 1em;
	    text-align: center;
	    cursor: pointer;
	    z-index: 9;
	}


	.podcast_close {
		right: 5px;
		padding-top: 2px;
	}
	#podcasts, #publication {
		padding-bottom: 100px;
	}
	#podcasts .podcast-link {
		float: none;
		clear:both;
		display: block;
		margin-bottom: 40px;
	}


/*PUBLICATION*/

.download_link {
	font-family: 'Whitney Bold','Arial', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	color: #5e6e8c;
	text-decoration: none;
	display: block;
	margin-top: 38px;
}
.download_link img {
	margin-right: 12px;
	position: relative;
	top: -1px;
}

.publication_info {
	font-family: 'Chronicle Roman','Georgia', serif;
	font-size: 14px;
	line-height: 1.57;
	color: #566581;
	padding-left: 40px;
	display: block;
}

@media (max-width: 767px) {
	.publication_info {
		padding-left: 0;
		margin-top: 30px;
	}
}


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #bbbbbb #E1E1E1;
  }

  .form_wrapper {
    scrollbar-color: #bbbbbb #ffffff;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #E1E1E1;
  }

  .form_wrapper::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #bbbbbb;
    border-radius: 10px;
    border: 3px solid #E1E1E1;
  }
  .form_wrapper::-webkit-scrollbar-thumb {
    border: 3px solid #ffffff;
  }

.live_t {
	position: relative;
}

.live_t::before {
    content: '';
    margin-right: 0.3em;
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    background: #CD5352;
    border-radius: 100%;
    bottom: 0.1em;
    position: relative;

}

  /* HIDE PARTNERS */

  #partners, .partners {
/*  	display: none;
  	visibility: hidden;*/
  }

#p_normal {/*
	background-image: url(images/logos/new/WSZYSTKO.png);
	background-repeat: no-repeat;
    background-position: left 57px;
    background-size: 100% auto;*/
}


/* HIDE REGISTRATION */

/*
.registration_t:not(.dontHide) {
  display:none;
  visibility:hidden;
  opacity:0;
}*/

/* SHOW LIVE */

/* WEC TU SIE ZACZYNA */
.logos_spacer {
	height: 164px;
}
.logos_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
}

.logos_wrapper.sticky {
	position: fixed;
    z-index: 9;

}
.logos_wrapper.sticky .logos {
	font-size: 5px;
    height: 33px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logos {
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
	margin-top: 70px;
	margin-bottom: 30px;
    box-sizing: content-box;
    font-size:10px;
}

.logos a {
	display: inline-block;
}

a.logo_pi,
.logo_pi img {
	height: 4.2em;
	left: 0;
}
a.logo_wec2023,
.logo_wec2023 img {
	height: 6.4em;
    margin: 0 auto;
    left: 0;
    right: 0;
}
a.logo_ecfr,
.logo_ecfr img {
	height: 6.2em;
	right: 0;
}


@media (max-width:900px) {
	.logo_wec2023 {
	    left: 5em;
	}
}
@media (max-width:720px) {
	.logos {
		font-size: 9px;
	}
}

@media (max-width:640px) {
	.logos {
		font-size: 8px;
	}
}

@media (max-width:580px) {
	.logos {
		font-size: 7px;
	}
}

@media (max-width:520px) {
	.logos {
		font-size: 6px;
	}
}
@media (max-width:460px) {
	.logos {
		font-size: 5px;
	}
}


/* --- HERO --- */


#hero {
    overflow-x: hidden;
	background-image: url(images/hero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
/*	min-height: 600px;*/
	width: 100%;
	font-size: 10px;
    padding-bottom: 120px;
}

#info {
	margin-top:100px;
}

#wec {
	display: block;
	position: relative;
	float: left;
	max-width: 631px;
/*    margin-left: 9.3%;*/
    margin-left: 5.3%;
    width: 62%;
}

#wec img {
	width: 100%;
	position: relative;
	z-index: 2;
}

/*#wec::after {
	content: '';
	background-image: url(images/back.png);
	position: absolute;
	left: -80px;
	right: -80px;
	top: -80px;
	bottom: -80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
    opacity: 0.8;

}*/

.black_button {
	text-transform: uppercase;
	cursor: pointer;
/*    border-radius: 70px;*/
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-family: 'Whitney Medium','Arial', sans-serif;
    font-weight: normal;
/*    font-size: 19px;*/
/*    padding: 9px 24px;*/
    padding: 0.3em 0.8em;
    display: block;
    position: absolute;
    z-index: 7;
    bottom: -2%;
    left: 1%;
    font-size: 26px;
    box-shadow: 0 0 00px rgba(255,99,71,0) inset;
}

.black_button:hover,
form input[type="submit"]:hover {
	color: #000;
	background-color: #FF6347;
    box-shadow: 0 0 100px rgba(255,99,71,1) inset;
}

.intro {
    position: relative;
    font-family: 'Whitney Medium','Arial', sans-serif;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.2em;
    color: #fcfcfc;
    display: inline;
/*    width: 550px;*/
    padding-right: 0;
}


.countdown {
    font-family: 'Whitney Medium','Arial', sans-serif;
    font-weight: normal;
    margin-top: 0.5em;
	color: #fff;
	font-size: 1.8em;
	display: block;
}

.countdown span.time {
	color: #ffffff;
}

#hero .countdown {
	position: relative;
	/*display: none;*/
}

#info.live .intro,
#info.live .countdown {
	display: none;
}

#info.live #player {
	display: block !important;
    max-width: 750px;
    width: 70%;
    float: right;
}
#info.live #wec {
	display: block !important;
    max-width: 250px;
    margin-left: 0%;
    width: 24%;
}


@media (max-width: 1054px) {
	.intro {font-size: 2.9em;}
	.black_button {font-size:23px;}
}
@media (max-width: 1014px) {
	.intro {font-size: 2.8em;}
	.black_button {font-size:22px;}
	#wec {
		margin-left:0;
		margin-right: 5.3%;
	}
}
@media (max-width: 974px) {
	.black_button {
		font-size:21px;
    	bottom: -1%;
	}
	.intro {font-size: 2.7em;}
}
@media (max-width: 934px) {
	.black_button {font-size:20px;}
	.intro {font-size: 2.6em;}
}
@media (max-width: 894px) {
	.black_button {font-size:19px;}
	.intro {font-size: 2.5em;}
}
@media (max-width: 854px) {
	.black_button {font-size:18px;}
	.intro {font-size: 2.4em;}
}
@media (max-width: 814px) {
	.black_button {
		font-size:18px;
    	bottom: -3%;
	}
	.intro {font-size: 2.3em;}
}
@media (max-width: 774px) {
	.black_button {font-size:17px;}
	.intro {font-size: 2.2em;}

	#info.live #player {
	    max-width: auto;
	    width: 100%;
	}
	#info.live #wec {
		display: block !important;
	    max-width: 320px;
	    margin-bottom: 30px;
	    width: 100%;
	}

}
@media (max-width: 734px) {
	.black_button {font-size:16px;}
	.intro {font-size: 2.1em;}
}
@media (max-width: 694px) {
	.black_button {font-size:15px;}
	.intro {font-size: 2.0em;}
}
@media (max-width: 654px) {
	.black_button {font-size:14px;}
	.intro {font-size: 1.9em;}
}
@media (max-width: 614px) {
	.black_button {font-size:13px;}
	.intro {font-size: 1.8em;}
}

@media (max-width: 598px) {
	#hero {
	    padding-bottom: 90px;
	}
	#info {
    	margin-top: 70px;
	}
	#wec {
		float:none;
		margin-right: 0;
		max-width: 100%;
		width: 320px;
	}
	.intro {
	    display: block;
	    margin-top: 40px;
	}
/*	.black_button {font-size:18px;}*/
/*	.intro {font-size: 1.8em;}*/
}


/* --- PARTNERS TOP --- */

#partners_top {
	background-color: #FF6347;
    min-height: 169px;
    color: #020307;
    display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 10px;
}
#partners_bottom {
	display: block;
	background-color: #2D3591;
    min-height: 169px;
    color: #020307;
    display: flex;
	align-items: center;
	justify-content: space-between;

}
#partners_top span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 14px;
    margin-right: 20px;
    text-transform: uppercase;
}
#partners_top img {
/*	height: 30px;*/
	margin: 20px;
}
#partners_bottom img {
	height: 50px;
	margin: 20px;
}
#partners_top img.deloitte {
	width: 100px;
}
#partners_top img.orange {
	width: 58px;
}

@media (max-width: 1150px) {

	#partners_bottom {
		display: block;
		min-height: 0;
	}
	#partners_bottom img {
		margin: 0 35px 30px 0;
	}
}
@media (max-width: 950px) {

	#partners_top img {
/*		height: 35px;*/
	}
}
@media (max-width: 850px) {

	#partners_top img {
/*		height: 30px;*/
	}
}
@media (max-width: 770px) {
	#partners_top {
		display: block;
		min-height: 0;
	}
	#partners_top img {
		margin: 0 35px 30px 0;
	}
	#partners_top span {
	    display: block;
	    padding: 30px 0 30px 0;
	}

}
/* --- AGENDA --- */


h2 {
	margin:0;
    font-family: 'Whitney Book','Arial', sans-serif;
	font-size: 50px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 70px;
}

@media (max-width: 900px) {
	h2 {
		font-size: 45px;
		margin-bottom: 60px;
	}
}
@media (max-width: 800px) {
	h2 {
		font-size: 40px;
		margin-bottom: 50px;
	}
}

@media (max-width: 700px) {
	h2 {
		font-size: 35px;
		margin-bottom: 40px;
	}
}
@media (max-width: 600px) {
	h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 500px) {
	h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
}

#agenda_content {
    margin-top: 100px;
}

#agenda_content .agenda-item {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 18px 0;
}

#agenda_content .agenda-item:nth-last-child(1) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.agenda-image {
    min-height: 266px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.panel_time {
    letter-spacing: -0.02em;
    font-family: 'Whitney Book','Arial', sans-serif;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    width: 35px;
    margin-right: 20px;
    float:left;
}

.panel_time::after {
	content: '';
	height: 100%;
	top:0;
	bottom:0;
	width: 1px;
	position: absolute;
    right: -11px;
	background-color: #8D8BDF;

}

.bottom-info {
	position: absolute;
    bottom: 15px;
    padding: 0;
}

.break_time {
    height: 78px;
}
.break_time h3 {
    font-family: 'Whitney Book','Arial', sans-serif !important;
    padding-left: 55px;
    margin-bottom: 0;
}

.break_time .bottom-info {
}

.break_time .bottom-info {
	bottom: auto;
	top: 20px;
}

@media (max-width:991px) {
	.agenda-image {
/*		display: none;*/
		margin-top: 20px;
/*		min-height: 186px;*/
	    min-height: 0;
	    height: 0;
    	padding-bottom: 50%;
	    background-position: center bottom;
	}
	#panel10 .agenda-image {

	    background-position: center;
	}

	.bottom-info:not(.break_time .bottom-info) {
		position: static;
	    bottom: 15px;
	    padding: 0;
	    margin-top: 20px;
	}
}

/* --- REJESTRACJA --- */

#register_content {
	background-color: #2D3591;
/*	padding: 0 70px;*/
    display: flex;
	align-items: center;
    height: 180px;
    justify-content: center;
}


#register_content .black_button {
/*    color: #ffffff !important;*/
/*    background-color: #020307;*/
    max-width: 100%;
    position: static;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
/*    border-radius: 70px;*/
    padding: 20px 70px;
    display: block;
    font-size: 28px;
}


/* --- SPEAKERS --- */

#speakers_content h2 {
/*	margin-bottom: 70px;*/
}
#speakers_content {
/*	padding-top: 70px;*/
/*	padding-bottom: 70px;*/
	background-color: #FF6B53;

}


.person-block {
	margin-bottom: 35px;
	padding: 0;
    height: 250px;
}
.person-block.blank {
    user-select: none;
    pointer-events: none;
}
.person-block.person {
    color: #000;
}

.person-block.mod {
    color: #fff !important;
}
.person-block .person-name {
    margin-top: 18px;
	margin-bottom:8px;
	text-transform: uppercase;
	font-size: 17px;
    line-height: 1.1em;
}
.person-block span > span {
/*	margin-left: 15px;*/
	margin-right: 30px;
	display: block;
	float: left;
	clear:both;
    font-family: 'Whitney Medium','Arial', sans-serif;
    font-weight: normal !important;
}

.person-block .person .person-info {
	display: block;
}

.photo-frame {
	width: 100%;
	background-color: #2D3591;
	display: block;
	position: relative;  
/*  	background-image: linear-gradient(51deg, #979797 23%, #979797 79%);*/
/*  	padding: 1px;*/
}

.photo-frame:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.photo {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: cover;
	background-position: center;
}

.person:hover .photo-frame {
/*  	background-image: linear-gradient(51deg, #e58045 23%, #cd5266 79%);*/
  	background-size: 110%;
}
.person:hover .photo {
  	background-size: 110%;
}

.photo.blank {
	background-image: url(images/faces/zaslepka.jpg);
	z-index: 1;
}

@media (max-width:500px) {
	.person-block {
		width: 50%;
	}
}
@media (max-width:340px) {
	.person-block {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
}

/* --- MIEJSCE --- */


#place {
/*	padding-top: 70px;*/
/*	padding-bottom: 70px;*/
	background-color: #2D3591;
}

.rt-wrap {
	position: absolute;
	bottom:0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

a.map {
	display: block;
}

@media (max-width: 767px) {
	.rt-wrap {
		position: static;
		padding: 20px 0;
	}
}

/* --- KONTAKT --- */

#kontakt_content {
/*	padding-top: 70px;*/
/*	padding-bottom: 70px;*/
	background-color: #000000;
	color: #C3C3C3;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
a.logo_pi_grey {
	display: block;
	width: 146px;
}
#kontakt_content h2 {
	color: #C3C3C3;
}
#kontakt_content span a {
	color: #C3C3C3;
}
#kontakt_content span {
	font-size: 19px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.kontakt_inner {
 	position: relative;
 	display: contents;
}

@media (min-width: 869px) {
	#kontakt_content h2 {
		margin-bottom: 0;
	}

}
@media (max-width:868px) {
	.kontakt_inner {
		display: block;
	}
	#kontakt_content {
		display: block;
	}
	.logo_pi_grey {
		position: absolute;
		top:0;
		right: 0;
	}
	#kontakt_content h2 {
/*		margin-bottom: 20px;*/
	}
}
@media (max-width:450px) {
	.logo_pi_grey {
		position: static;
		margin-top: 40px;
	}
}

/* ANCHORS  */

.anchor {
    position: absolute;
    top: -73px;
    user-select: none;
    pointer-events: none;
}

/* !!! OVERRIDES !!! */

.logos_wrapper .inner_wrapper,
#partners_top.inner_wrapper {
	padding-top:0;
	padding-bottom: 0;
}