
*{
    outline: none;
	box-sizing: border-box;
}

html, body {height: 100%;
	margin: 0;
	padding: 0;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

hr {
    border: none;
    border-bottom: 3px double #00000022;
}


#wrap {min-height: 100%; height: 100%}

#main {
    overflow:auto;
    padding-bottom: 9.5em;
	min-height: 100%;
	background-color: #fff;
	background-image: url("../image/paper_bkg.jpg");
	background-attachment: fixed;
}

#footer {
    z-index: 1003;
    background-color: #333333;
    position: relative;
    margin-top: -9.5em;
    height: 9.5em;
    clear:both;
}


/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
}


::selection {color:lightgray;background:#a0a0a0; text-shadow: 1px 1px 2px black}
::-moz-selection {color:lightgray;background:#a0a0a0; text-shadow: 1px 1px 2px black}


/* MENU ITEMS */
.MainMenuWrap{
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}
.mobileMenuBtn{
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 40px;
}
.MainMenu {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.MobileMenu{
	display: none;
}
.MobileMenuTopLeft {
    width: 5em;
    text-align: center;
}
.MobileMenuItems .menuitem{
    display: block;
}
.MobileMenuItems{
	display: none;
}
.MobileMenuItems.opened{
	display: block;
}
@media only screen and (max-width: 800px) {
	.MainMenu{
		display: none;
	}
	.MobileMenu{
		display: block;
	}
}

.section-heading {
    font-size: 3em;
    font-family: FiraSans;
    font-weight: 300;
	color: #333;
}
@media only screen and (max-width: 500px) {
	.section-heading {
		font-size: 2.25em;
	}
}

.TopMenuWrap{
	display: table;
	width: 100%;
	z-index: 100;
	position: relative;
}

.TopMenu{
	height: 40px;
	background: #333;
	position: relative;
	transition: 0.5s;
	top: 0;
	display: table-cell;
}

.primemenu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
.submenu {
    display: none;
	transition: 0.2s;
	background: #fff;
}
.submenu .menuitem .MIText{
	color: #222;
	font-size: 1em;
}
.menuitem {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
	margin: 0;
}
.menuitem:not(.activeMenuItem):hover{
	background: #1f1f1f; 
}
.submenu .menuitem{
	display:block;
}
.submenu .menuitem:hover{
	background: #888;
}
.menuitem:hover > .submenu, .submenu:hover{
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	box-shadow: 2px 0 8px;
}
.MITextWrap{
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.MIText{
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	padding: 1em;
	font-size: 1.05em;
	font-weight: 500;
	color: #fff;
}
.MIText:hover{
	color: #fff;
}

.activeMenuItem {
    background-color: #EE4035;
}
.activeMenuItem .MIText{
	color: #fff;
}

.PageContent{
	margin: 2.5% auto;
}

.section {
    padding: 4rem 0 2rem;
}
.sections .section:first-child {
    padding-top: 0;
}
.sections .section.aleternating:nth-child(2n),.section.tinted{
	background-color: #fdfdfd;
}

.InlineH{
	display: inline-block;
	margin: 0;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1em;
}
.coloredI i{
	color: #EE4035;
	font-style: inherit;
}
.TopWrap{
	
}
.BrandingSection {
    height: 260px;
	width: 100%;
}
.BrandingWrap{
	width: 100%;
	height: 100%;
	background-image: url(../image/paper_bkg.jpg);
	background-position: center;
}
.Branding{
	width: 100%;
	height: 100%;
	padding: 2em;
}
.BrandingPic{
	width: auto;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
	display: table;
	max-width: 100%;
}
.footerCopyRightWrap {
    width: 100%;
    display: table;
}
.footerCopyRight {
    height: 5em;
    width: 100%;
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle;
	padding: 1em;
}

.GenericName {
    text-align: center;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0.5em 0;
	font-weight: 900;
	color: #444;
}
.JuryMemberPosition {
    text-align: center;
}
.GenericPicWrapBorder {
    padding: 0.65em;
    border: 1px solid #00000027;
    transition: 0.3s;
    display: block;
	height: 260px;
	width: 100%;
}
.ArticlePicWrapBorder{
	margin-bottom: 1em;
	height: 200px;
}
.GenericPicWrap{
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.GenericPic{
    display: table;
	height: 100%;
	width: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.GenericPic.animated{
	transition: 0.75s ease;
}

.GenericPic.animated:hover{
    transform: scale(1.25);
    transition: 1.5s ease;
}

.JuryMember, .Contact {
    margin: 1em auto;
}


.empty.columns, .empty.column{
	height: 1px;
}
.ArticleDateWrap{
	text-align: left;
	padding: 0.15em;
	border-top: 1px dashed #00000023;
	border-bottom: 1px dashed #00000023;
	margin-bottom: 0.25em;
	background: rgba(100,100,100,0.015);
	color: #555;
	overflow: auto;
}
.ArticleDate {
    margin-left: 0.5em;
}
.ArticleTitle {
    margin-bottom: 0.25em;
    font-weight: 700;
    color: #555;
}
.ArticleRow{
	margin: 1em auto;
	padding-top: 1em;
	border-top: 1px solid #00000012;
}
.ArticleRow:last-child{
	padding-bottom: 1em;
	border-bottom: 1px solid #00000012;
}

.ArticleLinkWrap {
    margin-top: 1em;
}
.ParticipantFieldValue {
    color: #444;
    font-weight: 500;
}
.ParticipantInfo {
    font-size: 1.15em;
    margin-top: 0.25em;
}
.ParticipantFullName{
	margin: 0;
	padding: 0.5em 0;
	border: 1px solid #00000027;
	border-top: none;
	font-weight: 900;
	color: #444;
}

.participantRow {
    margin-top: 0.5em;
	border-bottom: 1px dashed #00000027;
	padding-bottom: 0.5em;
}
.participantRow:last-child{
	border-bottom: none;
}

.GenericDesc{
	display: block;
	margin: 0;
	background: #fdfdfd88;
	padding: 0.75em;
	font-size: 0.75em;
	line-height: 1.35em;
}

@media (min-width: 550px) {
	.participantRow {
		display: flex;
		align-items: center;
	}
}

.TheatreNameWrap {
    border: 1px solid #00000027;
    border-radius: 0.25em;
    margin: 0.25em 0;
    padding: 0 0.35em;
	text-align: center;
}
.TheatreNameWrap .ParticipantField{
	color: #666;
}


.ParticipantPlayTitle {
    color: #444;
    font-weight: 600;
    font-size: 1.15em;
    text-align: center;
    margin-bottom: 0.35em;
}

.ParticipantField .IconWrap {
    color: #444;
}

.ParticipantFields {
    margin-top: 0.5em;
}
.IconWrap i{
	width: 1.25em;
	text-align: center;
}

.ParticipantLinkWrap {
    margin-top: 0.5em;
    text-align: center;
}

#Pagination{
	clear: both;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	background: none;
	padding: 30px;
}

.showPage{
	font-size: 1em;
	font-weight: 400;
	padding: 0.25em 0.75em;
	margin-right: 0.25em;
    color: #EE4035 !important;
    user-select: none;
    cursor: pointer;
    transition: 0.2s;
    text-decoration: none;
	border: 1px solid #EE4035;
	border-radius: 0.25em;
	background: #fff;
}

.pageCurrent, .showPage.forward, .showPage.backward{
    color: #ffffff !important;
    background-color: #EE4035;
	font-weight: 500;
}

#Pagination .pageHidden{
    display: none;
}

.showPage:hover{
    text-decoration:none;
    color: #222;
}

#Pagination .dumbLink{
    font-size: 1em;
    padding: 0.25em 0.75em;
    margin-right: 0.25em;
    color: #222;
    border: 0;
    user-select: none;
    cursor: default;
}

.ArticleLinkWrap .button{
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.ArticleLinkWrap .button:first-child{
    margin-left: 0;
}

.ArticleLinkWrap .button:last-child{
    margin-right: 0;
}

.breadcrumbs{
	font-size: 11pt;
	list-style: none;
	margin: 0;
	padding: 6px;
	font-weight: 400;
	padding-left: 0;
}
.breadcrumbs > li{
    display: inline;
}
.breadcrumbs > li a{
    color: #666;
}

.breadcrumbs > li + li::before {
	color: #666;
    content: "> ";
    padding: 0 5px;
}

.ExpandingThumbnail{
    cursor: zoom-in;
	position: relative;
}

.gradOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

    opacity: 0;
    transition: 0.2s;
	z-index: 10;
}

.gradOverlay:hover{
    opacity: 1;
}


.MainPic{
	width: 45%;
	float: right;
	margin-left: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-top: 2em;
    box-sizing: border-box;
	height: unset;
}

@media only screen and (max-width: 500px) {
	.MainPic{
		width: 100%;
		float: none;
		margin: 1em auto;
	}
}

.MainPic img{
	object-fit: cover;
	width: 100%;
	box-sizing: border-box;
	max-height: 50em;
	position: relative;
	display: block;
	/* height: 14em; */
}

.ArticleLead {
    text-align: justify;
    font-weight: 500;
    margin: 0;
}
.ArticleTextWrap p{
	text-align: justify;
	font-size: 1.15em;
}
.ArticleLeadWrap {
    margin: 1em 0;
	font-size: 1.15em;
}
.AdditionalPicWrap{
    width: 120px;
    height: 120px;
    display: inline-block;
}
.AdditionalPic{
	background-size: cover;
	background-position: center;
}

#Gallery {
    text-align: left;
}

.GalleryRow {
    margin: 0.5em auto;
}
.GalleryInstance {
    margin-bottom: 0.5em;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"]{
	background-color: #ffffff66;
}

.Platform {
    padding: 0.5em;
    text-align: center;
    border: 0.15em solid #000000aa;
	margin: 0.5em auto;
	background-color: #ffffff;
}
.PlatformName {
	font-size: 1.325em;
	margin-bottom: 0.25em;
	font-weight: 100;
	letter-spacing: -0.025em;
}
.PlatformNoteWrap {
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}
.PlatformWrap {
    margin-bottom: 1.5em;
}

.DocumentWrap {
    margin-bottom: 1.5em;
}
.Document {
    display: table;
}
.DocumentIconWrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 1em;
}
.DocumentNameWrap {
    display: table-cell;
    vertical-align: middle;
	padding-left: 0.5em;
}
.DocumentIcon{
	font-size: 3em;
}
.DocumentName {
    margin: 0;
	font-size: 1.5em;
	font-weight: 400;
	color: #333;
}
.DocumentLink {
    color: #333;
    text-decoration: none;
	padding-right: 1em;
	padding-left: 0;
	transition: 0.2s ease;
	display: table;
}
.DocumentLink:hover{
	padding-right: 0;
	padding-left: 1em;
	color: #333;
}
.PageMsg{
	text-align: center;
	font-size: 1.25em;
	background-color: #ffffff66;
	border-radius: 4px;
	border: 1px solid #bbb;
	padding: 1em;
	font-weight: 400;
	color: #333;
}

.GalleryPicWrap:hover .GalleryVideoOverlayWrap{
	opacity: 0;
}
.GalleryVideoOverlayWrap{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000022;
	display: table;
	pointer-events: none;
	z-index: 20;
	opacity: 1;
	transition: 0.25s ease-in;
}
.GalleryVideoOverlay{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.GalleryVideoIconWrap{
	display: table;
	margin: 0 auto;
	background: #ee4035;
	border-radius: 50%;
	color: #fff;
}
.GalleryVideoIcon{
	width: 2em;
	height: 2em;
	display: table-cell;
	vertical-align: middle;
	font-size: 3em;
}

.TopLogosWrap, .PartnerLogosWrap {
    background-color: #333333;
}
.TopLogos, .PartnerLogos {
	display: table;
	margin: 0 auto;
}
.TopLogo, .PartnerLogoCell {
    display: table-cell;
    padding: 0.5em;
	vertical-align: middle;
}
.TopLogoPic, .PartnerLogoPic {
    display: block;
    height: 3.5em;
    background-position: center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.ParntersHeader {
	color: #ffffffcc;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
}

.PartnerLogosWrap {
    border-top: 1px solid #ffffff22;
}

.AlbumLeft, .AlbumRight {
    display: table-cell;
	vertical-align: middle;
}

.AlbumSides {
    display: table;
    width: 100%;
}
.AlbumLeft {
    width: 20em;
}
.AlbumRight {
    padding: 1em;
}
.AlbumName {
    font-size: 1.75em;
    font-weight: 400;
    color: #333;
}
.Album {
    border: 3px double #0000004d;
    padding: 0.5em;
    background: #fff4;
}
.AlbumWrap {
    margin-bottom: 1em;
}

.GenericDesc p,
.GenericDesc h1,
.GenericDesc h2,
.GenericDesc h3,
.GenericDesc h4,
.GenericDesc h5,
.GenericDesc h6{
	margin-bottom: 0;
}