@charset "utf-8";
.text {
	padding-bottom: 40px;
}
.dates {
	width: 100%;
	order: 5;
}
.juryList h3 {
	color: #000000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.juryList {
	width: 100%;
	order: 6;
}
.juryList h3 {
	color: #000000;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.details {
	width: 100%;
	order: 7;
	text-align: left;
}
.dates h3 {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	color: #404040;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
} 

.details h3 {
	font-size: 17px;
	font-weight: 500;
	text-align: left;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 100px;
	color: #000000;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {

.dates h3, .details h3 {
	font-size: 16px;
	padding-left: 50px;
	padding-right: 50px;
}
}

@media screen and (max-width: 767px) and (min-width: 667px) {

.dates h3, .details h3 {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
}

@media screen and (max-width: 666px) {
.responsive-button {
	display: block;
}
#menu {
	display: none;
}
#menu ul li {
	display: block;
	border-bottom: 1px solid #cccccc;
}
#menu ul li, #menu ul li a {
	width: 100%;
	background: #888c8f;
	font-size: 14px;
}
#menu ul ul {
	position: relative;
	display: none;
}
#menu ul li:hover ul {
	display: block;
	background-color: #595959;
}
#menu ul ul li {
	text-align: center;
}
body {
	background-color: #ffffff;
	height: 100%;
	padding: 0;
	overflow-x: hidden;
}
.text {
	padding-bottom: 40px;
}

.dates h3, .details h3 {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	line-height: 1;
}
}