* {
    box-sizing: border-box;
    max-width: 863px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
/* For tablets: */
@media only screen and (min-width: 600px) {
	.menu .col-m-0 {width: 0px; display: none;}
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
/* For desktops: */
@media only screen and (min-width: 768px) {
	.menu .col-0 {width: 0px; display: none; }
    .menu .col-1 {width: 8.33%; display: block; }
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: fontinsans;
	src: url('FontinSans_49/Fontin_Sans_R_45b.otf');
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: fontinsansB;
	src: url('FontinSans_49/Fontin_Sans_B_45b.otf');
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: fontinsansSC;
	src: url('FontinSans_49/Fontin_Sans_SC_45b.otf');
}

#debug {position: fixed; right: 0; top: 0;}

.NLFC	{
	font-family: fontinsans, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	left: 0;
	right: 0;
	margin: 0px auto;
	padding: 0px;
	color: #FFFFFF;
	background-color: #1e0271;
	background-image: url('images/northernlights-port.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

@media only screen and (orientation: landscape) {
    .NLFC {
        background-image: url('images/northernlights.jpg');
    }
}

acronym	{
	cursor: help;
}

a, .biolink					{text-decoration: none; cursor: pointer; }
a:link, a:visited, .biolink			{color: #00FFFF; }
 /*a					{color: #00CCCC; }
:hover 					{color: #CC3333; }*/
a:active, .biolink:active	{color: #CC3333; }

.serieslink	{
	font-size: 12pt;
}

h2	{
	color: #FFFF00;
	text-align: center;
	font-size: 18pt;
	font-family: fontinsansSC, Verdana, Helvetica, sans-serif;
	padding: 5px;
}

h3	{
	font-family: fontinsansB, 'Lucida Sans', 'Verdana', sans-serif;
	color: #999999;
	text-align: center;
	vertical-align: bottom;
	font-size: 17pt;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
}

h4	{
	font-family: fontinsansB, 'Lucida Sans', 'Verdana', sans-serif;
	color: #FFFF00;
	font-size: 18pt;
	font-weight: normal;
	text-align: left;
	margin: 0px;
}

#cfma1 h4, #cfma2 h4 { font-size: 16pt; }

.small { font-size: 10pt; }

h5, h4 .small	{
	font-family: fontinsansSC, 'Lucida Sans', 'Verdana', sans-serif;
	color: #999999;
	text-align: left;
	font-size: 12pt;
	margin: 0px;
}

h6	{
	font-family: fontinsansSC, 'Lucida Sans', 'Verdana', sans-serif;
	color: #999999;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin: 0px;
}

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

.centered	{
	text-align: center;
	margin: 0px auto;
}
.left	{ float: left; }
.right	{ float: right; }
.rta	{ text-align: right; }

.pagecontainer	{
	position: absolute;
	left: 0;
	right: 0;
	border: 0px;
	margin: 0px auto;
	padding: 0px;
}

@media only screen and (min-width: 863px) {
	width: 863px;
}

.head	{
	width: 863px;
	height: 169px;
	padding: 0px;
	border: 0px;
}

.slogan	{
	vertical-align: bottom;
	padding-bottom: 20px;
}

.side	{
	width: 196px;
	text-align: center;
	background-color: #006699;
	vertical-align: top;
}

.main	{
	width: 657px;
	background-color: #000000;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

td.logo	{
	width: 337px;
}

.series	{
	text-align: left;
	padding: 10px 10px 5px 10px;
	background-color: #000000;
	font-size: 12pt;
}

.upNext	{
	background-color: #006699;
	padding: 5px 10px;
	text-align: left;
}

p.sponsor	{
	font-size: 14pt;
	
	text-align: left;
	line-height: 120%;
	padding: 5px;
	margin: 3px 0px;
}

p.sidebar	{
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
	line-height: 120%;
	margin: 0px auto;
}

p.upNextHeading	{
	font-size: 12pt;
	font-weight: bold;
	margin: 2px 5px;
}

.description	{
	background-color: #667799;
	padding: 4px 6px;
	margin: 0px 25px;
	color: #FFFFFF;
	font-family: fontinsans, Palatino, Times, "Times New Roman", serif;
}

.description p	{
	margin-top: 0px;
}

p.notShown	{
	display: none;
}

img.sponsor	{
	margin: 5px 0px;
}

.sponsor img.2007 {
	margin: 5px 78px;
}

.mainseason {
	text-align: left;
	margin: 10px 10px;
}

.show {
	margin: 1px 0px;
	padding: 2px;
	background-color: #222233;
	color: #FFFFFF;
	font-size: 10pt;
}

.nonseasonshow	{
	margin: 1px 0px;
	padding: 2px;
	background-color: #114466;
	color: #CCCCCC;
	font-size: 10pt;
}

.date {
	color: #FFFFFF;
	font-size: 12pt;
	display: inline;
}

.act {
	color: #FFFFFF;
	font-size: 12pt;
	display: inline;
}

.venue {
	color: #FFFFFF;
	font-size: 12pt;
	display: inline;
	border-bottom: thin dashed #999999;
	cursor: help;
}

.support {
	color: #FFFFFF;
	font-size: 10pt;
	display: inline;
}

.price	{
	color: #EEEEEE;
	font-size: 10pt;
	font-weight: bold;
	display: inline;
}

.toggle	{
	color: #99FFFF;
	font-size: 8pt;
	display: inline;
	cursor: pointer;
}

.toggle:hover {
	color: #ff9999;
}

.special	{
	background-color: #0099cc;
	padding: 5px;
	margin: 0px 25px 1px 25px;
}

.passed	{
	text-decoration: line-through;
	color: #CCCCCC;
	font-size: 14pt;
}

.ticketinfo	{
	background-color: #006699;
	padding: 5px 10px;
	color: #FFFF00;
	text-align: left;
}

.ticketdetails	{
}

.pricing	{
	width: 50%;
}

.topborder	{
	border-top: 1px solid gray;
}

.ticketoutlets	{
	float: right;
	clear: both;
	width: 45%;
	padding: 1em 2em;
}

.close	{
	border: thin solid #000000;
	color: #FFFFFF;
	background-color: #3399CC;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	display: none;
}

.venuefloat	{
	width: 130px;
	height: auto;
	display: none;
	background-color: #006699;
	color: #FFFFFF;
	padding: 5px;
	margin: 1px;
	outline: #cccccc solid thin;
	position: fixed;
	z-index: 9000000;
}

.map	{
	margin: 20px;
	padding: 5px;
	text-align: center;
	display: none;
}

.top	{
	color: #FF0000;
	text-align: right;
	padding: 0px 10px;
	font-size: 10pt;
}

.appreciates	{
	padding: 5px 10px;
	text-align: center;
}

.appreciatelinks	{
	margin: 0px auto;
	padding: 5px;
	border: 0px;
}

.programme	{
	position: relative;
	display: block;
	top: -155px;
	font-family: fontinsansSC, 'Gill Sans', Tahoma, sans-serif;
	text-align: center;
	font-size: 18pt;
	color: #661111;
	padding: 10px;
}

.banner {
	border: 0px;
	margin-left: -12px;
}

em.counter	{
	color: #cccccc;
}

#mainhead {
	padding-left: 42px;
}

#smallhead {
	position: fixed;
	height: auto;
	max-width: 863px;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background: #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	z-index: 1000;
}

#menub {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 8.33%;
	z-index: 1000;
}

.menu	{
	vertical-align: middle;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.communitylinks, #sociallinks, #appreciate {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 0.4em;
}

.menu li, .communitylinks li, #sociallinks li {
	margin: 0px;
	border: 2px solid #00FFFF;
	background-color: #006699;
	padding: 0px;
	color: #00FFFF;
	font-family: fontinsansSC, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	display: block;
	border-radius: 8px;
}

#appreciate li {
	padding: 8px;
	margin: 2px;
	background-color: black;
	border-radius: 8px;
	display: block;
	width: 19%;
	float: left;
}

.hidden {
	height: 94px;
	visibility: hidden;
}

.menu li {
	float: left;
	height: 44px;
}

.communitylinks li, #sociallinks li {
	margin: 15px 0px ;
}

.menu li a, .communitylinks li a, #sociallinks li a {
	line-height: 40px;
	display: block;
}

