.fixedheaderresp {
    width: 100%;
    height: 80px;
    background-color: white;
    position: fixed;
    z-index: 19;
    display: none;
    border-bottom: solid 1.8px;
}

.fixedheaderresp--orange {
    background-color: orangered;
    border-bottom: solid 0px;
}

.menu-wrapper {
    z-index: 19;
    position: absolute;
    right: 0px;
    margin-right: 25px;
    margin-top: 10px;


    cursor: pointer;
    display: none;

}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {

    width: 35px;
    height: 3px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: black;
    transition: all 0ms 300ms;
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: black;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: black;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}



.hamburger-menu.animate:after {
    background: white;
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    background: white;
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


#logoessresp {
    z-index: 10;
    position: absolute;
    width: 60%;
    margin-left: 25px;
    margin-top: 28px;
    text-align: center;
    transition: all 0.1s ease-in;
    display: none;
}


.logoessresp--white {
    transition: all 0.1s ease-out;
    filter: invert(100%);
}



/*--------------------------------BACK TO TOP -----------------------------*/


.btt {
  
    background-color: black;
    border-radius: 50%;
    cursor: pointer;
    right: 0%;
    position: fixed;
    float: right;
    bottom: 215px;
    z-index: 8;
    width: 60px;
    height: 60px;
    position: fixed;
    transition: all 0.4s ease;
}



#imgbuttonbacktop {
    margin:11.5px;
    margin-left: 12px;
    justify-content: center;
    text-align: center;
    position: fixed;
    width: 35px;

}




/*-----------------------------------------------------------------------*/



.whatsapp {
    background-color: orangered;
    cursor: pointer;
    position: fixed;
    right: 0%;
    bottom: 150px;
    float: right;
    margin-top: 850px;
    z-index: 8;
    width: 60px;
    height: 60px;
    position: fixed;
    transition: all 0.1s ease;
}

.whatsapp--black {
    background-color: black;
}

#imgbuttonwhatsapp {
    padding: 5px;
    width: 50px;
}


#luxy {
    margin: 0 auto;
    box-sizing: border-box;
}

body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
    margin: 0px;
    padding: 0px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
}

#bigess {
    position: relative;
    width: 12.4%;
    margin-left: 40px;
    top: 14px;
    text-align: center;

}


#menu {
    margin-left: 20px;
    z-index: 4;
    position: absolute;
    display: inline;
}

#menu li {
    display: inline;
    height: auto;
    margin-left: 0px;
}

.lidown {
    line-height: 115px;
}

#menu a {
        font-size: 7.6vw;
    }

#menu a,
#menuResponsive01 a {
    z-index: 2;
    text-decoration: none;
    color: black;
    transition: all 0.2s ease;
    font-family: sans-serif;
    margin-left: 40px;

}

#menu a:hover {
    color: orangered;
    cursor: pointer;

}



#menuResponsive01 {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    box-sizing: border-box;
    flex-direction: column;
    padding-left: 20px;
    top: 0px;
    height: 844px;
    margin: 0 auto;
    background-color: orangered;
    position: relative;
    width: 100%;
    text-align: left;
    display: none;
    z-index: 9;
}

#menuResponsive01 ul {
    padding-top: 150px;
}

#menuResponsive01 li {
    display: block;
    line-height: normal;
    margin-left: 0;
    height: auto;

}

#headerpresponsive {
    margin: 0 auto;
    position: relative;
    display: block;
}

#pheaderresponsive {
    line-height: 15px;
    font-size: 14px;
    display: block;
    margin-right: 0px;
    position: relative;
    font-family: sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 0px;
    color: white;
}

#menuResponsive01 li a {
    margin: 0 auto;
    color: white;
    padding: 0px;
    font-size: 69px;
    font-weight: 500;


}

#rsheadresponsive li a {
    font-size: 39px;
    display: inline;
}

#rsheadresponsive {
    margin-top: 40px;
    position: relative;
}

#rsheadresponsive li {
    margin-top: 20px;
    margin-right: 15px;
    display: inline;
}

#rsheadresp1,
#rsheadresp2 {
    display: inline;
}

#menuResponsive01 a:hover {

    cursor: pointer;
}

#menuResponsive01 li:last-child {
    border-bottom: none;
}


.barre {
    height: 3px;
    background-color: #333;
    display: block;
    margin: 2px auto;
}

