@font-face {
  font-family: 'brtswfte';
  src: url('/assets/fonts/brtswfte.ttf');
  src: url('/assets/fonts/brtswfte.ttf')  format('truetype');
}
/*TITLE*/
#frame_border{
	/*border: 2px solid #21ace3;*/
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	height: auto;
	width: auto;
	left: -15%;
}
#frame_border::before{
	display: block;
    content: "";
    width: 90%;
	height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2px solid #21ace3;
    border-right: 2px solid #21ace3;
}
#frame_border::after{
	display: block;
    content: "";
    width: 90%;
	height: 70%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #21ace3;
	border-left: 2px solid #21ace3;
}

.before::before{
	position: absolute;
	content: open-quote;
	left: 0;
	top: -38px;
	font-size: 6em;
	color: #21ace3;
}
.after::after{
	position: absolute;
	content: close-quote;
	right: 0;
	bottom: -90px;
	font-size: 6em;
	color: #21ace3;
}

@media(max-width: 769px){
	.before{
		width: 20%;
		height: 30%;
		background-color: rgb(246, 246, 248);
	}
	.after{
		width: 15%;
		height: 30%;
		background-color: rgb(246, 246, 248);
	}
}

/* </banner> */
.page-header__tint {
background: url('/conf-data/mpec2019-05/images/banner/photo-banner_ilustration.png'), url('/conf-data/mpec2018-11/images/design_bg.jpg');
	-webkit-background-size:220px, cover;;
	        background-size:220px, cover;;
    background-repeat: no-repeat;
	background-position: right 30px bottom, bottom -50px center;
}
.questionnaire__answer_wrapper {
  margin-left: 0px;
}
.cbanner__body{
    min-height: 400px;
	background:url('/conf-data/mpec2019-05/images/banner/photo-banner_ilustration.png'), url('/conf-data/mpec2018-11/images/design_bg.jpg');
	-webkit-background-size:350px, cover;
		background-size: 350px, cover;
	background-repeat: no-repeat;
	background-position: right 50px bottom 40px, center;
}
.cbanner__head{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 40px;
}
.cbanner__head img{
	margin: 10px;
}
.cbanner__body{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cbanner__text{
	text-align: center;
	margin: auto;
      padding: 0 225px;
	color: black;
}
.light{
 	font-size: 38px;
	font-weight: 300;
/*	text-align: right; */
}
.quotation_marks{
	text-align: left;
	padding: 2px 50px;
	font-size:2em;
}
.cbanner__text h1,.cbanner__text h2{
	font-size: 35px;
}
.bolder{
	font-weight: bold;
}
.kobieta {
	font-family: brtswfte;
	color: #B9945E;
	font-size: 1.7em;
}

@media (max-width: 1300px){
	.cbanner__body{
		-webkit-background-size: 300px, cover;
		        background-size: 300px, cover;
	}
}
@media (max-width: 1150px){
	.cbanner__head{
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
	  -webkit-justify-content: space-around;
	      -ms-flex-pack: distribute;
	          justify-content: space-around;
	}
	.cbanner__head img{
		max-width: 200px;
	}
	.cbanner__body{
		background: url('/conf-data/mpec2018-04/images/bg-1-fhd.jpg');
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
	}
	.cbanner__text{
		padding: 0 20px;
	}
}
@media (max-width: 950px){
	.page-header__tint{
		background: url('/conf-data/mpec2018-04/images/bg-1-fhd.jpg');
		background-size: cover;
			-webkit-background-size: cover;
		background-position:center;
	}
	#frame_border{
		left: 0%;
	}
}
@media (max-width: 769px){
	.light{
		font-size: 25px;
		font-size: 5.5vw;
	}
	.cbanner__text h1,.cbanner__text h2{
		font-size: 30px;
		font-size: 6vw;
	}
}
@media(max-width: 767px){
	.page-header__tint{
		background-image: url('/conf-data/mpec2018-04/images/bg-1-fhd.jpg');
		background-size:cover;
			-webkit-background-size:cover;
	}
}

/* </banner> */

.section-title-wrapper + ul, ol {
    font-size: 18px;
}

.ctable th{
	background: #4cb0e2;
	color: white;
	border-top: 1px solid black;
}
.ctable tr:nth-child(even){
	background: #f4f4f4;
}
.ctable th,.ctable td{
	padding: 5px 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.ctable td:first-child, .ctable th:first-child{
	border-left: 1px solid black;
}

.f-w-n, .f-w-n li{
	font-weight: normal;
}
.section-title-wrapper{
	text-align: left;
	margin: 30px 0 15px 0;
}
.section-title{
	display: inline-block;
	position: relative;
	font-size: 32px;
	padding-bottom: 2px;
}
.section-title::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	left: 0;
	margin: 0;
	background-color: #4cb0e2;
}
@media (max-width: 768px){
	.section-title{
		font-size: 26px;
	}
}
.agenda tr:first-child td{
	border-top: 1px solid black;
}
.agenda td:first-child{
	white-space: nowrap;
	font-weight: bold;
}
.footer{
	margin-top: 20px;
}
.footer__content{
	min-height: auto;
	padding-bottom: 0;
}
@media (min-width: 769px){
	p{
		font-size: 18px;
	}
}

.page-header .page-header__title { 
  color: #444;
  font-size: 45px;
}
.btn--register{
	background: none;
    color: black;
    border: 1px solid black;
    font-weight: bold;
	font-size: 18px;
	font-size: 3.5vw;
	margin-top: 20px;
}
.btn--register:hover, .btn--register:focus{
	color: black;
}
@media (min-width: 768px){
	.btn--register{
		font-size: 18px;
	}
}
.indent{
	text-indent: 20px;
}
label[for="tytul"]{
	white-space: normal;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: #00c4ce;
}