.img-w45, .img-40, .img-50{
	width:100%;
}

.m-t-10{
	margin-top:10px;
}
.m-30{
	margin: 30px 0;
}
.m-t-30{
	margin-top:30px;
}
.m-t-30:last-of-type{
	margin-bottom:30px;
}
.m-t-30 .section-title-wrapper{
	margin-bottom: 10px;
}
.f-white .section-title{
	color: #fff;
}
.section-title {
	color: #90c34b;
	font-family: 'Bree Serif', serif;
}
.section-title::after {
	background: rgba(80, 210, 50, .5);
}
.navbar-menu-widthfix.navbar {
    min-height: 70px;
}
.navbar .navbar-brand img {
	max-height: 80px;
}
.navbar-menu-widthfix-collapsed .navbar-brand {
	max-height: 70px;
}
.navbar-menu-widthfix.navbar .navbar-brand img {
	max-height: 80px;
}
.more{
	display: none;
}
.moreButton{
	width: 100%;
	height: auto;
	display: block;
	margin-top:10px;
}
.moreButton_f{
	display: flex;
}
.btn_more{
	margin: 0 auto;
	border-radius: 5px;
}

/* BANNER */
.banner__title::after{
	content: '';
	height: 2px;
	width: 50%;
	display: block;
	background: rgb(129, 195, 65);
	margin: 0 auto;
	top: 8px;
	position: relative;
}

/* O KONGRESIE */
.btn-together{
	width: 100%;
	display: flex;
}
.btn-in{
	/*margin:0 auto;*/
}
.btn-kon{
	border-radius: 5px;
	padding: 10px 30px;
	margin: 2px 10px;
}
.btn-kon:first-of-type{
	margin: 2px 0;
}
.content-boxed{
	background: transparent;
	border: transparent;
	color: #fff;
}
/* COUNTER */
.counter-box-out{
	display: flex;
}
.counter-box{
	margin: 0 auto;
	color: #fff;
}
.counter-box .countdown__number{
	font-size: 20px;
}
.counter-box .countdown__label{
	font-size: 10px;
}

/* RADA PROGRAMOWA */
.nonList{
	list-style: none;
}
.nonList > li{
	padding: 1px 0;
}
.speaker__name{
	color:#90c34b;
}

/* AGENDA */
.scenario{
	margin-top: 10px;
}
.scenario-topic{
	font-weight: bold;
}
.list-img{
	 list-style-image: url('/conf-data/ecofood360/images/ul-list/photo-logo_listek-small(3).png');
}
.schedule__item--major .schedule__desc{
	font-weight: bold;
}
.schedule__item--major .schedule__time{
	color:#5F9379;
}
.nonLine .schedule__desc{
	border-left:none;
}
.nav-tabs > li.active::before{
	background: rgb(144,195,75);
}


/* ZYWNOSC EKOLOGICZNA */
#zywnosc-ekologiczna em{
	font-size:0.9em;
}

/* REJESTRACJA */
.center{
	width: 100%;
	min-height: 20px;
	display: flex;
}
.reg_button{
	margin: 0 auto;
	font-size: 1.1em;
	padding: 10px 40px;
	font-weight: bold;
	border-radius: 5px;
}

/* 	ORGANIZATOR */
.img-carrefour{
	width: 75%;
	margin: 0 auto;
}



/* MEDIA */
@media(min-width: 768px){
	/* BANNER */
	.banner__bg{
		background-position: top center;
	}
	.banner__title{
		font-size: 56px;
	}
	.banner__desc{
		font-size: 30px;
	}

	/* COUNTER */
	.counter-box .countdown__number{
		font-size: 30px;
	}
	.counter-box .countdown__label{
		font-size: 20px;
	}

	/* AKTUALNOSCI */
	.con--desc .content-box__desc p{
		min-height: 750px;
		position: relative;
	}
	.con--desc .content-box__desc p img{
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.img-ministerstwo{
		width: 70%;
	}

	/* PARTNERZY */
	.img-65 img{
		width: 65%;
	}
	.img-40 img{
		width: 40%;
	}
	.img-50 img{
		width: 50%;
	}
}
@media(min-width: 992px){
	/* AKTUALNOSCI */
	.con--desc .content-box__desc p{
		min-height: 570px;
		position: relative;
	}
}

@media(max-width:767px){
	.con--desc .content-box__desc p img{
		margin: 0 auto;
		width: 35%;
	}
}