.overlay {
    position: fixed;
    z-index: 7777;
}

.skrollr .overlay {
    display: block;
}

#debugbar {
    display: none;
}

.skrollr #debugbar {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    background-color: #202020;
    opacity: 0.5;
    z-index: 999;
    padding: 2px 5px;
    color: white;
}

.sidebar-toggle {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1000;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.skrollr .sidebar-toggle {
    -webkit-transition: left 300ms ease, top 300ms ease, opacity 300ms ease;
    -moz-transition: left 300ms ease, top 300ms ease, opacity 300ms ease;
    -o-transition: left 300ms ease, top 300ms ease, opacity 300ms ease;
    transition: left 300ms ease, top 300ms ease, opacity 300ms ease;
}

.skrollr .sidebar-toggle:hover {
    opacity: 1;
}

.sidebar-toggle .text,
.sidebar-toggle .logo,
.sidebar-toggle .close {
    display: inline-block;
    vertical-align: top;
    font-family: 'ProximaNova';
    font-weight: bold;
    font-size: 17px;
    color: white;
    position: absolute;
    top: 34px;
    left: 88px;
}

.sidebar-toggle .text,
.sidebar-toggle .close {
    left: 85px;
}

.sidebar-toggle .close {
    display: none;
}

.sidebar-toggle .logo {
    background: url(../img/clapp-logo-small.png) center center no-repeat;
    width: 87px;
    height: 105px;
    display: none;
}

.sidebar-toggle .button {
    width: 85px;
    height: 85px;
    cursor: pointer;
}

.sidebar-toggle .button-inner {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    padding-top: 12px;
    display: block;
    vertical-align: top;
}

.skrollr .sidebar-toggle .button .button-inner .turn {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.skrollr .sidebar-toggle .bar {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
}

.sidebar-toggle.open .text {
    visibility: hidden !important;
}

.sidebar-toggle.open .logo {
    visibility: hidden !important;
}

.sidebar-toggle.open .close {
    display: /*inline-block*/ hidden;
    /*left: 140px;*/
}

.sidebar-toggle.open {
    left: auto;
    right: 10px;
}

.skrollr .sidebar-toggle.open {
    left: 186px;
    right: auto;
}

.sidebar-toggle.open .bar {

}

.sidebar-toggle.open .button-inner {
    background-color: rgba(0, 0, 0, 0);
}

.sidebar-toggle.open .bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 0% 100%;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    width: 24px;
    margin-left: 11.5px;
}

.sidebar-toggle.open .bar:nth-of-type(2) {
    opacity: 0;
}

.sidebar-toggle.open .bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 0% 0%;
    transform: rotate(-45deg);
    transform-origin: 0% 0%;
    width: 24px;
    margin-left: 11.5px;
}

.sidebar.open .menu {
    opacity: 1;
}

.sidebar-toggle .bar {
    width: 22px;
    height: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-bottom: 5px;
    border-radius: 1px;
}

.sidebar-toggle .bar:last-of-type {
    margin-bottom: 0;
}

.sidebar {
    display: table;
    top: 0;
    bottom: 0;
    left: -100%;
    position: fixed;
    height: 100%;
    background-color: #333232;
    z-index: 900;
}

.skrollr .sidebar {
    -webkit-transition: left 300ms ease, right 300ms ease;
    -moz-transition: left 300ms ease, right 300ms ease;
    -o-transition: left 300ms ease, right 300ms ease;
    transition: left 300ms ease, right 300ms ease;
}

.sidebar.open {
    right: 0;
    width: 100%;
}

.skrollr .sidebar.open {
    width: 280px;
}

