@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');

/* MAIN */
.color{
	color: #233975;
	font-weight: bold;
	margin-bottom: 0;
}
.page-header__content-wrapper { height: 160px;}
.mainBanner {
    /*margin-top: 20px;*/
    padding-top: 35px;
}
.speaker__infobox {
 text-align: justify;
}
.speaker__name, .speaker__institution {
text-align: center;
}
.m-auto{
	margin: auto !important;
}

/* NAV */
.navbar-inverse{
	background: #233975;
	border-color: #233975;
}
.navbar-nav > .active > a::before {
	background-color: #fff;
}

/* HOME */
.banner_partners-img{
	display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
}
.partner-img{
	flex-basis: 25%;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
	margin: auto;
}

.cinfo{
	background: #e33a45;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.cinfo-register{
	background: #233975;
}
.cbutton{
	margin-top: 30px;
}
.cbutton:last-of-type{
	margin-bottom: 20px;
}
.btn-cinfo{
	border:2px solid #fff;
	font-size: 14px;
	transition: all .3s;
	background: transparent;
    text-transform: uppercase;
    font-family: Open Sans;
}
.btn-cinfo:hover{
	color: #272e3b;
	background: #fff;
}
.cinfo-register .btn-cinfo:hover{
	color: #e33a45;
}

/* PROGRAM */
.nonLineTop .schedule__time, .nonLineTop .schedule__desc{
	border-top: none;
}

.nav-tabs > li.active::before {
  background: #e33d47;
}
.info-program{
	font-style: italic;
	font-size: .83em;
}

/* REJESTRACJA */
#form1{
	/*color: #233975;*/
}
.lectures__name{
	font-weight: bold;
	color: #233975;
}
.constentsBtn{
	margin-left: 30px;
}
.btn-constents{
	font-size: 12px;
	border-radius: 3px;
}
#lecturesBox h3::after{
	content: "";
	height: 2px;
	display: block;
	width: 50px;
	background: #e33d47;
	position: relative;
	top: 5px;
}
div[id^="box_atrakcja_"]{
	padding-top: 0 !important;
}

/* FOOTER */
.footer {
	background: #233975;
	color: #FFF;
}
.footer__content { min-height: 180px; }
#SyskonfLogoContainer{
	background: #fff;
	border-top: #fff;
}


/* MEDIA */
@media(min-width:991px){
	.img-banner{
		max-width: 55%;
		margin: auto;
	}
	.speaker-center{
		width: 50%;
		margin: 0 auto 90px;;
	}
}