@font-face {
    font-family: 'discoregular';
    src: url('disco-webfont.eot');
    src: url('../fonts/disco-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/disco-webfont.woff') format('woff'),
         url('../fonts/disco-webfont.ttf') format('truetype'),
         url('../fonts/disco-webfont.svg#discoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background: #333;
    color: #666;
    font-family: Helvetica;
}

.countryImg {
	width: 85%;
	margin: 10px auto 0px auto;
	display: block;	
}

.productionImgWide {
	width: 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.productionImgTall {
	height: 100%;
	margin: auto;
	display: block;
}

#holder {
    margin: 50px auto;
    position: relative;
    height: 500px;
    width: 100%;
    opacity: 0;
}

a {
	color: #999;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #BBB;
}

.centered {
	text-align: center;
}

.limitedWidth {
	margin: 0px auto;
	max-width: 800px;
}

.menuHolder {
	display: inline-block;
}

.bottomBorder {
	border-bottom: 2px solid #888;
}

.menuOption {
	float: left;
	margin-top: 2px;
}

.positiveMarginLeft {
	margin-left: 25px;
}

.overflowHidden {
	overflow: hidden;
}

.titleFont {
	font-family: discoRegular;
	font-weight: bold;
	font-size: 30px;
	color: #E04006;
}

.menuFont {
	font-family: discoRegular;
	font-weight: bold;
	color: #E04006;
	font-size: 20px;
	text-decoration: none;
}

.menuFontSelected {
	font-family: discoRegular;
	font-weight: bold;
	color: #BBB;
	font-size: 20px;
	text-decoration: none;	
}

.negativeMarginBottom {
	margin-bottom: -20px;
}

.negativeMarginTop {
	margin-top: -44px;
}

.positiveMarginTop {
	margin-top: 4px;
}

.positiveMarginBottom {
	margin-bottom: 20px;
}

.bold {
	font-weight: bold;
}

.brightGreyText {
	color: #999;
}

#purpleColorBox, #orangeColorBox {
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 10px;
	border: 1px solid #888;
}

#purpleColorBox {
	background-color: #5E2D79;
}

#orangeColorBox {
	background-color: rgba(244, 64, 6, 0.65);
}

.keyText {
	display: inline;
	text-align: left;
}

.keyHolder{
	margin-bottom:2px;
	display:block;
	text-align:left;
}

#key {
	position: absolute;
	bottom: 0;
	margin: 0px 0px 130px 50px;
	padding: 3px 10px;
	border: 1px solid #888;
	display: block;

	color: #666;
	font-weight: normal;
}

.copyText {
	margin-top: 4px;
	color: #666;
	font-size: 12px;
	font-style: italic;
}

.thumbnailHolder {
	width: 85%;
	margin: 40px auto;
	overflow: hidden;
}

.thumbnailBox {
	width: 20%;
	padding-bottom: 20%;
	position: relative;
	float: left;
}

.thumbnailInnerBox {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}