html, body { 	
	margin: 0; padding: 0;
	height:101%;
	color:#fff;
	
}

body {background: #222;}


.clearer {clear:both; width:100%; height:1px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#supersized {left:20% ! important; width:80% ! important; }
ul#supersized li {left:20% ! important; width:auto ! important; }

.singleslidepic {left:20%; top:0;  width:80%; height:100%; position:fixed; z-index: -900; background-size: cover; background-repeat: no-repeat;}


.wrapper { 
	width: 25%; 
	min-width: 550px;
	min-height:100%;
	padding: 0;
	background: #0b1822 url(img/glitzi.png) no-repeat right top;
	position:relative;
	box-shadow: 0px 0px 40px 20px rgba(0, 0, 0, 0.5);	
}
.footerbox {position:relative; width: 25%; min-width: 550px; height:80px; margin-top: -80px;}


.socialbaker {
    float: left;
}
.headerbox {width: 100%; height:100px; background:  url(img/bg50.png);  }
.headersubbox {width: 100%; height:60px; background:  url(img/bg75.png); }

.MultiTrackButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:35px;
	-moz-border-radius-topleft:35px;
	border-top-left-radius:35px;
	-webkit-border-top-right-radius:35px;
	-moz-border-radius-topright:35px;
	border-top-right-radius:35px;
	-webkit-border-bottom-right-radius:35px;
	-moz-border-radius-bottomright:35px;
	border-bottom-right-radius:35px;
	-webkit-border-bottom-left-radius:35px;
	-moz-border-radius-bottomleft:35px;
	border-bottom-left-radius:35px;
text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	font-style:normal;
height:41px;
	line-height:41px;
width:41px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}.MultiTrackButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.MultiTrackButton:active {
	position:relative;
	top:1px;
}

a#sidebarswitch  {
	position:absolute;
	width:40px;
	height:360px;
	top:200px;
	right:-40px;
	background: #192c3b;
	border-radius: 0 20px 20px 0;
	opacity:0.5;
	cursor:pointer;
}

#menuswitch {
	position:absolute;
	width:60px;
	height:60px;
	top:100px;
	right:0;
	cursor:pointer;
}

a.hidesidebarswitch {display:block; height:40px; margin-top:120px;}


.contentbox, .innerfooter { /* main content */	
	float: right;	
	margin: 0;		
	width:90%;
	max-width: 550px;
	height:100%;
}
.innerfooter {height:60px; padding: 10px 0 0 0; text-align:center; }
.contentbox .inner {margin:0 10px 0 10px;}






#sidebarbox {
	position:absolute;
	width: 540px;
	right: -540px;
	top:0;
	min-height:100%;
	background:  url(img/bg75.png);
	height:600px;
	display:none;
	box-shadow: 20px 0px 20px 0px rgba(0, 0, 0, 0.5);
	z-index:10;
}
#sidebarbox .inner { margin: 0 10px 0 10px;}


#menubox {
	position:absolute;
	width:140px;
	top:100px;
	left:100%;
	display:none;
	z-index:800;	
}



.clearcontent {height:80px; clear:both; }
#widthcheck {height:1px; clear:both; display:block; }






/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
/*menu */
#nav {width :100%; margin-top:-1px; background: #222; margin: 0 0 0 0; padding: 0 0 0 0;}

#nav ul { /* all lists */	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-image: none;
	list-style-type: none;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.5);	
}


#nav li { /* all list items */
	position : relative;		
	display:block; 
	list-style-image: none;
	list-style-type: none;	
	font-size : 14px;
	font-weight : bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;		
}
	
/*Level 1 and more*/
#nav a {			
	display : block;	
	text-decoration : none;
	border-bottom : 1px solid #6d6d6d;
	padding: 5px 0 5px 20px;
	background-repeat: no-repeat;
	background-position:  2px 8px;		
}

#nav  a:hover ul li {z-index: 1000;}
#nav  a.menu-expand { background-image: url(img/haschild.png)}
#nav  a.menu-expand.isopened { background-image:url(img/isclicked.png);}


/* second-level lists */
#nav li ul { 
	width: 200px; 
	height: auto;
	position : absolute;
	margin:-40px 0 0 120px;
	padding-top:10px;
	background: #444;
	z-index:1000;
	zoom:1.0;
	border-radius: 20px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);	
	
	
}

