@charset 'utf-8';
@media screen and (max-width: 1440px) {
    #hd h2,
    #hd .h2{
        font-size: 2.5rem;
    }

    /* ------------ lighting ---------- */
    #hd .hd-sec-lighting h3 {
        margin: 30px 0 15px;
    }

}


@media screen and (max-width: 1280px) {
    #hd h3,
    #hd .h3 {
        font-size: 2rem;
    }

    /* ------------ SEC_LIGHTING ------------ */
    #hd .hd-controls button img {
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width: 1250px) {
    /* ------------ SEC_LIGHTING ------------ */
    #hd .hd-sec-lighting {
        padding: 50px 0 30px;
    }
    #hd .hd-sec-lighting .fright {
        float: none;
    }
    #hd .hd-sec-lighting h3 {
        margin-top: 0;
    }
    #hd .hd-sec-lighting .hd-col55 {
        display: block;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    #hd .hd-controls {
        margin-left: 0;
    }
    #hd .hd-controls button img {
        margin: 20px auto 0;
    }
    #hd .hd-lightingbox {
        width: 90%;
        max-width: 660px;
        right: 0;
        padding-bottom: 5%;
        height: 705px;
        margin: 0 auto;
        float: none;
        position: relative;
    }
    #hd .hd-w1250on {
        display: block;
    }
    #hd .hd-w1250off {
        display: none;
    }
    #color,
    #greybg {
        width: 100%;
        height: 0;
        padding-bottom: 102%;
        position: absolute;
        z-index: -1;
    }
    #colorpicker {
        left: 80%;
    }
    .starry_night li {
        width: 10%;
    }
    .starry_night li:nth-child(1) {
        left: 24%;
        top: 13%;
    }
    .starry_night li:nth-child(2) {
        left: 26%;
        top: 20%;
    }
    .starry_night li:nth-child(3) {
        left: 32%;
        top: 32%;
    }

    /* ---------- color effect ---------- */
    .starry_night li:nth-child(3),
    .starry_night li:nth-child(4),
    .starry_night li:nth-child(5),
    .starry_night li:nth-child(6) {
        top: 32%; /*RCD*/
    }

}

@media screen and (max-width: 1024px) {
    #hd h2,
    #hd .h2  {
        font-size: 2rem;
    }

    /* ------------ SEC_LIGHTING ------------ */
    #hd .hd-sec-lighting {
        background-position: right top;
        background-size: 500px;
    }
    #hd .hd-sec-lighting h3,
    #hd .hd-sec-lighting h3+p {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1023px) {


    /* ------------ SEC_LIGHTING ------------ */
    #hd .hd-sec-lighting .hd-col55 {
        width: 100%;
        float: none;
    }
    #hd .hd-sec-lighting h3 {
        margin-top: 0;
    }
    #hd .hd-sec-lighting h3,
    #hd .hd-sec-lighting h3+p {
        margin-bottom: 30px;
    }


@media screen and (max-width: 768px) {

    /* ------------ SEC_LIGHTING ------------ */
    #hd .hd-sec-lighting {
        padding-bottom: 0;
    }
    #colorpicker {
        display: none !important;
    }

    /* --------------lighting-------------- */
    #hd .hd-lightingbox {
        height: 0;
        padding-bottom: 100%;
    }

}

@media screen and (max-width: 620px) {
    #fp-nav {
        display: none;
    }

    #hd .hd-sec-lighting {
        padding-top: 0px;
        background-position: right 30%;
    }
    #hd .hd-controls b {
        font-size: 12px;
    }
    #hd .hd-lightingbox {
        height: 0;
        padding-bottom: 100%;
    }
    #colorpicker {
        display: none !important;
    }

}

@media screen and (max-width: 480px) {
    /* ---------- #kv ----------------- */
    #hd h3,
     #hd .h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    #hd h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    /* ------------ SEC_LIGHTING ------------ */
    #hd .hd-lightingbox {
        margin-left: auto;
        margin-top: 20px;
        padding-bottom: 100%;
    }
    #hd .hd-controls button {
        width: 33.3333%;
    }

}
