body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
html, body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    overflow:hidden;
    margin:0;
    padding:0;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a{
	text-decoration:none;
    color:#fff;
}
a:hover{
	text-decoration:underline;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
.pp-section {
    height:100%;
    position:absolute;
    width:100%;
    
    /* fixes flickering in firefox*/
    backface-visibility: hidden; 
}
.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition: all 1000ms cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    transition-timing-function: cubic-bezier(0.550, 0.085, 0.000, 0.990);
    /* custom */
}
#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: 0;
    top: 20px;
    opacity: 1;
}
#pp-nav.right {
    right: 16px;
}
.pp-section.pp-table{
    display: table;
}
.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding:10px 60px 0 10px;
}

@media only screen and (min-width: 500px) {
    .pp-tableCell{
        padding-right:10px;
    }
}
#pp-nav li {
    display: block;
    width: 60px;
    height: 60px;
    margin: 10px 0;
    position:relative;
}
#pp-nav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    opacity:1;
    padding-right:12px;
}
#pp-nav li a img{
    width:60px;
    height:60px;
}
#pp-nav li a.active,#pp-nav li a.active:hover {
    border-right: solid 4px #fff;
}
.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    max-width: 220px;
    font-weight:bold;
}
.pp-tooltip.right {
    right: 0;
}
.pp-tooltip.left {
    left: 20px;
}
.pp-scrollable{
    overflow-y: scroll;
    height: 100%;
}

h1{
	font-size: 4em;
}
p{
	font-size: 2em;
}
img.master{
 	max-width:60vw;
    max-height:56vh;
    width:auto;
    height:auto;
    margin-top: -40px;
}

.imagesSmall{
    margin:20px 0 0 0;
}
    
.imagesSmall img{
 	max-width:40px;
    max-height:40px;
    width:auto;
    height:auto;
    margin:0 10px;
}

.description{
    position: absolute;
    bottom: 25px;
    width: calc(100vw - 20px);
    text-align: center;
    color:#fff;
    font-size:16px;
}

.section{
	text-align: center;
}

/* Section 1
 * --------------------------------------- */
#section1 h1{
	color: #fff;
}
#section1 p{
	color: #fff;
}
#section1 img{
	opacity: 1;
}

/* Section 2
 * --------------------------------------- */
#section2 h1{
	color: #fff;
}
#section2 p{
	color: #fff;
}
#section2 img{
	opacity: 1;
}

/* Section 3
 * --------------------------------------- */
#section3 h1{
	color: #fff;
}
#section3 p{
	color: #fff;
}
#section3 img{
	opacity: 1;
}

#pp-nav.custom .pp-tooltip{
	color: #fff;
}