html{
	scroll-behavior: smooth;
}
.headerHome{
	display: block;
	width: 100%;
	min-height: 100vh;
	padding: 0;
	margin: 0;
}
.header{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
.articleLink{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: flex-end;
	justify-items: center;
	font-size: 1rem;
	line-height: 100%;
	font-weight: 300;
}
.articleLink a::after{
	content: "\2192";
	display: inline-block;
	overflow: hidden;
	margin: 0;
	font-size: 1.5rem;
	line-height: .9rem;
	vertical-align: inherit;
	padding-left: 10px;
	width: 40px;
	transition: .3s all ease-out;
}
.articleLink a:hover::after{
	width: 0;
}
main{
	display: block;
	overflow: hidden;
}
.singlePage{
	border-bottom: 1px solid rgb(172, 157, 157);
}
.center-wrapper{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.maxWidth{
	width: 100%;
	max-width: 1200px;
}
.main-nav, .main-menu, .tools li a{
	transition: .6s ease-in-out;
}
.socialTools, ul.tools{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}
.socialTools .disabledToolBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
	top: 15px;
	left: 10px;
	max-width: 30px;
}
.disabledTool[aria-expanded="true"]{
	display: flex;
	transition: .6s ease-in-out;
	z-index: 100;
  }
  .disabledTool[aria-expanded="false"]{
	display: none;
	transition: .6s ease-in-out;
}
.disabledTool{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	position: absolute;
}
.socialTools.tools li ul{
	margin: 0 0 0 5px;
	padding: 0;
}
.socialTools.tools li ul li{
	margin: 0;
	padding: 0;
}
.socialTools .disabledTool button {
    display: block;
    margin: 0 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 0;
    cursor: pointer;
    transition: 1s;
}
.socialTools .disabledTool button.textSize {
	display: block;
	width: 100%;
	font-weight: 600;
	line-height: 20px;
	margin: 0 auto;
	padding: 10px 0;
    color: rgba(72,124,93,1.0);
	background: none;
}
.socialTools .tools li a.fb{
	background: url('../_img/facebook.svg') no-repeat center center;
}
.socialTools .tools li a.Yt{
	background: url('../_img/youtube.svg') no-repeat center center;
}
.socialTools .disabledTool button.contrast {
    background-image: url("../_img/contrast.svg");
	margin-top: 10px;
}
.socialTools .tools li a{
	transition: .3s ease-in-out;
}
.socialTools .disableIcon{
	cursor: pointer;
	text-indent: -500%;
	overflow: hidden;
	background: url('../_img/disable.svg') no-repeat center center;
}
.socialTools .disabledTool button.hideBtn {
	display: none;
}
.homeIntroBanner{
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: beige;
	min-height: calc(100vh - 90px);
}
.primaryNewsBox{
	padding: 150px 0 0 0;
}
.primaryNewsBox .primaryNewsImg{
	padding: 20px;
	overflow: hidden;
}
.primaryArchiveNewsBox, .singlePageBox{
	padding: 60px 0 0 0;
}
.archiveNewsBox{
	padding: 20px;
	overflow: hidden;
}
.contentArticle{
	padding-right: 80px;
}
.newsThumb{
	display: block;
	width: 100%;
	overflow: hidden;
}
.newsThumb img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.singlePageThumb{
	display:block;
	height: 450px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.singlePageThumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin: 0;
}
.concertBox:first-child{
	padding: 0;
}
.concertBox{
	display: block;
	padding: 20px 0 0 0;
	max-width: 600px;
	border-bottom: 2px solid rgba(15,150,51,1.0);
}
.concertBox:last-child{
	border-bottom: none;
}
.concertBox p{
	padding: 0 0 15px 0;
}
.posterBox{
	display: block;
	overflow: hidden;
	width: 100%;
	max-width: 300px;
}
.sideNews img, .sideNews a img{
	display: block;
	width: 100%;
	height: auto;
}
.sideNewsMin a.video, .sideNewsMin a.radio{
	display: block;
	overflow: hidden;
	padding: 20px 0;
}
.sideNewsMin a.images{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.sideNews a.video::after{
	content: "";
	display: block;
	overflow: hidden;
	width: 100%;
	min-height: 165px;
	background-image: url(../_img/min-logotyp.svg), url(../_img/play.svg);
	background-repeat: no-repeat;
	background-size: 161px 107px,90px 90px;
	background-position: 10% 50%, 70% 50%;
	transition: .3s ease background-size;
}
.sideNews a.video:hover::after{
	background-size: 161px 107px, 110px 110px;
}
.sideNewsMin a.video::before{
	content: "";
	display: block;
	overflow: hidden;
	float: left;
	width: 70px;
	min-height: 70px;
	background-image: url(../_img/play.svg);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: 0 50%;
	transition: .3s ease background-size;
}
.sideNewsMin a.video:hover::before{
	background-size: 65px 65px;
}
.sideNews a.radio::after{
	content: "";
	display: block;
	overflow: hidden;
	width: 100%;
	height: 65px;
	background: url(../_img/equalizer.svg) repeat-x;
	background-size: 106px 117px;
	background-position: top;
	transition: .3s ease background-position;
}
.sideNews a.radio:hover::after{
	background-position: bottom;
}
.sideNewsMin a.radio::before{
	content: "";
	display: block;
	overflow: hidden;
	float: left;
	width: 55px;
	height: 70px;
	margin-right: 15px;
	background: url(../_img/equalizer.svg) repeat-x;
	background-size: 70px 90px;
	background-position: top left;
	transition: .3s ease background-position;
}
.sideNewsMin a.radio:hover::before{
	background-position: bottom left;
}
.sideGallery{
	display: block;
	width: 100%;
	margin: 80px 0 0 0;
	max-height: 200px;
	position: relative;
	overflow: hidden;
}
.sideGallery a.images img{
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
	transition: all .3s ease-in-out;
}
.sideGallery a.images img:hover{
	transform: scale(1.5);
}
.sideNewsMin .video h5, .sideNewsMin .radio h5{
	margin: auto;
	padding-top: 5px;
	display: block;
	overflow: hidden;
	height: 90%;
}
.sideGallery .images h4{
	position: absolute;
	z-index: 10;
	display: block;
	padding: 10px 0 25px 15px;
	width: 100%;
	bottom: 0;
	font-size: 2.5rem;
	line-height: 100%;
	background-image: linear-gradient(to top, rgba(0,0,0,1),rgba(0,0,0,0));
	color: white;
	transition: all .3s ease-in-out;
}
.sideGallery .images:hover h4{
	padding-bottom: 80px;
}
.sideNewsList{
	padding: 40px 0 0 0;
	margin: 0;
	display: block;
}
.rowGallery{
	border-top: 2px solid rgba(15,150,51,1.0);
}
.sideNewsList li{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	font-family: 'Zilla Slab', serif;
}
.editionInfoBox .editionPoster{
	display: block;
	width: 150px;
	margin: 15px auto;
}
.editionInfoBox .editionPoster img{
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
}
.editionDescription p{
	text-align: justify;
}
.posterBox img, .posterBox a img{
	width: 100%;
	height: auto;
}
.aboutSection, .yearBooks, .publishing, .sponsors, .archiveSection, .gallerySection{
	padding: 50px 0;
}
.aboutSection{
	padding: 100px 0;
}
.aboutSection .aboutImgBox a, .aboutSection .aboutImgBox img{
	display: block;
	width: 250px;
	margin: auto;
	overflow: hidden;
	max-width: 90%;
}
.archiveNewsBox .archiveNewsImg a, .archiveNewsBox .archiveNewsImg a img{
	display: block;
	margin: auto;
	overflow: hidden;
}
.archiveNewsBox .archiveNewsImg a{
	max-height: 250px;
}
.archiveNewsBox .archiveNewsImg a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: 50% 50%;
}
.homeNewsContainer.archive{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.archive .archiveNews:nth-child(odd){
	padding: 0 0 0 15px;
	grid-column: span 1;
}
.archive .archiveNews:nth-child(even){
	padding: 0 15px 0 0;
	grid-column: span 1;
}
.aboutSection .aboutImgBox a img, .archiveNewsBox .archiveNewsImg a img{
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: .3s ease-in-out;
}
.aboutSection .aboutImgBox a img:hover, .archiveNewsBox .archiveNewsImg a img:hover{
	transform: scale(1.5);
}
.aboutSection .aboutDescription{
	max-width: 600px;
}
.aboutSection .aboutDescription h3{
	max-width: 400px;
	padding-top: 0;
}
.yearBooksHeader, .archiveHeader{
	border-bottom: 2px solid rgba(72,124,93,1.0);
	padding-bottom: 0;
	overflow: hidden;
}
.editionContainer{
	border-bottom: 2px solid rgba(15,150,51,1.0);
	padding-bottom: 0;
	overflow: hidden;
}
.editionArticles{
	justify-content: flex-start;
}
.editionArticles:nth-child(even){
	justify-content: flex-end;
}
.editionArticles:nth-child(even) .editionContainer{
	flex-direction: row-reverse;
}
.editionArticles:nth-child(even) .editionContainer .editionInfoBox{
	text-align: right;
}
.archiveHeader{
	margin-bottom: 40px;
}
.publishingHeader{
	padding: 50px 0;
	overflow: hidden;
}
.publishingExhibition{
	border-left: 2px solid rgba(72,124,93,1.0);
	padding: 0px;
}
.publishingExhibition div{
	justify-content: space-between;
	padding: 0 0 0 40px;
}
.publishingExhibition div a img{
	width: 100%;
	height: auto;
}
.yearBooksExhibition, .publishingExhibition, .sponsorsExhibition, .partnersExhibition{
	padding: 50px 0;
	justify-content: space-between;
	align-content: center;
}
.sponsorsExhibition, .partnersExhibition{
	padding: 0px 0;
}
.sponsorsExhibition a, .partnersExhibition a{
	display: block;
	padding: 20px;
	box-sizing: border-box;
}
.calendar{
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.calendar .calendarHeader{
	display: block;
	width: 90%;
}
.calendarCenterBox{
	min-height: 110px;
	overflow: hidden;
	justify-content: space-evenly;
	align-items: stretch;
}
.calendarCenterBox .CalendarDateBox{
	display: block;
	height: 100%;
	position: relative;
	padding: 20px 0;
}
.calendarCenterBox .CalendarDateBox:nth-child(odd){
	margin-top: 50px;
}
footer{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border-top: 1px solid rgb(172, 157, 157);
	padding: 40px 20px;
	justify-content: space-between;
}
footer .leftFooter{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
footer .leftFooter .contact a.bottomLogo{
	display: block;
	width: 90px;
	overflow: hidden;
}
footer .leftFooter .contact a.bottomLogo img{
	width: 100%;
	height: auto;
}
footer .leftFooter .contact .address{
	font-size: .9rem;
	line-height: 1.1rem;
	padding-top: 20px;
}
footer .leftFooter .bottom-menu{
	list-style: none;
}
.copyright{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 80%;
	padding-bottom: 10px;
}
.copyright span{
	display: inline;
	float: left;
	margin: 10px auto 0 auto;
}
.copyright .bottomSponsor{
	display: block;
	margin: 30px 0 0 0;
	font-weight: bold;
	font-size: .9rem;
	line-height: 1.1rem;
}
.copyright .bottomSponsor a img{
	display: block;
	width: 70px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}
.copyright .designed a img{
	display: inline-block;
	padding: 10px;
}