.menu li a:hover, .communitylinks li:hover, #sociallinks li:hover {
	background-color: #CC3333;
}

#menuhide {
	visibility: hidden;
	display: none;
}

.menufixed {
	position: fixed;
	width: 100%;
}

#mainarea {
	clear: both;
}

.row:after, #appreciate:after {
    content: "";
    clear: both;
    display: block;
}

.offset:before { 
	display: block; 
 	content: " "; 
  	height: 190px;      /* Give height of your fixed element */
    margin-top: -190px; /* Give negative margin of your fixed element */  	
    visibility: hidden; 
}

#about, #community, #ticketprices, #ticketoutlets { padding: 15px; float: left; }
#schedule, #tickets { padding: 0px; float: left; }
#community { padding: 15px; float: right; }
#tickets { padding: 15px 0px 0px 0px; float: right; }
#community img {width: 49%; }
#community img.year2017 {width: 100%; }
#appreciation { padding: 15px; }


.schedshow {overflow: hidden; height: 320px; margin-bottom: 10px;}
.showinfo {position: relative; background-color: black; opacity: 0.6; padding: 12px;}
.showinfolow {position: absolute; bottom: 0;}
.showinfo p {margin: 0px; padding: .4em 0em;}
.bio {visibility: hidden; display: block; position: absolute; padding: 0px 12px;}
.schedshow img { position: relative; top: 0; z-index: -1; }
.sharedshow { width: 50%; }

.menu .noshow { padding: 0px; margin: 0px; border: 0px none initial; visibility: hidden; }

@media only screen and (max-width: 599px) {
	.menu .noshow {width: 0px; height: 0px; line-height: 0px; display: none; }
}