body{
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}


.header-top{
    width: 100%;
    background:  #7f7f7f;
    display: block;
    position: fixed;
    top:0;
    z-index: 10;
    box-shadow:var(--shadow-inset);
    min-width: 1366px;
    height: 50px;
    margin: 0 auto;
}
.remove_frame{
    float: left;
    padding: 10px;
}
.remove_frame a{
    color: #dadada;
}
.remove_frame img{
    padding-right: 7px;
    padding-top: 2px;
}
.demo-page .purchase_botton{
    float: right;
    padding: 8px 13px 0 20px;
}
.demo-page .demo-report{
    float: right;
    padding-right: 5px;
    padding-top: 8px;
    position: relative;
    cursor: pointer;
}
.demo-page .demo-report img{
    margin-bottom: 15px;
}

.demo-page .ask-seller {
    float: right;
    padding-right: 5px;
    padding-top: 8px;
}

.demo-page .option-demo-report{
    background: #7f7f7f none repeat scroll 0 0;
    display: none;
    line-height:var(--fs-24);
    padding: 10px;
    position: absolute;
    width: 150px;
    border-radius: 5px;
    z-index: 30;
}
.demo-page .change_device a.desktop{
    background: url("icon-device.png") no-repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 35px;
    float:left;
}
.demo-page .change_device a.tablet-landscape{
    background: url("icon-device.png") no-repeat scroll -49px 0;
    display: block;
    height: 100%;
    width: 35px;
    float:left;
}
.demo-page .change_device a.tablet-portrait{
    background: url("icon-device.png") no-repeat scroll -97px 0;
    display: block;
    height: 100%;
    width: 35px;
    float:left;
}
.demo-page .change_device a.mobile-landscape{
    background: url("icon-device.png") no-repeat scroll -146px 0;
    display: block;
    height: 100%;
    width: 35px;
    float:left;
}
.demo-page .change_device a.mobile-portrait{
    background: url("icon-device.png") no-repeat scroll -192px 0;
    display: block;
    height: 100%;
    width: 35px;
    float:left;
}


.demo-page .change_device a.desktop:hover{
    background-position: 0 -49px;
}
.demo-page .change_device a.tablet-landscape:hover{
    background-position: -49px -49px;   
}
.demo-page .change_device a.tablet-portrait:hover{
    background-position: -97px -49px;
}
.demo-page .change_device a.mobile-landscape:hover{
    background-position: -146px -49px;
}
.demo-page .change_device a.mobile-portrait:hover{
    background-position: -192px -49px;    
}

.option-demo-report p {
    display: block;
    margin: 3px 0 10px;
}

.option-demo-report p:hover label{
    color: #fff;
}
.option-demo-report input , .option-demo-report label {
    vertical-align: middle;
    margin: 0 5px 0 0;
    font: 13px arial;
    color: #d6d6d6;
    cursor: pointer;
}
.option-demo-report button{
    background: #656565 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    clear: both;
    color: #ff9933;
    float: left;
    line-height:var(--fs-30);
    margin: 10px 7px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
}

.investigating{
    color: #ffffff;
    float: right;
    font-size:var(--fs-14);
    line-height:var(--fs-50);
    padding-right: 30px;
    top: 12px;
    width: 900px;
    text-align: center;
}

.hide_iframe{
    float: right;
    padding: 8px 15px 0 0;
}
.no_ico_iframe{
    width: 36px;
    height: 36px;
    background: url("hide_iframe.png") no-repeat bottom left;
    animation-duration: 4s;

}
.show_ico_iframe{
    width: 41px;
    height: 27px;
    background: url("show_iframe.png") no-repeat bottom left;
    padding-top: 41px;
    animation-duration: 4s;
}

#preview-frame{
    width: 100%;
    height: 100%;
}

#demo-container{
   background-color: #ffffff;
    margin-top: 50px;
}

/************************************ Demo page ********************************************/

.demo-page .demo-left{
    width: 30%;
    display: inline-block;
    height: 50px;
    line-height:var(--fs-50);
    float: left;
    text-align: left;
    display: flex;
}