#rshead {
    margin-top: 7px;
    float: right;
    margin-right: 42px;
    font-size: 20px;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
}

#rshead li {
    display: inline;
    height: auto;
    margin-left: 20px;
}

#rshead a {
    line-height: 66px;
    color: black;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 60px;
    transition: all 0.2s ease;

}

#rshead a:hover {
    color: orangered;
}

.headerp {
    display: block;
    background-color: white;
}

#pheader {
    line-height: 15px;
    font-size: 13px;
    display: inline-block;
    float: right;
    margin-right: 42px;
    position: relative;
    bottom: 80px;
    font-family: sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 0px;
}


#videomain {
    width: 100%;
    margin-bottom: 0px;
}

#videodiv {

    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: black;
    margin-bottom: 0px;
    border-top: solid 1px
}

.banner video {
    z-index: 3;
    width: 98%;
}



header {
    padding-top: 50px;
    margin: 0px;
    display: block;
    background-color: white;
    height: 17.5vw;
    width: 100%;

    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    top: 0;
    z-index: 8;

}


#logoessfakeheader {
    z-index: 2;
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 98%;
    text-align: center;
    justify-content: center;
}

main {
    width: 100%;
    display: block;
}

#works,
#studio,
#prices {
    display: block;
    width: 100%;
}

#works {
    margin-top: 0px;
    display: block;
    background-color: black;
    color: white;
    height: 1140px;
    width: 100%;
}

#worksh1 {
    position: relative;
    z-index: 8;
}

#worksright {
    display: inline-block;
    height: auto;
    width: 825px;
    float: right;
    margin-right: 130px;
    background-color: aqua;
}

/*---------------WORKS LEFT------*/

#container {
    position: fixed;

}

#container2 {
    margin-top: 100px;
    position: fixed;
    background-color: ;
}

#container3 {
    margin-top: 190px;
    position: fixed;

}

#container4 {
    margin-top: 280px;
    position: fixed;

}

/*---------------WORKS RIGHT------*/
#container5 {
    position: fixed;

}

#container6 {
    margin-top: 100px;
    position: fixed;

}

#container7 {
    margin-top: 190px;
    position: fixed;

}

#container8 {
    margin-top: 280px;
    position: fixed;

}

#worksleft {
    display: inline-block;
    height: auto;
    width: 835px;
    float: left;
    margin-left: 130px;
}

#worksleft {
    display: inline-block;
    height: auto;
    width: 835px;
    float: left;
    margin-left: 130px;
}

.workslefttext {
    width: 790px;
    margin-top: 15px;
    /*  border-bottom: solid 1px;*/
    font-weight: 500;
    font-size: 64px;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.worksrighttext {
    /*  border-bottom: solid 1px;*/
    margin-top: 15px;
    font-weight: 500;
    font-size: 64px;
    margin-left: 0px;
    text-transform: uppercase;
    font-family: sans-serif;
}

#mastercontent,
#mixingcontent {
    display: inline;
}

#h1studio {
    padding-bottom: 120px;
}

#studio {
    background-color: white;
    color: black;
    height: auto;
    width: 100%;
}

#prices {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    position: relative;
    margin-top: 215px;
    background-color: orangered;
    color: white;
    height: 2200px;
}



h1 {
    line-height: normal;
    padding-top: 120px;
    padding-bottom: 50px;
    font-family: sans-serif;
    font-size: 450px;
    text-align: center;
    text-transform: uppercase;
}


#videostudioall {
    height: auto;
    margin: 0 auto;

}

#videostudiomain {
    margin: 0 auto;
    display: inline-block;
    height: auto;

    width: 100%;
}

#bgdvid1 {
    width: 100%;
    z-index: 10;
}

#videostudio1 {
    display: none;
    margin: 0 auto;
    /* display: inline-block;*/
    height: 1080px;
    width: 50%;
}

#videostudio2 {
    position: relative;
    top: -6px;
    display: none;
    margin: 0 auto;
    height: 1080px;
    width: 50%;
    float: right;
    /* display: inline-block;*/
}


#textstudioall {
    display: block;
    width: 100%;
    margin-top: -6px;
}

#textstudio {
    font-family: sans-serif;
    float: left;
    border-right: solid 1.8px;
    background-color: white;
    margin: 0 auto;
    height: 215px;
    width: 382.2px;
    display: inline-block;
}