.sidebar .menu {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.sidebar.open .menu {
    opacity: 1;
}

.sidebar .menu li a {
    color: #8a8888;
    font-family: 'ProximaNova';
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}

.sidebar .menu  li a:hover,
.sidebar .menu li.active a {
    color: #32dbce;
    text-decoration: none;
}

.sidebar .menu li {
    cursor: pointer;
    padding: 2px 0 3px 0;
    margin: 5px 40px 5px 0;
    text-transform: uppercase;
}

.sidebar ul.social {
    position: absolute;
    margin: 0;
    bottom: 10%;
    right: 40px;
}

.sidebar  .social li {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.sidebar  .social li a {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
}

.sidebar .social li a span.in {
    background-position: 0 0;
    top: 0;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.sidebar  .social li a span.out {
    background-position: 0 -34px;
    top: -50%;
    opacity: 0;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.sidebar .social li a span.in, .sidebar  .social li a span.out {
    display: block;
    width: 34px;
    height: 34px;
    background-image: url(../img/sidebar-icons.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.skrollr .sidebar .social li:hover a span.in {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    top: 50%;
    opacity: 0;
}

.skrollr .sidebar .social li:hover a span.out {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    top: 0px;
    opacity: 1;
}

.sidebar  .social li.facebook a span.in {
    background-position: 0px 0px;
}

.sidebar  .social li.facebook a span.out {
    background-position: 0px -34px;
}

.sidebar  .social li.twitter a span.in {
    background-position: -35px 0;
}

.sidebar  .social li.twitter a span.out {
    background-position: -35px -34px;
}

.sidebar  .social li.behance a span.in {
    background-position: -70px 0;
}

.sidebar  .social li.behance a span.out {
    background-position: -70px -34px;
}

.sidebar  .social li.linkedin a span.in {
    background-position: -105px 0;
}

.sidebar  .social li.linkedin a span.out {
    background-position: -105px -34px;
}

.sidebar  .social li.instagram a span.in {
    background-position: -139px 0;
}

.sidebar  .social li.instagram a span.out {
    background-position: -139px -34px;
}

.sidebar .social li.pinterest a span.in {
    background-position: -174px 0;
}

.sidebar  .social li.pinterest a span.out {
    background-position: -174px -34px;
}

.sidebar.open {
    vertical-align: top;
    left: 0;
}

/* indicators */

.indicators {
    display: none;
}

.skrollr .indicators {
    display: block;
    position: fixed;
    top: 50%;
    margin-top: -125px;
    right: 52px;
    z-index: 11;
    -webkit-transition: margin-top 600ms ease;
    -moz-transition: margin-top 600ms ease;
    -o-transition: margin-top 600ms ease;
    transition: margin-top 600ms ease;
    opacity: 0.6;
}

.skrollr .indicators:hover {
    opacity: 1;
}

.indicators li {
    display: block;
    width: 16px;
    height: 20px;
    position: relative;
    margin: 10px 0;
}

.indicators li a {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 9px;
    position: relative;
    border: 2px solid transparent;
}

.indicators li a span {
    background-color: white;
    width: /*16px*/ 8px;
    height: /*16px*/ 8px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: /*-8px*/ -4px;
    margin-top: /*-8px*/ -4px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.indicators li:hover a span {
    opacity: 0.6;
}

.indicators li.active a {
    border-color: #32dbce;

}

.indicators li.active a span {
    width: 50%;
    height: 50%;
    margin-left: -3px;
    margin-top: -3px;
    background-color: white;
    opacity: 1;
}

.indicators li:before {
    visibility: hidden;
    position: absolute;
    right: 25px;
    top: -8px;
    content: attr(data-tooltip);
    background-color: #32dbce;
    color: white;
    font-size: 14px;
    line-height: 30px;
    padding-left: 11px;
    padding-right: 7px;
    border-radius: 2px;
    white-space: nowrap;
    font-family: 'ProximaNovaLight';
    text-transform: uppercase;
}

.indicators li:after {
    right: 9px;
    top: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #32dbce;
    border-width: 8px;
    margin-top: -6px;
}

.indicators li:before,
.indicators li:after {
    visibility: hidden;
    opacity: 0.2;
    max-width: 0;
    -webkit-transition: all 300ms ease-in 0;
    -moz-transition: all 300ms ease-in 0;
    -ms-transition: all 300ms ease-in 0;
    -o-transition: all 300ms ease-in 0;
    transition: all 300ms ease-in 0;
    overflow: hidden;
}

.indicators li:hover:before,
.indicators li:hover:after {
    visibility: visible;
    opacity: 1;
    max-width: 400px;
}