/* General Blueprint Style */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Open Sans', Calibri, Arial, sans-serif;
    color: #fff;
    background: #333;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.ppfooter {
	position: fixed;
    bottom: 0;
    right: 0;
    font-size: .9em;
    font-weight: 300;
    padding: 0 1em .5em 0;
}

.ppfooter a {
	color: #ffa600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ppfooter:hover a:hover {
	color: #ffbd67;
	cursor: pointer;	
}

.ppavheader h1.logo {
	font-weight: 700;
	min-height: 40px;
}


.ppavheader h1.headline {
	font-weight: 600;
	margin-top: 1.5em;
	font-size: 3em;
	text-shadow: 1px 1px 1px #000;	
}

.side-left .ppavheader h1.headline {
	text-align: right;
}


.login {
	font-style: normal;
}

.ppavheader {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	/*opacity: 0.9;*/
	visibility: visible;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/*background: rgba(0, 0, 0, .4);*/
}

.ppavheader img {
	margin: 1em 0 0 1em;
}

.side-right .ppavheader h1.logo{
	/*background: rgba(111, 35, 69, .3);*/
	/*background: #dbecf2;*/	
	padding-left: 0;
	margin: 16px 16px 0 0;
	/*background: linear-gradient(to right, #225060, #383e4d);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 14px 28px -14px rgba(0,0,0,0.25), 0 10px 10px -5px rgba(0,0,0,0.22);*/
	
}

.side-left .ppavheader h1.logo{	
	padding-right: 0;
	/*background: #23262F;*/
	/*background: linear-gradient(to right, #180026, #225060);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 14px 28px -14px rgba(0,0,0,0.25), 0 10px 10px -5px rgba(0,0,0,0.22);*/
}

.side-right .ppavheader h1 {
	text-align: left;
	color: #FFFFFF;	
}

.ppavheader h1 {
	font-size: 1.725em;
	line-height: 1;
	margin: 0 0 0 0;
	float: left;
	font-weight: 400;
	width: 100%
}

.ppavheader h1 span {
	font-size: .6em;
	font-weight: 300;
}


.side-left .ppavheader h1 span a {
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: 300;
	color: #ffa600;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.side-left .ppavheader h1 span a:hover {
	color: #ffbd67;
	cursor: pointer;	
}

.side-right .ppavheader h1 span a {
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: 300;
	color: #ffa600;	
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.side-right .ppavheader h1 span a:hover {
	color: #ffbd67;
	cursor: pointer;	
}


.side-left .ppavheader h1 span {
	float: left;
	text-align: left;	
}

.side-right .ppavheader h1 span {
	float: right;
	text-align: right;
	padding-right: 16px;
}

.ppavheader > span {
	display: block;
	position: relative;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.ppavheader > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}

.ppavheader > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #47a3da;
	background: #fff;
}

.ppavheader nav {
	float: left;
	text-align: center;
	margin-left: 1.5em;
	display: block;
}

.ppavheader nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #47a3da;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 3px solid #fff;
}

.ppavheader nav a > span {
	display: none;
}

.ppavheader nav a:hover:before {
	content: attr(data-info);
	color: #fff;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.ppavheader nav a:hover {
	background: #fff;
}

.bp-icon:after {
	font-family: 'bpicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.ppavheader nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.ppavheader nav a:hover:after {
	color: #47a3da;
}

.bp-icon-next:after {
	content: "\e000";
}
.bp-icon-drop:after {
	content: "\e001";
}
.bp-icon-archive:after {
	content: "\e002";
}
.bp-icon-about:after {
	content: "\e003";
}
.bp-icon-prev:after {
	content: "\e004";
}

.demos {
	display: inline-block;
	line-height: 2.4em;
	margin-left: 1em;
	float: right;
}

.demos a {
	display: inline-block;
	color: #fff;
	margin: 0 0.5em;
}

.demos a:hover,
.demos a:focus,
.demos a.current {
	color: rgba(0,0,0,.4);
}

@media screen and (max-width: 73.375em) {
	/*.ppavheader {
		text-align: right;
	}
	.ppavheader h1,
	.ppavheader nav,
	.demos {
		float: none;
		margin: 0 auto;
		padding: 0.15em 0;
	}*/
	.ppavheader > span {
		padding: 0;
	}
	.ppavheader > span span:after {
		display: none;
	}
}

@media screen and (max-height: 30.25em) {
	.ppavheader nav { display: none; }
}