.demo-page .logo_header{
    margin-left: 25px;
    line-height:var(--fs-50);
}

.demo-page .logo_header img {
    max-width: 150px;
}

.demo-page .logo_header a{
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: 170px;
}
/**********/
.demo-center{
    width: 35%;
    display: inline-block;
    text-align: center;
    float: left;
}

.demo-page .demo-center .relate_category_demo{
    display: inline-block;
}

.demo-page img.icon_cms{
    display: inline-block;
    float: left;
    margin: 5px 1px 0 0;
}

.demo-page #current_product{
    position: relative;
    display: flex;
    vertical-align: middle;
    float: left;
    background: #39465c none repeat scroll 0 0;
    border-radius: 5px;
    width: 280px;
    height: 40px;
    margin: 5px 20px 0 0;
    padding: 0 10px;
    text-align: left;
}

.demo-page #current_product:after{
    background: url(icon-sort.png) center center no-repeat #39465c;
    width: 30px;
    height: 40px;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 30;
    border-radius: 0 5px 5px 0;
}

.demo-page #current_product span{
    padding: 0 0px 13px;
    text-align: left;
    height: 40px;
    overflow: hidden;
}

.demo-page #current_product span >a{
    color: #ffffff;
    font: 18px/40px arial;
    text-align: left;
    display: block;
    height: 40px;
    overflow: hidden;
}

.demo-page #current_product ul{
    position: absolute;
    list-style: none;
}

.demo-page #current_product:hover #relate_category{
    display: block !important;
}

.demo-page #relate_category{
    margin: 0;
    padding: 10px 0;
    top: 52px;
    left: 0;
    width: 450px;
    background: #7f7f7f;
    border-radius: 4px;
    z-index: 30;
}

.demo-page #relate_category:before{
    width: 1px;
    background: #656565;
    content: "";
    height: 100%;
    left: 175px;
    position: absolute;
    top: 0px;
}

.demo-page #relate_category li{
    text-align: left;
}

.demo-page #relate_category li a{
    padding: 8px 10px;
    font: 14px/18px arial;
    border-radius: 4px;
    margin-bottom: 3px;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #7f7f7f;
}

.demo-page #relate_category li:hover >a,
.demo-page #relate_category li.active >a{
    background-color: #656565;
}

.demo-page #relate_category li.level1{
    padding: 0 10px;
}

.demo-page #relate_category li.level1 >a{
    width: 135px;
    background-image: url(icon-arrow-right.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.demo-page #relate_category li.level1 >ul{
    padding: 0 10px;
    right: 0px;
    top: 10px;
    display: none;
    width: 253px;
    background: #7f7f7f none repeat scroll 0 0;
    border-radius: 5px;
    height: auto;
    min-height: 200px;
}

.demo-page #relate_category li.level1.active >ul,
.demo-page #relate_category li.level1:hover >ul{
    display: block;
}

.demo-page .change_device{
    height: 32px;
    padding-top: 12px;
    display: inline-block;
}

/**********/
.demo-right .nav_profile.nosignin{
    float: right;
    padding: 14.5px 15px 0 0;
}
.demo-right{
    display: inline-block;
    width: 35%;
}
.demo-right .button-link{
    background: #e68300;
    padding: 6.5px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-family:var(--font-base);
}
.no-demo-url{
    width: 830px;
    margin: 50px auto 0;
    min-height: 170px;
    background: #F1F1F1;
    padding: 30px 0;
    text-align: center;
    display: block;
    overflow: hidden;
}

.no-demo-url h1{
    font: 36px arial;
    color: #444444;
    margin-top: 5px;
}

.no-demo-url p{
    font: 17px arial;
    color: #666;
}

.no-demo-url a{
    text-decoration: none;
    width: 115px;
    height: 40px;
    font: 17px/40px arial;
    display: inline-block;
    background: #F7941E;
    border-bottom: 2px solid #ba5e0f;
    color: #fff;
    border-radius: 3px;
    padding-left: 25px;
    position: relative;
    transition: all 0.5s;
}

