﻿.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
}

.onepage-wrapper .section:after {}

.bodyhidden .onepage-pagination {
    display: none;
}

.bodyhidden:after {
    display: none;
}

.page_container {
    position: relative;
    float: right;
    width: 82%;
    height: 100%;
}

.paginationli5 {
    display: none !important;
}

.onepage-pagination {
    position: fixed;
    margin-left: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    list-style: none;
    width: 14%;
}

.onepage-pagination li {
    border-radius: 50px;
    width: 100%;
    height: 36px;
    display: block;
    position: relative;
    margin-bottom: 13px;
    cursor: pointer;
    margin-left: -15px;
}

.onepage-pagination li span {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -51px;
    top: -3px;
}

.onepage-pagination li.active span {
    background-image: url(../../Content/images/galerryleft.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 32px;
    background-size: cover;
}

.onepage-pagination li b {}

.onepage-pagination li.active b {
}

.onepage-pagination li a {
    text-decoration: none;
    color: #000;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
}

.onepage-pagination li:after {
    color: #040404;
    position: absolute;
    left: 0;
    width: 85%;
    top: 6px;
    font-size: 16px;
    line-height: 20px;
}

.onepage-pagination li.active:after {
    color: #000;
}

.onepage-pagination.afterwhite li:after {
    color: #fff;
}

.onepage-pagination.afterwhite li a {
    color: #fff;
}

.onepage-pagination li:nth-child(1):after {
    content: 'EXTERNAL ARCHITECTURE';
}

.onepage-pagination li:nth-child(2):after {
    content: 'INTERNAL ARCHITECTURE';
}

.onepage-pagination li:nth-child(3):after {
    content: 'FLOOR PLANS';
}

.onepage-pagination li:nth-child(4):after {
    content: 'LIVE STREAM';
}

.onepage-pagination li a {}

.onepage-pagination li img {
    position: absolute;
    left: 23%;
    width: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
}