@font-face {
  font-family: Amavickfont, serif;
  src: url('../fonts/text/Amavickfont.ttf'); 
}

@font-face {
  font-family: arialcurive, serif;
  src: url('../fonts/text/arialcurive.ttf');
}

@font-face {
  font-family: morris, serif;
  src: url('../fonts/text/MorrisModern.ttf'); 
}

@font-face {
  font-family: theater, serif;
  src: url('../fonts/text/shrift-theater.ttf'); 
}
.top-bar, .left-top-bar, .top-bar a, .menu-mobile .right-top-bar a, #schedule a {
	font-family: morris !important;
}
#schedule a {
	color: #333333;
}
.main-menu a, .menu-mobile a {
	font-family: Amavickfont !important;
}
a:hover, header li.active-menu a, header i.zmdi:hover {
	color: #F66D47 !important;
}
.menu-mobile .right-top-bar a {
	border: none !important;
}
.wrap-header-mobile, .menu-mobile {
	position: fixed;
	width: 100vw;
	z-index: 999;
}
.container-menu-mobile, .wrap-header-mobile {
	width: 100vw;
	height: 70px;
}
.logo img {
    max-width: 200px;
    max-height: 40px;
	margin-bottom: 10px;
}
.container-menu-desktop.fix-menu-desktop .logo img {
	margin-bottom: 0;
}
.menu-mobile {
	position: fixed;
}
.repertoire_date {
	
}
.all {
	margin: 0 auto;
	max-width: 2560px;
}
.slick-slide {
	max-height: 1080px;
}
.section-slide * {
	font-family: morris !important;
	color: #FFFFFF !important;
	text-shadow:
		0px 0px 10px #000000,
		0px 1px 0px #000000,
		1px 0px 0px #000000,
		1px 1px 0px #000000,
		0px -1px 0px #000000,
		-1px 0px 0px #000000,
		-1px -1px 0px #000000
		!important
	;
}
.afisha-square-performance {
	width: 80px;
	height: 80px;
	background-size: 120px 120px;
	background-repeat: no-repeat;
	background-position: center center;
}
#schedule td {
	vertical-align: middle;
	font-family: Amavickfont !important;
	padding: 2px;
}
#schedule {
	margin-bottom: 20px;
}
#schedule,  #schedule tbody {
	width: 100%;
}
#schedule td button {
	padding: 5px;
	font-family: morris !important;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	height: auto;
	min-width: 100px;
}
#schedule tbody tr:nth-child(3n) td {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#schedule tbody tr:nth-child(3n+1) td, #schedule tbody tr:first-child td {
	padding-top: 20px;
}
html, body {
	max-width: 100vw;
}
.s_title_discription {
	font-weight: normal;
	font-size: 10px;
}
@media (min-width: 1200px) {
	.section-slide {
		//max-width: 50vw;
	}
}