.session .session__type {
	width: 565px;
}
.type-organizer{
	color: #9a9a9a;
}

@media (max-width: 620px) {
	.session .session__type {
		width: auto;
	}
}

.program {
	position: relative;
}

.program .filter {
	background: rgba(255, 255, 255, 0.3);
	padding: 30px;
	box-shadow: 0 6px 18px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
}

.program .filter--is-fixed {
	padding: 0;
	background: white;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	animation: b 1s ease-out forwards;
}
.program .filter--is-fixed .filter__row{
	padding: 0;
}
.program .filter--is-fixed .filter__link{
	padding: 6px 11px 6px;
	margin: 4px 5px;
	text-decoration: none;
}

@keyframes b {
	0% {
		transform: translate3d(0, -150%, 0);
	}
	100% {
		transform: translateZ(0);
	}
}

.program.fixed-element .program__header {
	margin-bottom: 290px;
}

.program__apps {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.program__apps a {
	font-size: 0;
	line-height: 1;
}

.program__location {
	font-size: 19px;
	font-weight: 700;
}

.program__date {
	color: #676767;
	text-align: right;
	margin-bottom: 4px;
}

@media (max-width: 700px) {
	.program__date {
		text-align: left;
	}
}

.program__download {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #3fa3e4;
	padding: 8px 0;
}

.program__download .download-icon {
	width: 24px;
	height: 24px;
	fill: #3fa3e4;
	margin-right: 8px;
}

.program__download:hover {
	text-decoration: underline;
}

@media (max-width: 700px) {
	.program__download {
		justify-content: flex-start;
	}
}

.session {
	display: flex;
	padding-bottom: 20px;
}
.session .session__content{
	width: 100%;
}
.session .session__type {
	color: #a3a3a3;
}

.session .session__title {
	padding: 0;
}

.session .session__subject {
	padding-top: 0;
	padding-bottom: 5px;
}

.session:first-child {
	margin-top: 30px;
}

@media (max-width: 700px) {
	.session {
		display: block;
	}
}

.session__info {
	min-width: 165px;
	margin-right: 20px;
}

.session__info-date {
	display: block;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
}

.session__info .session__info-text {
	color: #551f7a;
	line-height: 1.7;
	text-align: right;
}

@media (max-width: 700px) {
	.session__info-date,
	.session__info-text,
	.session__info .session__info-text {
		text-align: left;
	}
}


.session .session__body {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1200px) {
	.session .session__body {
		display: block;
	}

	.session .session__body .btn-translation {
		margin-left: 0;
	}
}

html.fancybox-enabled body {
	overflow: hidden;
	height: 100%;
}

.modal img {
	width: 150px;
	height: auto;
	margin-right: 30px;
}

.modal__body {
	max-height: 320px;
	overflow-y: auto;
	padding-bottom: 5px;
}

.modal__header h1 {
	font-size: 25px;
}

.modal__container {
	display: flex;
	align-items: flex-start;
}

.modal__header span {
	display: block;
	color: gray;
	padding-top: 10px;
}

.filter__row {
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}

.filter__link:after {
	display: block;
	content: attr(title);
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}

.program a.filter__link {
	position: relative;
	color: #7030a0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	border-radius: 17px;
	padding: 8px 24px 9px;
	border: 1px solid #d5dce0;
	margin: 5px;
	transition: 0.3s ease-in-out;
	text-decoration: none!important;
}
.program a.filter__link:hover{
	text-decoration: none;
}
body.fancybox-container{
	position: absolute;
}
.program .filter__lista .filter__link:hover {
	color: white;
}

a.filter__link:hover {
	color: white;

}

.filter__link:hover {
	background-color: #0083cb;
}

.program .filter--is-fixed .filter__link {
	font-size: 16px;
	padding: 5px 10px;
}

.program .filter--is-fixed .filter__list {
	max-width: 960px;
	margin: 0 auto;
}

.program .filter__link:after {
	display: block;
	content: attr(title);
	font-weight: 700;
	height: 1px;
	color: transparent;
	overflow: hidden;
	visibility: hidden;
}

.session__info {
	min-width: 170px;
	margin-right: 20px;
	width: 170px;
}

.btn-translation {
	display: inline-flex;
	align-items: center;
	width: 140px;
	font-size: 16px;
	border: 1px solid #7030a0;
	border-radius: 17px;
	color: #7030a0;
	padding: 5px 10px 5px 5px;
	transition: all 0.3s ease-in-out;
	margin-left: 25px;
	margin-top: 14px;
	text-decoration: none;
	vertical-align: top;
}

.btn-translation .icon {
	width: 19px;
	height: 19px;
	fill: #7030a0;
	margin-right: 10px;
	transition: fill 0.3s ease-in-out;
}

.program .btn-translation:hover,
.program .btn-translation:active,
.program .btn-translation:focus {
	background: #d5dce0;
	border-color: #d5dce0;
	color: #7030a0;
	text-decoration: none;
}

.btn-translation:hover .icon {
	fill: #7030a0;
}
.filter__list a:hover{
	background-color: #d5dce0;
}
.filter__link--active {
	background-color: #dee4e6;
	color: #551f7a;
	font-weight: 700;
}

.fancybox-container.fancybox-show-controls.fancybox-controls--canzoomOut.fancybox-container--ready .fancybox-bg {
	opacity: 0.5;
}
#speaker_modal {
	width: 700px;
	max-width: 100%;
	padding:24px;
}
.modal {
	display: none;
	max-width: 700px;
	overflow: hidden;
}

.modal img {
	width: 150px;
	height: auto;
	margin-right: 30px;
}

.modal__container {
	display: flex;
	align-items: flex-start;
}
@media (max-width: 700px) {
	.modal__container {
		display: block;
	}
}

.modal__header {
	margin-bottom: 20px;
}

.modal__header h1 {
	font-size: 25px;
}

.modal__header span {
	display: block;
	color: gray;
	padding-top: 10px;
}

.modal__body {
	max-height: 320px;
}

@media (max-width: 767px) {
	.filter__link {
		width: 100%;
	}

	.filter__link--active {
		display: block;
	}

	.filter__link--passive {
		display: none;
	}

	.filter__row {
		flex-direction: column;
		padding-bottom: 10px;
	}

	.session__info {
		width: auto;
	}

	.session__info-date, .session__info-text {
		text-align: left;
	}

	.session .session__body {
		display: block;
	}

	.session {
		display: block;
	}

	.program .filter {
		padding: 10px 3px;
	}

	.program a.filter__link {
		margin: 5px 0;
	}
}
.site-content__column {
	flex-basis: 50%;
	padding: 5px;
}
.program__date {
	color: #676767;
	text-align: right;
	margin-bottom: 4px;
}
.program__download {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 8px 0;
}

.content p a.btn-speaker{
	text-decoration: none;
	color: #551f7a;
}
.content p a.btn-speaker:hover{
	color: #0083cb;
    text-decoration: none;
}

@media (max-width: 700px)
{
	.site-content__column {
		flex-basis: 100%;
	}
	.program__date {
		text-align: left;
	}
	.program__download {
		justify-content: flex-start;
	}
}
.cult_photo {
	display: block;
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
}
.cult_photo img{
	max-width: 100%;
}
@media (max-width: 1200px)
{
	.cult_photo {
	margin-left: 0;
	width: 100%;
	}
}
