*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #fff;
    background: #333;
    overflow: hidden;
}

a {
    color: #07D5E7;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
}

.github-link {
    color: #FFF;
    font-size: 18px;
}

.pt-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}

.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 32px;
    background-color: #FFF;
    color: #000;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
    visibility: visible;
    z-index: 1;
}
.pt-page figure {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: none;
    overflow-y: auto;
}

.pt-page img {
    width: 100%;

    /* Edit your custom width : */
    max-width: 1400px;
    /* end custom width */

    height: auto;
    margin: 0px auto;
}

.mobile img {
    width: 100%;
    /* Edit your custom width : */
    max-width: 400px;
    /* end custom width */
    height: auto;
    margin: 0px auto;
}

.pt-page img.logo {
    width: 90%;
}
.no-js body {
    overflow: auto;
}

.pt-trigger-container {
    position: absolute;
    width: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
    background-color: #E6E6E6;
    text-align: center;
    height: 34px;
    transition: all .3s .5s ease;
    -webkit-transition: all .3s .5s ease;
    -moz-transition: all .3s .5s ease;
    top: -30px;
    opacity: 0;
}

body:hover .pt-trigger-container {
    top: 0px;
    opacity: 1;
}
.pt-trigger i {
    font-size: 15px;
    margin: 0px 2px;
    position: relative;
    top: 1px;
}
.pt-trigger {
    display: inline-block;
    background-color: #E2E2E2;
    color: #777;
    border: 1px solid #F2F2F2;
    font-size: 13px;
    font-weight: 700;
    margin: 3px 1px 0px;
    padding: 0 15px;
    line-height: 28px;
    height: 28px;
    cursor: pointer;
    font-family: Calibri;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pt-trigger:hover, .pt-trigger:active, .pt-trigger:focus {
    outline: 0px transparent;
    border-color: #FFF;
    background-color: #F2F2F2;
}

#prevpage, #nextpage {
    padding: 0 12px;
}

/* Page Styles */
.pt-page-ontop {
    z-index: 999;
}

.pt-page article {
    position: absolute;
    margin: 0;
    top: 36%;
    width: 100%;
    text-align: center;
}


.pt-page h2 {
    font-weight: 300;
    font-size: 2.6em;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}

.pt-page h1 {
    font-weight: 300;
    font-size: 4.4em;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
}
.pt-page p {
    width: 100%;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

.pt-page small {
    font-size: 11px;
}

.pt-page p.nav-box {
    display: inline-block;
    width: auto;
    margin: 10px auto;
    border: 1px solid #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 10px;
}

.pt-home {
    margin-top: -100px;
}
.pt-home, .pt-end {
    background-color: #0B385E;
    color: #ffffff;
}

.pt-text {
    background-color: #333;
    color: #FFF;
}


/*No Animation Support Message Style*/
.pt-message {
    display: none;
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #da475c;
    color: #fff;
    text-align: center;
}

.pt-message p {
    margin: 0;
    line-height: 40px;
    font-size: 16px;
}
.pt-message a {
    color: #f68dbb;
}

.no-cssanimations .pt-message {
    display: block;
}

.pt-page-caption{
  width: 20%;
  position: absolute;
  top: 100px;
  left: 20px;
  box-sizing: border-box;
  background-color: #e3e3e3;
  opacity: 0.9;
  color: black;
  z-index: 999;
  text-align: left;
  padding: 10px;
}