.no-demo-url a:hover{
    opacity: 0.75;
}

.no-demo-url a:before{
    background: url("icon-no-demo.png") center center no-repeat;
    width: 20px;
    height: 41px;
    position: absolute;
    content: "";
    left: 20px;
}

/***************** Responsive ********************/

@media (max-width:1000px){
    .header-top{
        min-width: inherit;
    }

    .demo-page .demo-left{
        width: 30%;
    }

    .demo-page .demo-center{
        width: 50%;
    }

    .demo-page .demo-right{
        width: 20%;
    }
    .demo-page .change_device, .demo-page .demo-report, .demo-page .ask-seller{
        display: none;
    }

    .demo-page img.icon_cms{
        height: 30px;
        margin-top: 8px;
    }

    .demo-page .purchase_botton .big-cart{
        display: none;
    }

    .demo-page .purchase_botton .small-cart{
        display: block !important;
    }

    .demo-page .hide_iframe a img{
        height: 30px !important;
    }

    .demo-page #relate_category{
        max-height: 450px;
        overflow: auto;
        width: 100%;
    }

    .demo-page #relate_category:before{
        display: none;
    }

    .demo-page #relate_category li a{
        font-size:var(--fs-14);
        height: 36px;
        padding: 0 5px;
        line-height:var(--fs-30);
    }

    .demo-page #relate_category li.level1 > a{
        width: auto !important;
    }

    .demo-page #relate_category li.level1:hover > a, .demo-page #relate_category li.level1.active > a{
        background: url(icon-arrow-hover.png) 95% center no-repeat transparent;
    }

    .demo-page #relate_category li:hover > a, .demo-page #relate_category li.active > a{
        color: #ff9933;
        background-color: transparent;
    }

    .demo-page #relate_category li.level1 > ul{
        position: relative;
        top: 0;
    }

}

@media (min-width: 480px) and (max-width:767px) {
    .demo-page .demo-left{
        display: none;
    }

    .demo-page .demo-center{
        width: 80%;
    }

    .demo-page .demo-right{
        width: 20%;
    }
}

@media (min-width:320px) and (max-width:479px) {

    .demo-page .demo-left{
        display: none;
    }
    .demo-page .demo-center {
        width: 77% !important;
    }

    .demo-page #current_product{
        margin-right: 0 !important;
    }

    .demo-page .demo-right{
        width: 23% !important;
        float: right;
    }

    .hide_iframe, .purchase_botton{
        padding-right: 5px !important;
    }

    .demo-page #current_product{
        width: 190px !important;
    }

    .demo-page #relate_category li.level1 {
        margin: 0 5px;
        overflow: hidden;
        padding: 0 !important;
    }
}