#nav li.ulbot {display:block; height:12px;  }
	
#nav li li { 
		width: 100%;
		height:auto; 
		z-index: 5000;
		float : left;				
}

#nav li li a { /* second-level lists */
	padding: 6px 12px 6px 18px;  
	line-height : 110%; 
	font-weight : normal;
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #666 ;
	background-image: none;
	
}

#nav li li a { }
#nav li li a.menu-parent { font-weight : bold;}
#nav li a.menu-expand { background-position: 1px 6px;}





/* third-and-above-level lists */
#nav li ul ul { 
	margin:-35px 0 0 195px;
	background: #555;
}


/* Show/Hide */
#nav li ul, #nav li ul ul, #nav li ul ul ul, #nav li:hover ul, #nav li:hover ul ul, #nav li:hover ul ul ul {
	left:-9999px;
	opacity:0.1;
	transition:1s opacity, 0 left;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.isopened ul { 
	left:0;
	opacity:1;
	transition:0.9s opacity, 0 left;
}

#nav li ul a {padding-top:0; padding-bottom:0; transition:0.9s padding; }
#nav li:hover ul a   {padding-top:4px; padding-bottom:6px; transition:0.1s padding; }


/* end menu 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

.bubble 
{
position: relative;
display:inline-block;
max-width:250px;
min-height:1.5em;
padding: 20px;
background: #FFFFFF;
border: #7F7F7F solid 4px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

.bubble:after 
{
content: "";
position: absolute;
bottom: -15px;
left: 60%;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
}

.bubble:before 
{
content: "";
position: absolute;
bottom: -19.5px;
left: calc(60% - 3px) ;
border-style: solid;
border-width: 18px 18px 0;
border-color: #7F7F7F transparent;
display: block;
width: 0;
z-index: 0;
}

/* ======================================================================
Smaller Screens */
@media screen and (max-width: 960px) {
	.wrapper, .footerbox { width: 50%; min-width: 60px; }
		
	.contentbox, .innerfooter {  width:96%; }		
	#sidebarbox { width: 100%; right: -100%; }
	
	#nav li a   {padding-top:8px ! important; padding-bottom:8px ! important; transition: none; background-position:  2px 10px ! important;}
	
	#nav li ul  { margin-right: 50% ! important;}
	#nav li ul li ul { position : static; display:block ! important; opacity: 1 ! important; margin:0 0 0 0 ! important;}
	#nav li ul li ul li { position : static; display:block ! important; opacity: 1 ! important;  margin:0 0 0 0 ! important; padding: 0 0 ! important; }
	#nav li ul a   {padding-top:8px ! important; padding-bottom:8px ! important; transition: none; }
	#nav li ul a.menu-expand { background-image: url(img/downArrow.png); font-weight: bold; }
	#nav li ul a.menu-current { font-weight: bold; }
}

/* ======================================================================
Tablets */
@media screen and (max-width: 700px) {
	ul#supersized {left:0 ! important; width:100% ! important; height: 300px ! important;}
	ul#supersized li {left:0% ! important; width:auto ! important; }
	
	.singleslidepic {left:0; width:100%; height:300px; }
	
	.headerbox {width: 100%; height:0px; background-image: none; position:absolute; top:-300px; left:0;}
	.headersubbox {width: 100%; height:0px;  background-image: none; position:absolute; top:-300px; left:0;}
	#menuswitch { top:0; }
	a#sidebarswitch, a.hidesidebarswitch {display:none ! important;}
	

	.wrapper { 
		width: 100%; 
		margin-top:300px;
		min-width: 0px;
	}
	.contentbox, #sidebarbox, .footerbox { 
		position:static;
		display:block ! important;	
		width:96%;
		float:none;
		margin: 0 auto 0 auto;
		padding-top:20px;
		max-width: 1000px;
		height:auto;
	}
	.innerfooter {width:96%;max-width: 1000px;}
	
	
	#menubox { width:180px; top:0;	left:0; }
	#widthcheck {display:none; }
	
		
}


/* ======================================================================
Mobiles */
@media screen and (max-width: 500px) {
	
}