/* 
THEME NAME: Alpha Vision Desktop
AUTHOR: ShooGa marketing 
VERSION: 1.0 
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

.interior-selection ul, .package-modal .package-content .package-slider, .package-modal .package-content .package-list, .footer-menu, .header-icons, .header-menu, .ul {
    margin: 0;
    padding: 0;
}

body:after {
    display: none;
    content: url('https://apps.alpha-vision.com/api/vr/icons/fs_blue.svg') url('https://apps.alpha-vision.com/api/vr/icons/invert_fs_blue.svg') url('https://apps.alpha-vision.com/api/vr/icons/fs_white.svg');
}

.interior-selection ul li, .floordetails ul li, .package-modal .package-content .package-slider li, .package-modal .package-content .package-list li, .footer-menu li, .header-icons li, .header-menu li, .ul li {
    list-style: none;
}

.header-icons li a, .header-menu li.menu-item a {
    color: inherit;
    text-decoration: none;
}

.header-icons li a:hover, .header-menu li.menu-item a:hover, .header-icons li a:focus, .header-menu li.menu-item a:focus {
    text-decoration: none;
}

/* media-max */
/* media-min */
/* media-min-max */
*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    user-select: none;
}

body.inFrame {
    background: #FFFFFF;
}

body.sticky-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.container-fluid {
    margin: 0 auto;
    padding: 0 16px;
}

.main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

figure {
    margin: 0;
}

.button {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.button:hover {
    cursor: pointer;
}

.button.active {
    border-color: #2678AD;
    color: #2678AD;
}

img {
    height: auto;
    max-width: 100%;
}

img.svg {
    display: none;
}

hr {
    border: 1px solid #D8D8D8;
    margin: 36px 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

@keyframes animate-rotate-right {
    0% {
        right: 30.38%;
        transform: rotate(0);
    }

    100% {
        right: 0;
        transform: rotate(-90deg);
    }
}

@keyframes animate-rotate-left {
    0% {
        right: 0;
        transform: rotate(0);
    }

    100% {
        right: 30.38%;
        transform: rotate(90deg);
    }
}

@keyframes animate-slide-right {
    0% {
        opacity: 0;
        right: 30.38%;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes animate-slide-left {
    0% {
        opacity: 0;
        right: 30.38%;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        right: 30.38%;
    }
}

@keyframes animate-opacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes animate-hidden {
    0% {
        opacity: 1;
        position: absolute;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
        position: absolute;
    }
}

@keyframes animate-visible {
    0% {
        opacity: 0;
        position: absolute;
    }

    99.9% {
        opacity: 0;
    }

    99.95% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        position: absolute;
    }
}

.header {
    background-color: #FFFFFF;
}

@media all and (min-width: 376px) {
    .header {
        height: 68px;
    }
}

.header-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}

@media all and (max-width: 375px) {
    .header-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header-logo {
    padding: 13px 0 12px;
}

.header_info {
    float: left;
    margin-left: 15px;
}

.inFrame .header_info {
    display: none;
}

.inFrame.inFullScreen .header_info {
    display: block;
}

.header_info span {
    float: left;
    clear: both;
    font-size: 18px;
    color: #8E8E8E;
    font-weight: 500;
}

@media all and (max-width: 375px) {
    #header_menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-order: 1;
        order: 1;
    }
}

.header-menu {
    position: relative;
}

.header-menu.centerAlign {
    text-align: center;
}

.header-menu li.menu-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 24px 15px 26px;
    position: relative;
    cursor: pointer;
}

.header-menu li.menu-item a {
    color: #8E8E8E;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    transition: all 0.2s;
}

.header-menu li.menu-item a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50.65px;
}

li.menu-item.current-menu-item {
    background-color: #2678AD;
    border-color: #2678AD;
    cursor: default;
}

.header-menu li.hdelist,
.interior-selection.hdelist {
    display: none !important;
}

.header-menu li.menu-item.current-menu-item a {
    color: #FFFFFF;
}

.header-menu li.menu-item.current-menu-item a::before {
    background-color: #2678AD;
}

#header_menu {
    position: absolute;
    width: 40vw;
    left: 30vw;
}

div#header_icons {
    display: none;
}

.header_community {
    padding: 20px 10px;
}

.header-menu-wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.header-menu-wrapper .header-menu {
    left: 0;
    position: relative;
    transition: left 0.2s;
}

.header-menu-wrapper .header-menu.notransition {
    transition: none;
}

.header-slider-controls {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 23px;
    width: 100%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-slider-controls span {
    position: absolute;
    padding: 5px;
    margin: -5px;
}

.header-slider-controls span:hover {
    cursor: pointer;
}

.header-slider-controls span.slide-prev {
    left: -21px;
}

.header-slider-controls span.slide-next {
    right: -21px;
}

.header-slider-controls span svg {
    height: auto;
    width: 10px;
}

.header-slider-controls span svg path {
    fill: #2678AD;
}

.header-icons {
    padding: 26.78px 0 26.22px;
}

.header-icons li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 8.61px;
    position: relative;
}

.header-icons li a {
    text-align: center;
}

.header-icons li a span {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    left: 50%;
    line-height: 13px;
    opacity: 0;
    position: absolute;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.3s;
}

.header-icons li a:hover path {
    fill: #2678AD;
}

.header-icons li a:hover span {
    opacity: 1;
}