.modal-project-member[modal=on] {
    display: grid;
}
.modal-project-member {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.72);
    width: 100%;
    height: 100%;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    grid-template-columns: minmax(30px,auto) auto minmax(30px,auto);
    grid-template-rows: minmax(30px,auto) minmax(84.636%,650px) minmax(30px,auto);
    display: none;
}
.modal-project-member .contact-modal-inner {
    display: grid;
    grid-template-columns: minmax(0,380px) minmax(auto,380px);
    border-radius: 16px;
    height: 650px;
    grid-column: 2;
    grid-row: 2;
    position: relative;
}
@media (min-width: 1366px){
.modal-project-member .contact-modal-inner {
    height: 600px;
}
}
.modal-project-member .contact-modal-inner #modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url(https://cmsmart.net/templates/cmsmart/images/wk-sprite.png);
    background-repeat: no-repeat;
    background-position: -171px -99px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 2;
}
.modal-project-member .contact-modal-inner .contact-modal-info {
    background-color: #1d3c6e;
    padding: 31px;
    border-radius: 16px 0 0 16px;
    display: grid;
    grid-gap: 30px;
    align-content: space-between;
}
.modal-project-member .contact-modal-inner .contact-modal-info p {
    margin: 0;
    color: #fff;
}
.modal-project-member .consultant-inner .col-md-12, .modal-project-member .consultant-inner .col-md-8 {
    padding: 0;
}
.modal-project-member .contact-modal-inner .contact-modal-form {
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    padding: 0 35px;
    border-radius: 0 16px 16px 0;
    position: relative;
}
.modal-project-member .contact-modal-inner .contact-modal-form:before {
    content: "";
    background: #fff;
    position: sticky;
    width: 100%;
    top: 0;
    display: block;
    left: 0;
    z-index: 1;
    height: 60px;
}
@media (min-width: 1366px){
    .modal-project-member .contact-modal-inner .contact-modal-form:before {
        height: 30px;
    }
}
.modal-project-member .contact-modal-inner .contact-modal-form[view=form] .contact-modal-form-inner {
    display: block;
}
.modal-project-member .contact-modal-inner .contact-modal-form[view=form] .contact-modal-form-inner .h4 {
    text-transform: uppercase;
    font-size:var(--fs-24);
    color: #e6a355;
    margin-bottom: 10px;
    display: block;
    font-family: inherit;
    font-weight:var(--fw-bold);
}
.modal-project-member .contact-modal-inner .contact-modal-form[view=form] .contact-modal-form-inner .wpcf7 {
    margin-top: 33px;
    display: block;
}
.modal-project-member .contact-modal-inner .contact-modal-form .screen-reader-response {
    display: none;
    color: red;
}
.wk-control {
    margin: 20px 0 0 0;
}
.wk-textfield input, .wk-textfield textarea {
    display: block;
    font-size:var(--fs-14);
    padding: 9px 10px 11px 10px;
    max-width: 300px;
    width: 100%;
    background: #f4f7f8;
    outline: none;
    border: 1px solid rgba(194, 194, 194, .3);
    border-radius: 25px;
}
.wk-textfield textarea {
    height: 150px;
}
.wk-textfield textarea::placeholder{
    padding-top:20px;
    padding-left: 10px;
}
.wk-textfield input::placeholder{
    padding-left: 10px;
}
.modal-project-member .contact-modal-inner .contact-modal-form[view=form] .contact-modal-success {
    display: none;
}
.wk-control label {
    font-size:var(--fs-14);
    display: block;
    margin: 6px 0 6px 0;
}
.error {
    color: #b94a48;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight:var(--fw-bold);
}
.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}
.modal-project-member .contact-modal-inner .contact-modal-form::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}
.modal-project-member .contact-modal-inner .contact-modal-form::-webkit-scrollbar-thumb {
    background-color: rgba(200,203,200,.9);
    border-radius: 16px;
}
input.wpcf7-form-control.wpcf7-submit.wk-button.btn-dark:hover {
    background: #f7941e;
    color: #fff;
}
.modal-project-member .contact-modal-inner .contact-modal-form[view=form] .contact-modal-success {
    display: none;
}
.modal-project-member .contact-modal-inner .contact-modal-form .contact-modal-success {
    display: grid;
    grid-gap: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 40px;
    vertical-align: middle;
    align-content: center;
    justify-items: center;
    z-index: 14;
}
#popup-promotion{
    visibility: hidden;
}
#contact-modal{
    font-family:var(--font-base);
    font-size:var(--fs-14);
    font-weight:var(--fw-normal);
    line-height: 1.4;
    color: #444;
}
#contact-modal .consultant-inner .col-md-12{
    display: flex;
}
#contact-modal .consultant-inner .col-md-12 .col-md-8.col-xs-8{
    padding-left: 10px;
}
input.wpcf7-form-control.wpcf7-submit.wk-button.btn-dark {
    color: #92a7b4;
    background: #fff;
    border: 1px solid #f7941e;
}
a.wk-button, input.wk-button {
    min-width: 160px;
    font-weight:var(--fw-semibold);
    text-align: center;
    color: #fff;
    border-radius: 22px;
    padding: 10px 16px;
    font-size:var(--fs-16);
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0;
    outline: 0;
    border: none;
    text-decoration: none;
    cursor: pointer;
}