/*@font-face {
    font-family: ChristmasSnow;
    src: url('/js/event/christmas/Snowinter-Free-For-Personal-Use.ttf');
}
@font-face {
    font-family: Avo;
    src: url('/js/event/christmas/UTM Avo.ttf');
}*/
#Headline .event{
    /*font-family: ChristmasSnow;*/
    font-size: 52px;
    color: #ffffcc;
	line-height: 1.3em;
	/*letter-spacing: 0.05em;*/
    text-shadow: 2px 2px #000;
}
#Headline .calen{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
	line-height: 1.3em;
	letter-spacing: 0.05em;
    font-style: italic;
    text-shadow: 2px 2px #000;
}
#Headline .countdown-n{
    font-size: 158px;
	line-height: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffcc;
    font-weight: bold;
	/*letter-spacing: 0.05em;*/
    text-shadow: 2px 2px #000;
}
#Headline .countdown-d{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    color: #ffffcc;
	/*letter-spacing: 0.05em;*/
    text-shadow: 2px 2px #000;
}
#Headline .countdown-h{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 22px;
    color: #ffffcc;
	line-height: 1.3em;
	/*letter-spacing: 0.05em;*/
    text-shadow: 2px 2px #000;
}
#ZoneEvent{
    clear:both;
    margin-top: 90px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q demo blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* Layout
***********************/
body {
	background-color: #626262;
}

.background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #5a5a5a;
}



#container {
	padding: 0px;
}

#main {
	overflow: hidden;
}

aside h3 {
	float: left;
}

/* Header
***********************/
#header #nav {
	position: absolute;
	top: 0;
	height: 35px;
	line-height: 35px;
	/*background-color: #0079D0;*/
	background-color: rgba(0,0,0,0.2);
	width: 100%;
}

	#header #nav li {
		display: inline;
	}

		#header #nav li:first-child {
			padding-left: 5%;
		}


		#header #nav li, #header #nav li a {
			color: #FFF;
			text-decoration: none;
			padding: 0 14px 0px 0px;
			font-size: 12px;
			font-weight: bold;
		}

			#header #nav li.active a {
				color: #ffa615;
			}

/* Main
**************************/
#left-col {
	right: 5%;
	position: fixed;
	width: 300px;
}

#loginform {
	top: 15%;
	/*right:5%;*/
	position: fixed;
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.75);
	padding: 5px 5px 0px;
}

.username, .rememberpass, .password-table {
  padding: 8px 8px 5px;
  width: 260px;
  margin: 0 auto;
  height: 23px;
}

#loginform .rememberpass {
	font-size: 12px;
}

#loginform .password{
      width: 170px;
  float: left;
}

#loginform .password input{
      padding: 4px;
  width: 160px;
}

#loginform .username input {
	width: 250px;
	padding: 4px;
}


#loginform .submit {
	box-shadow: 0 1px 0 #fff;
	height: 30px;
	color: #fff;
	background-color: #55acee;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#0C000000)";
	border: 1px solid #3b88c3;
	border-radius: 4px;
	  width: 80px;
  float: right;
  height: 28px;
}

.flex-table-primary {
	width: 170px;
	padding-right: 5px;
}

.flex-table-secondary {
}

#info-box {
	font-size: 30px;
	color: #fff;
	position: fixed;
	bottom: 6%;
	width: 240px;
	right: 5%;
	z-index: 999;
}

#command-box {
	height: 42px;
	margin: 10px;
}

#info-box .title {
	color: #fff;
	font-size: 16px;
	margin: 20px 20px 10px 10px;
	text-align: right;
	display: none;
	text-shadow: 1px 1px #3D3D3D;
	line-height: 20px;
}

#info-box .description {
	color: #fff;
	font-size: 13px;
	margin: 15px 20px 10px 10px;
	text-align: right;
	display: none;
	text-shadow: 1px 1px #3D3D3D;
	line-height: 13px;
}

#info-box .description a{
	color: #fff;
	font-size: 13px;
    text-decoration:none;
}

/*.info-box-bg{

      background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6)));
  background-image: -moz-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
  background-image: -ms-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
  background-image: -o-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
  background-image: linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#99000000');

}*/