.footer {
    background-color: #FFFFFF;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

label.floordetails {
    display: inline-block;
    float: left;
    width: 100%;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #2678AD;
}

.interior-selection {
    clear: both;
}

.renowork .interior-selection{
    display: none;
}

.interior-selection.shw {
    display: block;
}

.directionBtns {
    position: fixed;
    padding: 10px 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: inherit;
    z-index: 99;
    box-shadow: 0 0px 5px #2678ad;
}

.directionBtns label {
    padding: 10px 20px;
    border-radius: 10px;
    margin: 0 5px;
    background: #2678AD;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

[data-action="1"] label {
    display: inline-block !important;
}

.directionBtns label:first-child {
    min-width: 100px;
}

.directionBtns label:last-child {
    padding: 10px 30px 10px 20px;
    background-image: url(../images/icons/chevron-right-solid-white.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: calc(100% - 10px) 55%;
}

.directionBtns label.dsbled {
    display: none;
}

span.productnametooltip {
    position: absolute;
    top: 30px;
    left: 70px;
    right: 65px;
    font-weight: 600;
}

.renowork [data-id="mainroom"].interior-selection ul li .sub-menu label {
    flex: 0 calc(100%);
    max-width: calc(100%);
    margin: 7px 0 7px 15px;
}

.renowork [data-id="mainroom"].interior-selection ul li .sub-menu label img {
    width: 60px;
    float: left;
}

.renowork [data-id="mainroom"].interior-selection .sub-menu label[data-count="1"] {
    cursor: default;
}

.renowork [data-id="mainroom"].interior-selection ul li .sub-menu label p {
    display: inline-block;
    float: left;
    position: absolute;
    top: 10px;
    right: 65px;
    left: 70px;
}

.renowork [data-id="mainroom"].interior-selection ul li .sub-menu label p span.color-name {
    font-size: 13px;
}

.renowork [data-id="mainroom"].interior-selection ul li .sub-menu a {
    position: absolute;
    right: 10px;
    color: #2678AD;
    font-size: 14px;
    top: 20px;
    font-weight: 600;
}

.renowork .sub-menu h1 {
    margin-left: 15px;
    font-size: 18px;
    margin-bottom: 5px;
    color: #8E8E8E;
}

.sub-menu h1 span {
    font-size: 10px;
}

@media all and (max-width: 768px) {
    .footer {
        border-top: 1px solid #F1F1F1;
    }

    .cameraSection {
        width: 100% !important;
    }

    .small-image .disclaimerVrHden, .small-image .disclaimerVr {
        left: 5px !important;
        right: auto !important;
        bottom: 10px !important;
    }
}

.footer.toggled .footer-menu.extended {
    display: block;
}

.footer.toggled .toggle-footer-menu svg {
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.footer-inner {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.select-your-package {
    padding-top: 21px;
}

.select-your-package span {
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

@media all and (max-width: 375px) {
    .select-your-package {
        display: none;
    }
}

.footer-menu li.menu-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.footer-menu li.menu-item.current-menu-item > span {
    color: #2678AD;
}

.footer-menu li.menu-item > span {
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 18px 0;
    transition: all 0.2s;
}

.footer-menu li.menu-item > span:hover {
    cursor: pointer;
}

.footer-menu:not(.extended) li.menu-item {
    padding: 0 15px;
}

.footer-menu:not(.extended) li.menu-item > span {
    border-top: 2px solid transparent;
}

.footer-menu:not(.extended) li.menu-item.current-menu-item > span {
    border-color: #2678AD;
    color: #FFFFFF;
}

.footer-menu.extended {
    display: none;
    padding-bottom: 44px;
    padding-top: 8px;
    text-align: center;
}

.footer-menu.extended li.menu-item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 16px;
}

.footer-menu.extended li.menu-item.current-menu-item div:first-child {
    border-color: #2678AD;
}

.footer-menu.extended li.menu-item.current-menu-item div:first-child:after {
    background-color: #2678AD;
    border-color: #2678AD;
}

.footer-menu.extended li.menu-item.current-menu-item div:first-child:before {
    opacity: 1;
}

.footer-menu.extended li.menu-item.current-menu-item div:last-child svg path {
    fill: #2678AD;
}

.footer-menu.extended li.menu-item div:first-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    color: #9A9A9A;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    height: 76px;
    line-height: 17px;
    position: relative;
    width: 85px;
}

.footer-menu.extended li.menu-item div:first-child:after {
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    content: "";
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
}

.footer-menu.extended li.menu-item div:first-child:before {
    background-image: url(../images/icons/checkmark.png);
    content: "";
    cursor: pointer;
    height: 10px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: -5px;
    transition: opacity 0.2s;
    width: 12px;
    z-index: 1;
}

.footer-menu.extended li.menu-item div:last-child {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
}

.footer-menu.extended li.menu-item div:last-child i {
    cursor: pointer;
}

.footer-menu.extended li.menu-item div:last-child i svg {
    height: 11px;
    margin-top: 4px;
    width: auto;
}

.footer-menu.extended li.menu-item div:last-child i svg path {
    fill: #9A9A9A;
}

#footer_menu {
    height: 100%;
    position: relative;
}

.footer-menu-wrapper {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 40vw;
}

.footer-menu-wrapper .footer-menu {
    left: 0;
    position: relative;
    transition: left 0.2s;
}

.footer-slider-controls {
    display: none;
    height: 18px;
    left: 50%;
    position: absolute;
    top: 23px;
    width: 40vw;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footer-slider-controls span {
    position: absolute;
}

.footer-slider-controls span:hover {
    cursor: pointer;
}

.footer-slider-controls span.slide-prev {
    left: -41px;
}

.footer-slider-controls span.slide-next {
    right: -41px;
}

.footer-slider-controls span svg {
    height: auto;
    width: 6px;
}

.footer-slider-controls span svg path {
    fill: #101010;
}

.toggle-footer-menu {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 21px 0 0;
}

.toggle-footer-menu:hover {
    cursor: pointer;
}

.toggle-footer-menu svg {
    height: 9px;
    margin-left: 11px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: auto;
}

.toggle-footer-menu svg path {
    fill: #101010;
}

.builder {
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}

.toggle-sidebar {
    position: absolute;
    right: 0 !important;
    top: 0;
}

@media all and (min-width: 768px) {
    .builder {
        height: calc(100vh - 68px);
    }

    .noheader .builder {
        height: 100vh;
    }
}

@media all and (max-width: 768px) {
    .builder {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media all and (max-width: 375px) {
    .builder {
        height: calc(100vh - 202px);
    }
}

.package-modal {
    display: none;
}

.package-modal .package-modal-container {
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    height: 100%;
    left: 50%;
    max-width: 79.65%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.package-modal .package-modal-container::-webkit-scrollbar {
    display: none;
}

@media all and (min-width: 769px) {
    .package-modal .package-modal-container {
        padding: 0 54.5px;
    }
}

@media all and (max-width: 768px) {
    .package-modal .package-modal-container {
        padding: 0 27.5px;
    }
}

.close-package-modal {
    background-color: #2678AD;
    border: none;
    height: 30px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.package-content img {
    border: 1px solid lightgray;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin-left: 50px;
}

.close-package-modal:hover {
    cursor: pointer;
}

.close-package-modal svg {
    height: auto;
    width: 14px;
}

.close-package-modal svg path {
    fill: #FFFFFF;
}

.package-modal .package-content .package-section {
    display: -ms-flexbox;
    display: flex;
}

@media all and (max-width: 768px) {
    .package-modal .package-content .package-section {
        -ms-flex-direction: column;
        flex-direction: column;
        flex-direction: column;
    }
}

.package-modal .package-content .package-section.package-section-one {
    margin: 0 -20.73px;
}

.package-modal .package-content .package-section.package-section-one .package-column {
    padding: 0 20.37px;
}

.package-modal .package-content .package-section.package-section-one .package-column:first-child {
    -ms-flex: 62.59%;
    flex: 62.59%;
}

.package-modal .package-content .package-section.package-section-one .package-column:last-child {
    -ms-flex: 37.41%;
    flex: 37.41%;
}

@media all and (min-width: 769px) {
    .package-modal .package-content .package-section.package-section-one .package-image {
        border-left: 1px solid #C8C8C8;
        height: 100%;
        margin-right: -54.5px;
    }
}

@media all and (min-width: 769px) {
    .package-modal .package-content .package-section.package-section-two, .package-modal .package-content .package-section.package-section-three, .package-modal .package-content .package-section.package-section-four {
        margin-bottom: 78px;
    }
}

@media all and (min-width: 769px) {
    .package-modal .package-content .package-section.package-section-two .package-column, .package-modal .package-content .package-section.package-section-four .package-column {
        padding: 0 23px;
    }
}

.package-modal .package-content .package-section.package-section-two .package-column:first-child, .package-modal .package-content .package-section.package-section-four .package-column:first-child {
    -ms-flex: 50%;
    flex: 50%;
}

.package-modal .package-content .package-section.package-section-two .package-column:last-child, .package-modal .package-content .package-section.package-section-four .package-column:last-child {
    -ms-flex: 50%;
    flex: 50%;
}

.package-modal .package-content .package-title {
    border-bottom: 2px solid #2678AD;
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 6.75px;
    padding-bottom: 17.25px;
}

.package-modal .package-content .package-info {
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.package-modal .package-content .package-list {
    margin-top: 30.25px;
}

.package-modal .package-content .package-list li {
    border-top: 1px solid #C8C8C8;
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 8.75px 0 9.25px;
}

.package-modal .package-content .package-list li:before {
    background-color: #2678AD;
    background-image: url(../images/icons/checkmark.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 17px;
    margin-right: 16.05px;
    vertical-align: middle;
    width: 17px;
}

.package-modal .package-content .package-image img {
    width: 100%;
}

.package-modal .package-content .package-section-title {
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
}

.package-modal .package-content p {
    color: #333333;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.package-modal .package-content .package-slider {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.outerBox {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.innerBox {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#alertmessage .innerBox {
    padding: 40px;
    background: #C8C8C8;
    border: 1px solid #000000;
}

#alertmessage {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

#alertmessage label {
    color: red;
    text-shadow: none;
    font-size: 16px;
}

@media all and (max-width: 768px) {
    .package-modal .package-content .package-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.package-modal .package-content .package-slider li {
    padding: 0 20.5px;
}

@media all and (max-width: 768px) {
    .package-modal .package-content .package-slider li {
        -ms-flex: 50%;
        flex: 50%;
    }
}

.package-modal-overlay {
    background-color: #9B9B9BA1;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.package-small-modal {
    display: none;
    width: 100%;
}

.package-small-modal .package-small-modal-container {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    left: 50%;
    padding: 0 24px 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    max-height: 95vh;
    overflow-y: auto;
}

@media all and (min-width: 376px) {
    .package-small-modal .package-small-modal-container {
        width: auto;
    }
}

@media all and (max-width: 375px) {
    .package-small-modal .package-small-modal-container {
        max-width: 332px;
    }
}

.package-small-modal .package-title {
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0.25em 0;
}

.package-small-modal p {
    color: #8E8E8E;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.package-small-modal .actions {
    text-align: center;
}

.package-small-modal .actions button {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0 9px;
}

.package-small-modal .actions button:hover {
    cursor: pointer;
}

.package-small-modal .actions .close-small-modal {
    background-color: transparent;
    border: none;
    color: #2678AD;
    padding: 0;
}

.package-small-modal .actions .toggle-builder-options {
    background-color: #2678AD;
    border: 1px solid #2678AD;
    border-radius: 19px;
    color: #FFFFFF;
    padding: 10px 19px 10px 20px;
}

.builder-image {
    position: relative;
    transition: width 0.2s;
    width: calc(100% - 500px);
}

.builder-sidebar .builder-options {
    width: 100%;
}

.renowork .builder-sidebar .builder-options {
    width: calc(100% - 5px);
    overflow-y: auto;
    bottom: 0;
    right: 5px;
    height: calc(100% - 60px);
}

.builder-image figure {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

@media all and (min-width: 769px) {
    .builder-image {
        transition: width 0.2s;
    }

    .builder-image.large-image {
        width: 100%;
    }
}

@media all and (max-width: 375px) {
    .builder-image {
        position: relative;
    }
}

@media all and (min-width: 376px) and (max-width: 768px) {
    .toggle-sidebar {
        display: none;
    }

    #main .builder-image {
        width: 100%;
    }
}

.toggle-sidebar button {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
    display: block;
    opacity: 1;
    position: absolute;
    padding: 10px;
    z-index: 1;
}

@media all and (min-width: 376px) {
    .toggle-sidebar button {
        right: 0;
        top: 0;
    }
}

@media all and (max-width: 375px) {
    .toggle-sidebar button {
        bottom: 0;
        left: 0;
    }
}

@media all and (min-width: 376px) {
    .toggle-sidebar button:not(:first-child) {
        border-top-color: #FFFFFF;
        top: 50px;
    }
}

@media all and (max-width: 375px) {
    .toggle-sidebar button:not(:first-child) {
        border-left-color: #FFFFFF;
        left: 50px;
    }
}

.toggle-sidebar button.active {
    background-color: #2678AD;
    border-color: #2678AD;
}

.toggle-sidebar button.active span {
    color: #FFFFFF;
}

.toggle-sidebar button.active svg {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-sidebar button.active svg path {
    fill: #FFFFFF;
}

/*.toggle-sidebar button.animate-rotate-right {
    animation: animate-rotate-right 0.8s forwards;
}

.toggle-sidebar button.animate-rotate-right span {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggle-sidebar button.animate-rotate-left {
    animation: animate-rotate-left 0.8s forwards;
}

.toggle-sidebar button.animate-rotate-left span {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.toggle-sidebar button:not(.active).animate-slide-right {
    animation: animate-opacity 0.8s forwards, 0.1s animate-slide-right 0.8s forwards;
}

.toggle-sidebar button:not(.active).animate-slide-left {
    animation: animate-opacity 0.8s forwards, 0.1s animate-slide-left 0.8s forwards;
}*/

.toggle-sidebar button:hover {
    cursor: pointer;
}

.toggle-sidebar button svg {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 8px;
}

@media all and (max-width: 375px) {
    .toggle-sidebar button svg {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

.toggle-sidebar button svg path {
    fill: #2678AD;
}

.toggle-sidebar button span {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    display: block;
    font-size: 10px;
    line-height: 13px;
    pointer-events: none;
}

@media all and (max-width: 768px) {
    .builder-sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.builder-options {
    background-color: #FFFFFF;
    border: 1px solid #F1F1F1;
}

.builder-sidebar {
    position: fixed;
    width: 500px;
    overflow-y: auto;
    height: calc(100% - 70px);
    right: 0;
    background: #FFFFFF;
}

.noheader .builder-sidebar {
    height: 100%;
}

.large-image + .builder-sidebar,
.noheader #header {
    display: none;
}

.phn.inFrame #header_menu {
    left: 35vw;
    right: auto;
    top: 5px;
}

@media all and (min-width: 769px) {
    .builder-options {
        display: none;
        height: 100%;
        padding: 0 25px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30.38%;
        border: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .renowork .builder-options {
        height: auto;
    }

    .builder-options.visible {
        opacity: 1;
        position: absolute;
    }
}

@media all and (min-width: 769px) {
    .builder-options {
        transition: opacity 0.8s;
    }
}

@media all and (max-width: 768px) {
    .builder-options {
        padding: 7px 25px 0 25px;
        width: 100%;
    }
}

@media all and (max-width: 375px) {
    .builder-options {
        display: none;
        padding: 7px 20px 32px;
    }
}

.rooms-buttons {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px;
    margin-left: 7px;
}

.rooms-buttons .button {
    max-width: 100%;
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    text-transform: uppercase;
    width: 120px;
}

.interior-title {
    color: #2678AD;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 20px;
    display: inline-block;
    float: left;
    clear: both;
}

@media all and (min-width: 769px) {
    .interior-selection ul {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul {
        margin-bottom: 10px;
    }
}

.interior-selection ul li {
    border: 1px solid #F1F1F1;
    padding: 11.5px 20px 11.5px 14px;
}

.renowork .interior-selection ul li {
    padding: 0;
}

@media all and (min-width: 769px) {
    .interior-selection ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.interior-selection ul li > input, .floordetails ul li > input {
    display: none;
}

.interior-selection ul li > input:checked + label svg {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.interior-selection ul li > input:checked + label + .sub-menu, .interior-selection ul li .sub-menu label.nothumb p, .floordetails ul li > input:checked + label + .sub-menu, .floordetails ul li .sub-menu label.nothumb p {
    opacity: 1;
}

@media all and (min-width: 769px) {
    .interior-selection ul li > input:checked + label + .sub-menu, .floordetails ul li > input:checked + label + .sub-menu {
        margin-top: 17px;
        max-height: none;
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .renowork .interior-selection ul li > input:checked + label + .sub-menu {
        margin-top: 0;
    }

    .floordetails ul li > input:checked + label + .sub-menu {
        margin-top: 3px;
        position: absolute; 
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul li > input:checked + label + .sub-menu {
        display: -ms-flexbox;
        display: flex;
        padding-top: 17px;
        overflow-y: auto;
        max-height: 380px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .interior-selection ul li > input:checked + label + .sub-menu::-webkit-scrollbar {
        display: none;
    }
}

.interior-selection ul li > label, .floordetails ul li > label {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}

.renowork .interior-selection ul li > label {
    position: sticky;
    top: 0px;
    background: #FFFFFF;
    padding: 11.5px 20px 11.5px 14px;
    z-index: 1;
}

.floordetails.sngleRoom ul li > label {
    cursor: default;
}

.floordetails ul li > label {
    justify-content: flex-start;
}

.interior-selection ul li > label span, .floordetails ul li > label span {
    color: #101010;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.renowork .interior-selection ul li > label span {
    font-size: 20px;
    margin: 0 auto;
    color: #2678AD;
    cursor: default;
}

.renowork span.count {
    display: none;
}

.renowork [data-id="mainroom"].interior-selection .sub-menu label:before,
.renowork [data-id="mainroom"].interior-selection .sub-menu label:after {
    display: none;
}

.floordetails ul li > label span {
    line-height: 18px;
    margin-right: 15px;
    color: #2678AD;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.interior-selection ul li > label svg, .floordetails ul li > label svg {
    height: 10px;
    transition: transform 0.2s;
    width: auto;
}

.interior-selection ul li > label svg path, .floordetails ul li > label svg path {
    fill: #2678AD;
}

.interior-selection ul li .sub-menu, .floordetails ul li .sub-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px;
    opacity: 0;
}

@media all and (min-width: 769px) {
    .interior-selection ul li .sub-menu, .floordetails ul li .sub-menu {
        display: -ms-flexbox;
        display: flex;
        max-height: 0;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: top;
        transform-origin: top;
        transition: none;
    }

    .renowork .interior-selection ul li .sub-menu {
        padding: 11.5px 20px 11.5px 14px;
    }
}

@media all and (max-width: 768px) {
    .interior-selection ul li .sub-menu {
        display: none;
        transition: opacity 0.2s, display 0.2s;
    }
}

.interior-selection ul li .sub-menu input, .floordetails ul li .sub-menu input {
    display: none;
}

.interior-selection ul li .sub-menu input:checked + label:after {
    background-color: #2678AD;
    border-color: #2678AD;
}

.interior-selection ul li .sub-menu input:checked + label:before {
    opacity: 1;
}

.interior-selection ul li .sub-menu label, .floordetails ul li .sub-menu label {
    -ms-flex: 0 calc((100% / 3) - 20px);
    flex: 0 calc((100% / 3) - 20px);
    margin: 0 10px;
    position: relative;
}

.renowork .interior-selection ul li .sub-menu label {
    -ms-flex: 0 calc((100% / 3) - 34px);
    flex: 0 calc((100% / 3) - 34px);
    max-width: calc((100% / 3) - 34px);
    margin: 0 17px;
}

.renowork [data-id="mainscenes"].interior-selection ul li .sub-menu label,
.renowork [data-id="mainroompackages"].interior-selection ul li .sub-menu label {
    -ms-flex: 0 calc((100% / 2) - 34px);
    flex: 0 calc((100% / 2) - 34px);
    max-width: calc((100% / 2) - 34px);
}

.renowork [data-id="mainscenes"].interior-selection ul li .sub-menu label img,
.renowork [data-id="mainroompackages"].interior-selection ul li .sub-menu label img {
    height: 120px;
}


.interior-selection ul li .sub-menu label.nothumb, .floordetails ul li .sub-menu label.nothumb {
    max-width: initial;
}

.floordetails ul li .sub-menu label {
    margin: 0 17px;
}

.floordetails ul li .sub-menu label {
    cursor: pointer;
    -ms-flex: 0 calc(100% - 34px);
    flex: 0 calc(100% - 34px);
    flex: 0 calc(100% - 34px);
}

.interior-selection ul li .sub-menu label:hover {
    cursor: pointer;
}

.interior-selection ul li .sub-menu label:hover p {
    opacity: 1;
}

.interior-selection ul li .sub-menu label:after {
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    content: "";
    height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
}

.renowork .interior-selection ul li .sub-menu label:after {
    background-color: #FFFFFF;
    border: 1px solid #C1C1C1;
    border-radius: 3px;
    content: "";
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    pointer-events: none;
}

.interior-selection ul li .sub-menu label:before {
    background-image: url(../images/icons/checkmark.png);
    content: "";
    height: 10px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: -5px;
    transition: opacity 0.2s;
    width: 12px;
    z-index: 1;
}

.renowork .interior-selection ul li .sub-menu label:before {
    right: -1px;
    top: 0px;
    pointer-events: none;
}

.interior-selection ul li .sub-menu label img, .floordetails ul li .sub-menu label img {
    width: 100%;
}

.renowork .interior-selection ul li .sub-menu label img {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.interior-selection ul li .sub-menu label p, .floordetails ul li .sub-menu label p {
    margin: 0;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
}

.renowork .interior-selection ul li .sub-menu label p {
    opacity: 1;
    transition: none;
}

.interior-selection ul li .sub-menu input:checked + label p, .floordetails ul li .sub-menu input:checked + label p, .floordetails ul li .sub-menu label p, [data-id="mainscenes"].interior-selection ul li .sub-menu label p {
    opacity: 1;
}

.interior-selection ul li .sub-menu label p span, .floordetails ul li .sub-menu label p span {
    color: #000000;
    display: block;
    font-size: 10px;
    line-height: 12px;
}

.interior-selection ul li .sub-menu label p span.color-name, .floordetails ul li .sub-menu label p span.color-name {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    padding: 0 0 12px;
    font-size: 14px;
    line-height: 14px;
}

.floordetails ul li .sub-menu label p span.color-name {
    padding: 0;
    color: #2678AD;
    line-height: 18px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: normal;
}

.renowork [data-id="mainroompackages"].interior-selection ul li .sub-menu label.nothumb p span.color-name {
    font-size: 14px;
}

.renowork [data-id="mainroompackages"].interior-selection ul li .sub-menu label {
    margin-bottom: 10px;
}

.floordetails ul li .sub-menu label p span.color-name:hover {
    color: #30a9f7;
}

.interior-selection ul li .sub-menu label p span.color-price {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
}

.interior-selection:not(.toggled) {
    display: none;
}

.scene-container {
    width: 100%;
    position: relative !important;
    max-height: 100%;
}

.renowork .scene-container {
    height: 100%;
    max-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: lightgray;
}

#divLoading .header {
    background: none;
}

.builder-options {
    pointer-events: none;
}

.builder-options.visible {
    pointer-events: all;
    display: block;
}

.scene-container canvas {
    outline-width: 0;
}

.toggle-sidebar label {
    padding: 0;
}

#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: white;
    font-size: 16px;
}

.loadingMsg {
    color: Black;
    font-weight: bold;
    width: 40%;
    margin: auto;
    padding-top: 200px;
    text-shadow: none;
    max-width: 500px;
}

.progressBox {
    margin: 5px auto;
    border: 1px solid #949DAD;
    width: 40%;
    height: 0.8em;
    overflow: hidden;
    padding: 1px;
    max-width: 500px;
}

#progress {
    background: #D4E4FF;
    width: 0.5%;
    height: 100%;
    font-size: 0;
    max-width: 98%;
}

#header_menu > span {
    display: none;
}

.interior-selection ul li .sub-menu label.nothumb {
    flex: 0 calc(100% - 60px);
    padding: 5px 0;
    margin-bottom: 10px;
}

.interior-selection ul li .sub-menu label.nothumb:before {
    right: auto;
    left: 4px;
    top: 9px;
}

.interior-selection ul li .sub-menu label.nothumb:after {
    left: 0;
    right: auto;
    top: 4px;
}

label.nothumb img {
    display: none;
}

.interior-selection .sub-menu label.nothumb p span.color-name {
    padding: 0;
    padding-left: 30px;
    padding-top: 2px;
}

.fullscreenbtn {
    position: absolute;
    height: 25px;
    width: 25px;
    background: url(https://apps.alpha-vision.com/api/vr/icons/fs_white.svg);
    background-size: 100%;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    z-index: 99;
}

.fullscreenbtn:hover {
    background: url(https://apps.alpha-vision.com/api/vr/icons/fs_blue.svg);
    background-size: 100%;
}

.inFullScreen .fullscreenbtn {
    background: url(https://apps.alpha-vision.com/api/vr/icons/invert_fs_white.svg);
    background-size: 100%;
}

.inFullScreen .fullscreenbtn:hover {
    background: url(https://apps.alpha-vision.com/api/vr/icons/invert_fs_blue.svg);
    background-size: 100%;
}

.disclaimerVrHden, .disclaimerVr {
    position: absolute;
    left: 10px;
    bottom: 20px;
    right: 40px;
    padding: 5px;
    margin: 0;
    background: rgba(255, 255, 255, 0.498039);
    z-index: 11111111;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    overflow: hidden;
    z-index: 9999;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.inFrame .disclaimerVr {
    right: 40px;
}

.large-image .disclaimerVr {
    right: 10px;
}

.inFrame .large-image .disclaimerVr {
    right: 50px;
}

#uncollapse_btn, #collapse_btn {
    float: left;
    cursor: pointer;
    width: 100%;
    height: auto;
    position: absolute;
}


#uncollapse_btn span, #collapse_btn span {
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAATCAYAAACORR0GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjFBMTE0NTgxM0M4MTFFNEE3NERGRUNGRkNCOUQwRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjFBMTE0NTkxM0M4MTFFNEE3NERGRUNGRkNCOUQwRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMUExMTQ1NjEzQzgxMUU0QTc0REZFQ0ZGQ0I5RDBEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMUExMTQ1NzEzQzgxMUU0QTc0REZFQ0ZGQ0I5RDBEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnmiyAEAAADoSURBVHjaYvz//z8DPQATA53AMLVIUEHTBIjbqWUo0KxSIPbD5iMlIK4ASq6igiVlQKoLiA1QJECpDoQF5DUygPg/EK+GiZGKgXoroGb0o8uhK0yAKlxBhiXlUL092OSxaUiBalhGgiVVUD0TcKnBpTELqnE5CT6ZgU8dPgOSCVmGFCd9hBxEyLVxuOIMyZIeYoKXmPBPRI8zILuaWJ/AMCMxhSowb2QCqWlA3AzEt4F4ERDPfP/gegax+YuR2NIbaFk8kFoA5fYDLSkiJSMzklJNAC1rBFLKQEtiSC0xGEfrI3IBQIABAH0m8jnAtwGbAAAAAElFTkSuQmCC') /*../images/hide.png*/ no-repeat 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 18px;
    height: 13px;
    margin: 5px;
    margin-top: 3px;
}

#uncollapse_btn span {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAASCAYAAABFGc6jAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTZGRTczNUExM0M4MTFFNDg4NDZCMDg2NkU3OTZBREUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTZGRTczNUIxM0M4MTFFNDg4NDZCMDg2NkU3OTZBREUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNkZFNzM1ODEzQzgxMUU0ODg0NkIwODY2RTc5NkFERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNkZFNzM1OTEzQzgxMUU0ODg0NkIwODY2RTc5NkFERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PssRCZMAAADfSURBVHjaYvz//z8DPQATA53A4LRIUEGzEYiXkGMRI7FxBLQgHkgtgHL73z+4XkR1HwEtyYRa0gzEcUBcCBSbQZKXQD7ChwXkNRKB+D8QL0MSq4aK9RHSD8OELImDGrgCi1wFVK6HIouABiRDDVqOR00FsT7DZUAWIUuQ1JZD1c4gySKghhT0OCHCsiqonglEWQRUmIArTkjwWQ9ei4AKMqAKV5NqCZY468dqEVAiDKpgFbmWIFlWBjWrDlmcBZqd7gFxBzC3V1JapgHN6AJmZlBxc5OsImi0mkAHAAEGAEYwLGcz/gRyAAAAAElFTkSuQmCC') /*../images/show.png*/ no-repeat 0 0;
    background-size: 100% 100%;
}

.disclaimerVrHden #collapse_btn,
.disclaimerVr #uncollapse_btn,
.disclaimerVrHden #discalimerText {
    display: none;
}

.disclaimerVrHden #uncollapse_btn,
.disclaimerVr #collapse_btn,
.disclaimerVr #discalimerText {
    display: block;
}

.disclaimerVrHden {
    right: auto;
}

#discalimerText {
    text-align: justify;
    padding: 5px 10px;
    text-shadow: none;
    line-height: 15px;
    font-size: 12px;
    margin: 0;
}

.cameraList span {
    background: #FFFFFF;
    display: inline-block;
    margin: 10px;
    border-radius: 15px;
    padding: 10px;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0px 0px 3px black;
}

.disclmr-on .cameraSection {
    bottom: 0;
}

.disclmr-on .cameraList span {
    margin-bottom: 0;
}

.cameraSection {
    position: relative;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 9;
    transform: translateY(-100%);
}

.cameraList {
    display: inline-block;
    background: transparent;
    border-radius: 5px;
    cursor: pointer;
}

.cameraList .cameraHover,
.cameraList span:hover,
.cameraList span.selected {
    background: #2678AD;
    box-shadow: 0px 0px 3px black;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: fixed;
    cursor: pointer;
    bottom: 10px;
    right: 25px;
    margin-left: -16px;
    display: none;
    width: 32px;
    height: 32px;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1);
}

.scroll-down.dsply {
    display: block;
}

.scroll-down span {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 2px solid #2678AD;
    border-radius: 50%;
}

.scroll-down.anim {
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
}

.scroll-down span:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #2678AD;
    border-width: 0px 0 2px 2px;
}

.floordetails ul {
    padding: 0;
    margin: 0;
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@media only screen and (max-width : 1366px) {
    .header_info span {
        font-size: 14px;
        margin-top: 5px;
    }

    .header_community {
        padding-left: 0;
    }

    .header_info {
        float: none;
        margin: 0;
    }
}

@media only screen and (max-width : 768px) {

    .header-menu li.menu-item a {
        font-size: 12px;
        text-align: left;
    }

    .builder-image {
        width: 100%;
        position: fixed;
        top: 68px;
        max-height: 350px;
        z-index: 999;
    }

    .noheader .builder-image {
        top: 0;
    }

    .disclaimerVr,
    .inFrame .disclaimerVr {
        right: 10px;
    }

    .cameraSection {
        bottom: 0;
    }

    .cameraList span {
        margin-bottom: 0;
    }

    #discalimerText {
        font-size: 11px;
    }

    .builder-sidebar {
        position: fixed;
        width: 100% !important;
        overflow-y: auto;
        height: calc(100vh - 410px);
        top: 418px;
        -webkit-overflow-scrolling: touch;
    }
    .fullscreenbtn 
    {
        bottom: 5px;
    }

    .hsDisclaimer .builder-sidebar {
        height: calc(100% - 465px);
    }

    .noheader .builder-sidebar {
        height: calc(100% - 330px);
        top: 300px;
    }

    .noheader.hsDisclaimer .builder-sidebar {
        height: calc(100% - 345px);
    }

    .header {
        z-index: 9999;
    }

    .builder-sidebar .builder-options {
        width: 100% !important;
        border: 0;
    }

    label.floordetails {
        margin-bottom: 10px;
    }

    ul.header-menu {
        display: none !important;
    }

    .active ul.header-menu {
        display: block !important;
    }

    ul.header-menu {
        transition: none !important;
        width: 115px !important;
        left: auto !important;
        background: #FFFFFF;
        margin-top: 48px;
        margin-right: 35px;
        border: 1px solid #cfbfbf;
        overflow-y: auto;
        max-height: calc(100vh - 80px);
    }

    #header_menu > span {
        padding-bottom: 0px;
        margin-top: 17.5px;
        text-align: center;
        width: 115px;
        color: #FFFFFF;
        background: #FFFFFF;
        display: inline;
        z-index: 99;
        right: 35px;
        position: fixed;
        top: 0;
    }

    #header_menu > span label {
        background: #2678AD;
        border: 1px solid #2678AD;
        padding: 7.5px 0;
        pointer-events: none;
        width: 115px;
        display: inline-block;
    }

    .header_community {
        position: fixed;
    }

    .header-slider-controls {
        top: 25px;
        z-index: 9;
        width: 150px;
        left: auto;
        right: 17px;
        transform: none;
        position: fixed;
    }

    .inFrame #header_menu > span,
    .inFrame .header-slider-controls,
    .inFrame .header-menu-wrapper {
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }

    .inFrame .header-menu-wrapper {
        position: fixed;
        width: auto;
        margin-left: 17px;
    }

    .header-slider-controls span.slide-prev {
        left: 0;
    }

    .header-slider-controls span.slide-next {
        right: 0;
    }

    .header-menu li.menu-item {
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        cursor: pointer;
        padding: 10px;
        padding-right: 0;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }

    #header_menu {
        left: auto;
        right: 0;
        height: 60px;
        top: 5px;
        width: auto;
    }

    #header_menu.active {
        height: auto;
    }

    .disclaimerVrHden, .disclaimerVr {
        position: fixed;
        border: 1px solid #F1F1F1;
        background: rgba(255, 255, 255, 0.95);
    }

    .floordetails ul li .sub-menu label,
    .floordetails ul li > input:checked + label + .sub-menu {
        margin: 0;
        background: white;
    }

    .floordetails ul li .sub-menu {
        position: absolute;
    }

    .floordetails ul {
        padding: 0;
    }

    .scroll-down {
        bottom: 10px;
        right: 10px;
    }

    .scroll-down span {
        transform: scale(.7);
    }

    .scroll-down span:before {
        top: calc(50% - 6px);
        left: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .header-slider-controls span {
        padding: 10px 15px;
        margin: -10px -15px;
    }
}

@media only screen and (max-width : 767px) {
    #main .builder .builder-sidebar {
        width: 100% !important;
    }
}

@media only screen and (min-device-width : 376px) and (max-device-width : 1024px) and (orientation:landscape) {
    .header {
        height: 45px;
        position: fixed;
    }

    .header_community {
        padding: 10px;
    }

    .header-slider-controls {
        top: 14px;
    }

    .header-menu li.menu-item {
        padding: 14px;
    }

    .scroll-down {
        bottom: 2px;
        right: 10px;
    }

    .scroll-down span:before {
        top: calc(50% - 6px);
        left: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .scroll-down span {
        transform: scale(.7);
    }

    .builder-image {
        width: calc(100% - 300px);
    }

    .builder-sidebar {
        width: 300px;
    }
    .fullscreenbtn 
    {
        bottom: 5px;
    }

    .hsDisclaimer .builder-sidebar {
        height: calc(100% - 45px);
    }

    .small-image .disclaimerVr {
        background: rgba(255, 255, 255, 1);
    }

    .header-slider-controls span {
        padding: 10px 15px;
        margin: -10px -15px;
    }

    .builder {
        height: calc(100vh - 45px);
        position: fixed;
        width: 100%;
        top: 45px;
    }    

    .cameraList span {
        margin-bottom: 0;
    }

    .builder-options {
        padding: 0 15px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation:landscape) {

    body.sticky-footer {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        min-height: auto;
    }

    .header {
        height: 45px;
        position: fixed;
    }

    .header_community {
        padding: 10px;
    }

    .header-slider-controls {
        top: 14px;
    }

    .header-menu li.menu-item {
        padding: 14px;
    }

    .builder {
        height: 100%;
    }

    .main {
        margin-top: 0;
        position: absolute;
        top: 45px;
        right: 0;
        left: 0;
        bottom: 0;
        flex: none;
    }
}

@media only screen and (min-width: 768px) and (orientation:portrait) {
    .builder-sidebar,
    .hsDisclaimer .builder-sidebar {
        top: 68px;
        width: 300px !important;
        height: calc(100% - 68px);
    }

    .builder-image {
        max-height: initial;
        width: calc(100% - 300px);
        height: calc(100% - 68px);
    }
}

@media only screen and (max-width : 1200px) {
    .builder-sidebar,
    .hsDisclaimer .builder-sidebar {
        width: 300px !important;
    }

    .builder-image {
        width: calc(100% - 300px);
        height: 100%;
    }

}

@media only screen and (width:768px) {
    .builder-sidebar,
    .hsDisclaimer .builder-sidebar {
        width: 300px !important;
    }

    .builder-image {
        width: calc(100% - 300px) !important;
    }
}

@media only screen and (min-device-width : 376px) and (max-device-width : 768px) and (orientation:landscape) {
    #header_menu > span {
        padding-top: 8.5px;
    }

    .builder-image {
        height: calc(100% - 30px);
    }

    /*.builder-image,
    .builder-sidebar {
        top: 45px;
    }*/

    .builder-sidebar {
        width: 300px !important;
    }

    .header-slider-controls span {
        margin: -5px -15px;
    }   
}

@media all and (max-width: 768px) {
    .builder-image {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-device-width : 1024px) and (orientation:landscape) {
    #main .builder-image {
        width: calc(100% - 300px);
    }

    #main .builder .builder-sidebar, .hsDisclaimer .builder-sidebar {
        width: 300px !important;
        height: calc(100% - 70px) !important;
        top: auto;
    }
}

@media only screen and (max-device-width : 1024px) {
    .builder-image {
        transition: none !important;
    }
}

.sub-menu
{
    z-index: 9999;
}
#plan-container {
    width: 100%;
    height: 310px;
}
.floordetails
{
    margin-bottom: 10px;
}
.builder-sidebar
{
    overflow: hidden;
}

.builder-options::-webkit-scrollbar {
    width: 2px;
}

.builder-options::-webkit-scrollbar-thumb {
    background-color: #000000;
    outline: 1px solid #000000;
    border: 1px solid #000000;
    border-radius: 1px;
    width: 10px;
    position: absolute;
}

.builder-options::-webkit-scrollbar-track {
    background-color: #d3d3d3;
}

.scene-container img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.interior-selection ul li .sub-menu label p span.infoicn {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../images/info.svg);
    background-size: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -20px;
    display: none;
}

.interior-selection ul li .sub-menu input:checked + label p span.infoicn {
    display: block;
}

.nothumb + span.infoicn {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: initial;
    right: initial;
}

.package-content table {
    width: 100%;
    border-collapse: collapse;
}

.package-content thead {
    border-bottom: 1px solid #d8d8d8;
}

thead td {
    min-width: 7vw;
}

table tr td {
    text-align: center;
}

table tr td:first-child {
    text-align: initial;    
}

thead tr td {
    padding: 10px 0;
    font-weight: bold;
}

tbody {
    display: block;
    overflow-y: auto;
    max-height: 75vh;
    margin-top: 10px;
}

tr {
    display: table-header-group;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    .interior-selection ul li {
        border: none;
    }

    .renowork .interior-selection ul li > label {
        left: 0;
        right: 0;
        width: 99vw;
        margin-left: -20px;
        top: -7px;
    }

    #header_menu > span label {
        width: 115px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        padding: 7.5px 5px;
    }

    .header-menu li.menu-item {
        padding: 7.5px 5px !important;
        justify-content: center;
    }

    #main .builder .builder-sidebar,
    .renowork .builder-sidebar .builder-options,
    .interior-selection.shw,
    .interior-selection ul {
        touch-action: pan-y;
    }

    .interior-selection ul {
        touch-action: pan-y;
        overscroll-behavior-y: contain;
        -webkit-overflow-scrolling: touch;
    }

    .interior-selection ul li > input:checked + label + .sub-menu {
        overflow-y: unset !important;
    }

    .fullscreenbtn {
        display: none !important;
    }
}