/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.quarter-fullscreen,
.quarter-fullscreen .content-a,
.half-fullscreen,
.half-fullscreen .content-a,
.onethird-fullscreen,
.onethird-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}
.content-b img {
	opacity: 0;
}

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    font-size:28px;
    line-height:100px;
	color:#ffffff;
    text-align:center;
}
section {
	background: #000000;
}
.quarter-fullscreen {
    height:25%;
}
.half-fullscreen {
    height:50%;
}
.onethird-fullscreen {
    height:75%;
}

p {
	padding: 0;
	margin: 10px 0;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	text-align: left;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.under-construction-position {
	padding: 40px 0 0 0;
}
.under-construction {
	color: #00b0f0;
	font-family: 'pirulenrg';
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 66px;
	letter-spacing: 10px;
}
.contact-position {
	padding: 0 0 70px 0;
}
.contact-data,
.contact-data a {
	color: #00b0f0;
	font-family: 'MyriadPro-Regular';
	font-weight: normal;
	text-align: center;
}
.img-download {
	width: 250px;
	margin: 0px 0px 68px;
}

table.menu {
    /* max-width: 1024px; */
    /* margin: 0 0 0 30px; */
/*    min-width: 400px;*/
}
table.menu td.container {
    position: relative;
}
table.menu td.container div.contactContent {
    top: 30px;
    display: none;
    position: absolute;
}
table.menu td.container div div#contactContent span,
table.menu td.container div a {
    background: #00B0F0;
    display: block;
    margin: 3px 0 -2px 0;
    padding: 2px 10px;
    color: black;
    font-family: 'MyriadPro-Regular';
	font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
table.menu td.container div a  {
	color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
}



@media screen and (max-height: 700px) {
	.under-construction-position {
		padding: 30px 0 0 0;
	}
	.under-construction {
		font-size: 25px;
		line-height: 28px;
		letter-spacing: 10px;
	}
	.contact-position {
		padding-bottom: 20px;
	}
	p {
		font-size: 13px;
		line-height: 15px;
	}
	.img-download {
		width: 180px;
		margin: 0px 0px 28px 17px;
	}
}




@font-face {
  font-family: 'pirulenrg';
  src: url('../fonts/pirulenrg.eot'); /* IE9 Compat Modes */
  src: url('../fonts/pirulenrg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/pirulenrg.woff2') format('woff2'),  Super Modern Browsers */
       url('../fonts/pirulenrg.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/pirulenrg.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pirulenrg.svg#pirulenrg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/contact.eot'); /* IE9 Compat Modes */
  src: url('../fonts/contact.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/contact.woff2') format('woff2'),  Super Modern Browsers */
       url('../fonts/contact.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/contact.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/contact.svg#MyriadPro-Regular') format('svg'); /* Legacy iOS */
}