.textstudiomonito {
    font-family: sans-serif;
    float: left;
    border-right: solid 0px;
    margin: 0 auto;
    height: 215px;
    width: 382.2px;
    display: inline;


}

.h2studio {
    font-family: sans-serif;
    text-align: center;
    margin-top: 45px;
    text-transform: uppercase;
    font-size: 45px
}

p {
    font-size: 15px;
    font-weight: 100;
    margin-top: 15px;
    margin-left: 45px;
}

#mastering {
    position: relative;
    top: -110px;
    margin-top: 150px;
    display: block;
    height: 400px;
    margin-left: 130px;
    margin-right: 130px;
}

#mixing {
    height: 400px;
    margin-left: 130px;
    margin-right: 130px;
}

h3 {
    line-height: .75em;
    margin: -10px;
    display: inline;
    font-size: 140px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.vl {
    margin-left: 90px;
    position: absolute;
    display: inline;
    border-left: 1.8px solid white;
    height: 350px;
}

.vl2 {
    margin-left: 424px;
    position: absolute;
    display: inline;
    border-left: 1.8px solid white;
    height: 222px;
}

#h4master {
    margin-left: 180px;
    display: inline;
    position: absolute;
    width: auto;
}

h4 {
    padding-bottom: 70px;
    font-size: 30px;
    font-family: sans-serif;

}

.h4mixingtitle {
    padding-bottom: 115px;
    font-size: 30px;
    font-family: sans-serif;

}

.h4span {
    margin-top: 3px;
    position: absolute;
    width: 400px;
    line-height: em;
    padding-bottom: 70px;
    font-size: 15px;
    font-family: sans-serif;

}

#h4masterprices {
    float: right;
    display: inline;
    width: auto;
}

#h4mixing {
    margin-left: 515px;
    display: inline;
    position: absolute;
    width: auto;
}

#h4mixingprices {
    float: right;
    display: inline;
    width: auto;
}

#broption {
    display: none;
}

/*--------------------------------------------BUTTON DOWNLOAD-----------------------------*/

#instructions {
    float: none;
    margin-top: 40px;
    position: relative;
    margin-left: 130px;
    margin-right: 130px;
    text-align: center;
    justify-content: center;
}

.h4download {
    float: none;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    font-family: sans-serif;
    color: white;
    text-transform: uppercase;
}


#button {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    transition: all 0.1s ease;
    position: relative;
    border: solid 1px white;
    width: 235px;
    height: 235px;
    border-radius: 50%;
    /*right:-165px;
    top:-80px;*/
    cursor: pointer;
    -ms-transform: translateY(-50%);
    transform: translateX (-50%);
    transform: translateX (-50%);
    text-align: center;
    justify-content: center;
}


#button a {

    transition: all 0.4s ease;
    font-family: sans-serif;
    color: white;
    position: absolute;
    top: 45%;
    left: 12%;
    -ms-transform: translateY(-50%);
    transform: translateX (-50%);
    transform: translateX (-50%);
    text-align: center;
    justify-content: center;
    font-size: 1.8em;
    text-decoration: none;
}


#button:hover a {
    color: orangered;
}

#button:hover {
    background-color: white;
    border: solid 1px white;
}

/*--------------------------------------------FOOTER-----------------------------*/

footer {

    height: 820px;
}


.h2footer {
    text-align: center;
    margin: 0 auto;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 30px;


}

.h2footeremail {
    color: orangered;
    margin-top: 90px;
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

footer h2 a {
    color: orangered;

}

.h1footer {
    font-size: 150px;
}



.containerfooter {
    width: 100%;
    margin: 0 auto;
    position: relative;
}



#contact {

    padding: 25px;
    margin-top: 20px;
    margin-left: 130px;
    margin-right: 130px;
}


#pcopyright {
    padding-top: 90px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 15px;
}

#fakeheader {
    border-bottom: solid 1px;
    display: block;
    background-color: white;
    height: 17.5vw;
    width: 100%;

    box-sizing: border-box;
    text-align: center;
    justify-content: center;
}

#grid {
    z-index: 1;
    position: absolute;
    width: 100%;


}

.grid {
    z-index: 1;
    position: absolute;
    height: 17.5vw;
    width: 200%;
    margin: 0;


}

.grid {
    background-image:
        repeating-linear-gradient(#000 0 1px, transparent 1px 100%),
        repeating-linear-gradient(90deg, #000 0 1px, transparent 1px 100%);
    background-size: 50px 50px;
}