.info-box-bg {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(113, 113, 113, 0.6)),to(rgba(105, 105, 105, 0.6)));
	background-image: -moz-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
	background-image: linear-gradient(rgba(48, 48, 48, 0.57) 0,rgba(0, 0, 0, 0.26) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#99000000');
}

#command-box .btn {
	background: transparent url(imgs/icon.png) no-repeat;
	overflow: hidden;
	float: right;
	width: 32px;
	height: 32px;
	margin: 5px;
}

#command-box .fullscreen-btn {
	background-position: -32px -53px;
}

#command-box .pre-btn {
	background-position: -192px -53px;
}

#command-box .play-btn {
	background-position: -32px -85px; /*Pause*/
	/*background-position: -0px -85px;*/ /*Play*/
}

#command-box .next-btn {
	background-position: -160px -53px;
}

#command-box .info-btn {
	background-position: -64px -85px;
}

.alert {
	font-size: 14px;
	background-color: #FFDBE1;
	border-radius: 4px;
	padding: 10px;
	width: 240px;
	margin: 0px auto 10px;
	line-height: 24px;
	color: #a94442;
}

#divError {
	display: none;
}

#news-box {
	font-size: 13px;
	color: #fff;
	position: fixed;
	bottom: 6%;
	width: 300px;
	left: 5%;
	padding: 20px;
	text-align: justify;
	line-height: 25px;
	text-shadow: 2px 2px #000;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(113, 113, 113, 0.6)),to(rgba(105, 105, 105, 0.6)));
	background-image: -moz-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,.6) 0,rgba(0,0,0,.6) 100%);
	background-image: linear-gradient(rgba(48, 48, 48, 0.57) 0,rgba(0, 0, 0, 0.26) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#99000000');
}

	#news-box a {
		color: #fff;
		text-decoration: none;
	}

    
#Headline {
    position: fixed; top: 13%; left: 5%;
}
#Headline h2{
	color: #fff;
	font-weight: bolder;
	line-height: 1.4em;
	letter-spacing: 0.05em;
    text-shadow: 2px 2px #000;
}
#spiders{position:absolute;top:0;left:0;width:100%;max-width:100%}
.superShadow {
	text-shadow: 0 1px 0 hsl(174,5%,80%), 0 1px 0 hsl(174,5%,75%), 0 1px 0 hsl(174,5%,70%), 0 2px 0 hsl(174,5%,66%), 0 3px 0 hsl(174,5%,64%), 0 4px 0 hsl(174,5%,62%), 0 5px 0 hsl(174,5%,61%), 0 6px 0 hsl(174,5%,60%), 0 0 5px rgba(0,0,0,.05), 0 1px 3px rgba(0,0,0,.2), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.3);
}



/* Footer
***********************/
#footer {
	bottom: 0;
	position: fixed;
	/*height: 30px;*/
	line-height: 30px;
	/*background-color: #0079D0;*/
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	/*padding: 0 10px;*/
}

	#footer .phonenumber {
		color: #fff;
		cursor: pointer;
	}

    #footer .mobileview {
   display: inline; 
}


/* Media Queries
***********************/
@media screen and (max-width: 960px) {
	#container {
		padding: 0;
	}

	header {
		width: 380px;
	}

	#main {
	}

    #Headline {
        display:none;
    }
}

@media screen and (max-width: 640px) {
	#container {
		padding: 0;
	}

	#info-box {
		bottom: 15%;
	}

	#news-box {
		display: none;
	}

    #spiders{
        display:none;
    }


}

@media screen and (max-width: 400px) {
    #left-col{
        left: 50%;
        margin-left: -145px;
    }

    .desktopview a{
        display:none;
    }

        .fullscreen-btn{
        display:none;
    }

     .info-btn{
        display:none;
    }

     #info-box{
         display:none;
     }
}



@media screen and (max-height: 430px) {
	#container {
		padding: 0;
	}

	header {
		width: 100%;
		float: none;
		text-align: center;
	}

	#info-box {
		display: none;
	}
}

