@font-face {
    font-family: "tex_gyre_herosbold";
    src: url("../fonts/tex-font/texgyreheros-bold-webfont.eot");
    src: url("../fonts/tex-font/texgyreheros-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tex-font/texgyreheros-bold-webfont.woff2") format("woff2"), url("../fonts/tex-font/texgyreheros-bold-webfont.woff") format("woff"), url("../fonts/tex-font/texgyreheros-bold-webfont.ttf") format("truetype"), url("../fonts/tex-font/texgyreheros-bold-webfont.svg#tex_gyre_herosbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "tex_gyre_heros_cnbold";
    src: url("../fonts/tex-font/texgyreheroscn-bold-webfont.eot");
    src: url("../fonts/tex-font/texgyreheroscn-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tex-font/texgyreheroscn-bold-webfont.woff2") format("woff2"), url("../fonts/tex-font/texgyreheroscn-bold-webfont.woff") format("woff"), url("../fonts/tex-font/texgyreheroscn-bold-webfont.ttf") format("truetype"), url("../fonts/tex-font/texgyreheroscn-bold-webfont.svg#tex_gyre_heros_cnbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'twt-x';
    src: url('../fonts/twt-x.eot?jjyo3s');
    src: url('../fonts/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
        url('../fonts/twt-x.ttf?jjyo3s') format('truetype'),
        url('../fonts/twt-x.woff?jjyo3s') format('woff'),
        url('../fonts/twt-x.svg?jjyo3s#twt-x') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="twt-"],
[class*=" twt-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'twt-x' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.twt-x:before {
    content: "\e901";
}

body {
    /*cursor: url("../images/sitecursor-2.png") 25 25, auto;*/
    height: 100%;
    width: 100%;
}

a {
    transition: all 0.5s ease-out;
}

a:hover {
    opacity: 0.5;
}

div#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    max-width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.load-wrapper {
    display: block;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.loadTxt {
    margin: 165px 0 10px 0;
    line-height: 1;
    letter-spacing: 0;
    font-family: "tex_gyre_herosbold";
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
    letter-spacing: 5px;
}


/*sur-dav*/

body::-webkit-scrollbar {
    width: 0 !important;
}

body {
    overflow: -moz-scrollbars-none;
}

body {
    -ms-overflow-style: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

.header-logo img:hover {
    opacity: 0.7;
}

a {
    color: #fffcfc;
    transition: all 1s ease-out;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-family: "tex_gyre_herosbold";
    font-weight: normal;
    font-style: normal;
}

#container {
    position: relative;
}

.hidden {
    display: none;
}


/*scroll animation css */

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

section#tour .tour-wrap,
section#music .music-wrap,
section#video .video-wrap,
section#footer,
section#photo .photo-wrap span,
section#photo .photo-wrap .photo-sec {
    opacity: 0;
}
section#tour .tour-wrap.fade-in-bottom,
section#music .music-wrap.fade-in-bottom,
section#video .video-wrap.fade-in-bottom,
section#footer.fade-in-bottom,
section#photo .photo-wrap span.fade-in-bottom,
section#photo .photo-wrap .photo-sec.fade-in-bottom {
    opacity: 1;
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 1.5s cubic-bezier(0.19, 0.375, 0.565, 1) both;
    animation: fade-in-bottom 1.5s cubic-bezier(0.19, 0.375, 0.565, 1) both;
}


/* scroll animation css end*/


/* Section styles */

.landscape section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    /*background-attachment: fixed;*/
    background-position: center top;
    background-size: cover;
}

section#ftr-sec {
    width: 100%;
    /*height: auto;*/
    /* height: calc(100% / 3 * 2); */
    /* height: calc(100vh + 430px); */
    height: calc(100vh + 75vh);
    /* height: calc(100vh + 38vh); */
    background-color: #000000;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-image: url('../images/avamax_Footer_BG_image_Mobile.jpg');
    background-size: cover !important;
}

section#ftr-sec img {
    width: 100%;
}

.landscape section#footer {
    position: relative;
    background: #000;
    min-height: unset;
    overflow: auto;
    opacity: 1;
    color: #fff;
}

button.hub-modal-close {
    outline: none;
}


/* Header scroll animation */

@keyframes scroll_1 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-0.6em);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(0.6em);
    }

    100% {
        transform: translateY(0);
    }
}

.scroll-desktop {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%, -50%);
}

.scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    left: 50%;
    top: 0.6em;
    height: 1em;
    width: 0.4em;
    margin-left: -0.2em;
    border-radius: 0.4em;
    overflow: hidden;
}

.scroll-icon__wheel-inner {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: #FFFFFF;
    animation: scroll_1 2.75s ease-in-out infinite;
}

.scroll-icon {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 65px;
    width: 35px;
    border: 4px solid #FFFFFF;
    border-radius: 20px;
    font-size: 15px;
    margin-top: 0%;
}


/* Content styles */

.landscape .content {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 8%;
}

.landscape.hell .content {}

.landscape .logo {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
}

.menu a {
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "tex_gyre_herosbold";
}

section#main .content .getitnow {
    position: absolute;
    bottom: 16vh;
    left: 5vh;
    max-width: 180px;
}

.landscape section#main .content .email_wrap {
    position: fixed;
    left: 8.2vw;
    width: 445px;
    bottom: 0%;
}

#musicContent.lb_music_wrap {
    position: Fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: #FFFFFF;
    color: #000000;
}

.musicsection {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

#musicContent.lb_music_wrap ul.items {
    list-style: none;
}

#musicContent.lb_music_wrap .close,
#videoContent.lb_video_wrap .close {
    position: fixed;
    top: 1vw;
    right: 3vw;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

body #videoContent.lb_video_wrap .close {
    position: absolute;
}

.videoTitle {
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0px;
    letter-spacing: 6px;
}

#musicContent.lb_music_wrap .item a {
    color: #000000;
}

#musicContent.lb_music_wrap .items {
    width: 100%;
}

#videoContent.lb_video_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    color: #000000;
}

#videoContent.lb_video_wrap .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    padding: 5vw 4vw;
}


/*#videoContent.lb_video_wrap .items .video {

	width: 100%;

	padding-bottom: 56.25%;

	background-color: #000000;

}*/

section#music .title,
section#video .title,
section#ftr-sec .title {
    z-index: 2;
    font-size: 50px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: "tex_gyre_herosbold";
    padding-top: 5%;
}

section#music .title {
    padding-top: 2%;
    padding-bottom: 3%;
}

.title {
    overflow: hidden;
    text-align: center;
}

.title>span {
    position: relative;
    display: inline-block;
}

.title>span:before {
    right: 100%;
}

.title>span:after {
    left: 100%;
}


/* Portrait */

.portrait section {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    background-position: center top;
    background-size: cover;
    z-index: 2;
}

.portrait section#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    min-height: auto;
    z-index: 9999;
    background: transparent;
}

.portrait section#main {
    /* background-image: url('../images/Ava_KQ_Cover_mobile1.jpg');
    padding: 1.5vw 3vw; */
}

.portrait section#music {
    height: calc(1624 / 750 * 115vw);
}

.portrait section#video {
    /* background-image: url('../images/bg_video_mobile.jpg'); */
}

.portrait section#ftr-sec {
    grid-template-columns: 1fr 1fr;
    height: calc(100% / 2 * 100px);
    background-color: #d2d0d9;
}

.portrait #videoContent.lb_video_wrap .items {
    grid-template-columns: 1fr;
    grid-row-gap: 10vw;
    padding: 10vw 10vw;
}

a.getitnow {
    text-transform: uppercase;
    letter-spacing: 5px;
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 12px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/********************Social********/

ul.footer-social {
    padding: 0;
    text-align: center;
}

.socialLinks ul li a {
    text-decoration: none;
    font-size: 18px;
    outline: none;
}

.socialLinks ul li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.socialLinks a {
    color: #fff;
}

.header-logo {
    position: absolute;
    left: 8.2vw;
    top: 3.5vw;
    z-index: 100;
    text-align: left;
    display: block;
}

.header-logo h1#site-name {
    margin: 0;
    font-size: 0;
}

.header-logo h1#site-name a {
    display: block;
}

a.homeLink {
    display: none;
}


/* START - LIGHTBOX WRAPPER */

.lightbox-overlay.overlay {
    /*background-color: #73B3FC;*/
    background-color: #000000;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.7;
}

.lightbox-wrapper {
    position: fixed;
    max-width: 370px;
    width: 100%;
    /*left: 50%;

	top: 50%;*/
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    height: auto;
    background-color: #ffffff;
    z-index: 10000;
}

.lb-total {
    width: 95%;
    margin: 0 auto;
}

.close-wrapper {
    text-align: right;
    padding: 10px 0;
}

.close-wrapper a {
    /*color: #73B3FC;*/
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-decoration: underline;
    font-family: "tex_gyre_herosbold";
    font-weight: normal;
    font-style: normal;
}

.total-lb-wrap {
    width: 80%;
    margin: 0 auto;
}

.total-lb-wrap .album-name {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "tex_gyre_herosbold";
    font-weight: normal;
    font-style: normal;
}

a.getlink.fmo {
    /*border: 1px solid #73B3FC;
	color: #73B3FC;*/
    border: 1px solid #000000;
    color: #000000;
    line-height: 62px;
    height: 45px;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 12px;
    font-family: "tex_gyre_herosbold";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1.4px;
}

.album-name.oner .specialchar {
    background: linear-gradient(to right, #73b3fc 0%, #ff5c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.album-name.oner .firsttext {
    color: #73b3fc;
}

.album-name.oner .endtext {
    color: #ff5c00;
}


/*.album-name.oner .color2 {
    color: #FF5C00;
}

.album-name.oner .color3 {
    color: #FF5C00;
}*/

.album-name.twoer {
    color: #000000;
    padding-bottom: 15px;
}

.music-wrap,.tour-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3.5%;
    position: relative;
    z-index: 9999;
}


/* END - LIGHTBOX WRAPPER */

.getitnow-container {
    margin-top: 0.8%;
    text-align: center;
}

.TitleAndSelect {
    margin-top: 1.25%;
    text-transform: uppercase;
}

span.album-header {
    font-size: 50px;
    font-family: "tex_gyre_herosbold";
    text-transform: uppercase;
    color: #FFFFFF;
}

.getitnowTitle {
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-family: "tex_gyre_herosbold";
    margin: 0 auto;
    min-width: calc(174px - 21px);
}


/* START - Hamburger MENU */

.closeicon {
    display: none;
}


/*.hamburgermenu {

	position: absolute;

	right: 15px;

	top: 27px;

	z-index: 2;

} */

.hamburgermenu span {
    width: 20px;
    display: block;
    margin-bottom: 3px;
    border: 0px solid transparent;
    box-sizing: border-box;
    height: 2px;
    background: #fffcfc;
}

.hamburgermenu span:last-child {
    margin-bottom: 0;
}

.menuContents {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 100%;
    padding: 80px 0 60px;
    z-index: 1;
}

.menuContents a {
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.subscribepage section#music,
.subscribepage section#video,
.subscribepage section#ftr-sec,
.subscribepage section#footer,
.subscribepage .email_wrap,
.subscribepage .getitnow {
    display: none;
}

.portrait.subscribepage section#main {
    background: none;
}


/* END - Hamburger MENU */

.mp4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mp4 video {
    object-fit: cover;
}

.landscape .mp4.mobile,
.portrait .mp4.desktop {
    display: none;
}


/* START - ftr-sec PHOTOS STYLES*/

section#ftr-sec {
    display: block;
}

section#ftr-sec .title,
section#ftr-sec .title a {
    text-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
    text-decoration: none;
    color: #FFFFFF;
}


/* END - ftr-sec PHOTOS STYLES*/

.socialLinks ul li a:hover,
.landscape section#main .content .getitnow:hover,
#music a.title:hover,
#video a.title:hover {
    opacity: 0.5;
}

.menu a:hover {
    color: #FFFFFF;
}

#musicContent.lb_music_wrap .close:hover,
#videoContent.lb_video_wrap .close:hover {
    color: #73b3fc;
}

input,
select {
    -webkit-appearance: none;
    border-radius: 0px;
}

.subscribepage .menu a:hover {
    color: #FFFFFF;
    opacity: 0.5;
}

.content-attachment-video.content-attachments-focused {
    display: none !important;
}


/*reskin css*/

section#main .getButton {
    margin-top: 10px;
    margin-bottom: 30px;
}

section#main .getButton a {
    max-width: 105px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #fffcfc;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-family: "tex_gyre_herosbold";
    font-weight: normal;
    font-style: normal;
    margin: 0 auto;
}

section#main .getButton a:hover {
    border: 1px solid #fffcfc;
    color: #000000;
    background-color: #fffcfc;
    opacity: 1;
}

.menu a.subscribeLink {}

.landscape .menu {
    position: absolute;
    right: 10%;
    top: 6%;
    z-index: 2;
    text-align: right;
    display: block;
    width: 100%;
    background: transparent;
    padding: 6px 0;
}

.menu a {
    margin-right: 100px;
}

.menu a:nth-last-child(2) {
    margin-right: 0;
}

.email_wrap {
    display: block;
}

.mtitle {
    font-size: 18px;
    letter-spacing: 7px;
    text-align: center;
}

section#main .content .ctWrapperLeft.inview .albumHome.getitnow {
    right: 5vh;
    left: unset;
}

.ctWrapperLeft img.album_art.desktop,
.ctWrapperRight img.album_art.desktop {
    display: inline-block;
}

.ctWrapperLeft img.album_art.mobile,
.ctWrapperRight img.album_art.mobile {
    display: none;
}

.selectDown .dropdownlink {
    display: none;
}

.selectDown .dropdownlink.active {
    display: block;
}

.ctWrapperLeft {
    position: relative;
}

.contentWrapper img {
    width: 100%;
    height: auto;
}

.contentWrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
}

.ctWrapperLeft,
.ctWrapperRight {
    overflow: hidden;
}

.ctWrapperLeft,
.ctWrapperRight {
    overflow: hidden;
    background: linear-gradient(to bottom, transparent 50%, #000000bc 80%);
    display: inline-block;
}

.ctWrapperLeft img.album_art,
.ctWrapperRight img.album_art {
    width: 100%;
    height: auto;
    max-width: none;
    position: relative;
    z-index: -1;
    display: block;
}

section#main .contentWrapper .getButton a:hover,
.selectDown .dropdownlink .getitnow1:hover,
.selectDown .dropdownlink .getitnow2:hover {
    background: #f63222;
    border: 1px solid #f63222 !important;
    color: #ffffff;
}

.ctWrapperLeft,
.ctWrapperRight {
    min-height: 100%;
}

.ctWrapperLeft img.album_art,
.ctWrapperRight img.album_art {
    min-height: 100%;
}

.logo {
    /* cursor: pointer; */
}

.txt-wrap {
    margin-bottom: 0;
    font-size: 0.94vw;
    color: #fff;
}

.song-wrapper {
    position: fixed;
    right: 11%;
    width: 245px;
    bottom: 5%;
}

.song-txt {
    font-size: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    /* line-height: 26px;
  text-align: center;
  margin-bottom: 10px; */
}

.artist-txt span {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 26px;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

span.artist2 {
    text-align: right;
}

span.artist1 {
    text-align: left;
}

.artist-txt {
    font-size: 0px;
    max-width: 230px;
    margin: 0 auto;
}

.txt-wrap,
.button-wrap {
    display: inline-block;
    vertical-align: middle;
}

.txt-wrap,
.button-wrap {
    display: block;
    text-align: center;
}


.button-wrap a.out-button {
    width: 256px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    text-decoration: unset;
    font-size: 0.94vw;
    letter-spacing: 0;
    border: 1px solid #000000;
    margin: 0 auto;
    margin-top: 15px;
    color: #000000;
    background: #FFFFFF;
}

.button-wrap a.out-button:hover {
    opacity: 0.5;
}

.copyrightFooter a,
.copyrightFooter span {
    color: #ffffff;
    text-transform: uppercase;
}

.overlay-music {
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, black, transparent);
    position: relative;
}

a.closeicon {
    display: none;
}

.lovein_myself_img {
    width: 53.22vw;
    text-align: center;
    margin-bottom: 0.8vw;
}

.al-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

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

@media (min-width: 1024px) {
    .header-logo {
        max-width: 13%;
        width: 100%;
        padding: 0 0;
    }

    br.mobiles {
        display: none;
    }

    #menu-email {
        display: none;
    }

    .landscape .menu {
        padding: 0.3125vw 0;
    }

    .menu a {
        margin-right: 5.208333333333333vw;
        font-size: 1.0416666666666667vw;
        letter-spacing: 0;
        text-shadow: 1px 1px #000000;
    }

    .song-txt {
        font-size: 1.71875vw;
    }

    .button-wrap a.out-button {
        width: 8.54vw;
        /* width: 100%; */
        height: 2.6041666666666665vw;
        line-height: 2.6041666666666665vw;
        font-size: 0.94vw;
        letter-spacing: 0;
        border: none;
        margin: 0 auto;
        margin-top: 0;
    }

    .pre-button-wrap a:hover {
        opacity: 0.5;
    }

    .song-wrapper {
        position: fixed;
        right: 7%;
        width: 34.2vw;
        bottom: 1.5vw;
        text-align: right;
    }

    .al-wrap {
        width: 24vw;
        margin: 0 auto;
    }

    .button-wrap {
        margin-left: 0;
        max-width: 75%;
        margin: 0 auto;
    }

    .scroll-desktop {
        display: none;
    }

    .landscape section#main .content .email_wrap {
        width: 22vw;
        bottom: 2vw;
    }

    .presave-wrappper {
        display: flex;
        justify-content: space-around;
        max-width: 80vw;
        padding: 4vw 0 3vw 0;
        margin: auto;
    }

    .presave-img-wrapper {
        max-width: 32.97vw;
        margin: 0 auto;
        font-size: 2.1vw;
        text-align: center;
        line-height: 1;
    }

    .presave-artist-img {
        max-width: 15.15625vw;
        margin: auto;
    }

    .presave-link {
        max-width: 25.508333333333332vw;
        margin: auto;
        margin-left: 2%;
    }

    .pre-button-text {
        font-size: 1.4583333333333333vw;
    }

    .pre-button-wrap {
        margin: 1vw 0.5vw;
        display: inline-block;
    }

    .pre-button-wrap a {
        width: 10.0171875vw;
        height: 2.6041666666666665vw;
        line-height: 2.6041666666666665vw;
        font-size: 0.9375vw;
        letter-spacing: 0;
        border: none;
        margin: 0 auto;
        margin-top: 0;
        background: #FFFFFF;
        color: #000000;
        display: block;
        text-transform: uppercase;
        text-decoration: unset;
    }

    section#music .title,
    section#video .title,
    section#ftr-sec .title {
        font-size: 2.9166666666666665vw;
        letter-spacing: 0px;
    }

    .socials.socialLinks {
        padding-bottom: 5px;
        padding-left: 0px;
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 0;
        width: 100%;
    }

    .hamburgermenu {
        display: none;
    }

    a.closeicon {
        display: none;
    }

    .hamburgermenu {
        display: none;
    }

    section#main {
        /* background-size: 100% auto;
        background-position: 0 70%;
        background-repeat: no-repeat; */
        background: none;
        height: 100vh;
    }

    .socialLinks ul li a {
        font-size: 1.4258333333333333vw;
    }

    .socialLinks ul li.fs-sc {
        margin-right: 0.5208333333333334vw;
    }

    .socialLinks .icon-soundcloud:before {
        font-size: 2.2625vw;
    }

    .socialLinks ul li {
        margin-right: 1.4229166666666667vw;
    }

    .portrait .menu {
        position: absolute;
        right: 10%;
        top: 5%;
        z-index: 2;
        text-align: right;
        display: inline-block;
        width: 100%;
        background: transparent;
        padding: 0;
    }

    .portrait .email_wrap {
        width: 23.177083333333332vw;
        position: fixed;
        left: 10%;
        bottom: 5vw;
    }

    .portrait section#music {
        height: calc(1624 / 750 * 40vw);
        z-index: auto;
    }

    .portrait .content {
        padding-bottom: 8%;
    }
}

@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
    .portrait .email_wrap {
        width: 41.177083vw;
        padding: 2vw;
    }
    section#music .music-wrap{
    opacity: 1;
}
}

@media only screen and (max-width: 1023px) {
    .getitnowTitle {
        width: 66%;
        height: 45px;
        line-height: 43px;
        text-decoration: none;
        border: 1px solid #fffcfc;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0;
        margin: 0 auto;
        /* background: url(../images/dropdown-arrowNew.svg) no-repeat 99% center;
        background-size: 8%;
        background-position: 92% 48%; */
        min-width: calc(174px - 21px);
    }

    .al-wrap {
        flex-direction: column;
    }

    .txt-wrap, .button-wrap a.out-button {
        font-size: 4.79vw;
    }

    .button-wrap a.out-button {
        width: 100%;
        height: 10.6vw;
        line-height: 10.6vw;
        padding: 0 5.6vw;
    }

    .portrait .content .logo {
        width: 90%;
        margin: 0 auto;
        position: absolute;
        bottom: unset;
        left: 4%;
        top: 40%;
    }

    .loadTxt {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .subscribepage .mp4.mobile {
        display: none;
    }

    section#main {
        text-align: center;
        /* mix-blend-mode: difference; */
    }

    .content {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .portrait #main .content .contentWrap {
        position: fixed;
    }

    a.getitnow {
        position: absolute;
        bottom: 20px;
        text-align: center;
        left: 0;
        transform: translate(71%, 50%);
    }

    fieldset .mlistsecondheader,
    #musicSection fieldset {
        text-align: center;
    }

    .terms {
        padding-top: 0;
        text-align: left;
    }

    .load-wrapper {
        top: 35%;
    }

    .email_wrap {
        position: fixed;
        bottom: unset;
        margin: 0 auto;
        /* width: 315px; */
        left: 8%;
        text-align: center;
        top: 75%;
    }

    div#mlistfooters {
        display: block;
    }

    #tourFooter div#mlistfooters {
        margin-bottom: 15vw;
    }

    .content .getitnow-container {
        display: block;
        font-size: 20px;
        color: #FFFFFF;
        position: absolute;
        top: unset;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -48%);
        z-index: 10;
        bottom: unset;
        top: 55%;
    }

    span.album-header {
        font-size: 40px;
        font-family: "tex_gyre_herosbold";
        text-transform: uppercase;
        color: #FFFFFF;
    }

    .portrait section#main .content .getitnow {
        bottom: 57vh;
        left: 0;
        max-width: 120px;
        right: 0;
        margin: 0 auto;
    }

    section#main .getButton a {
        max-width: 120px;
    }

    .landscape section#main .content .getitnow {
        bottom: 15px;
        left: 10px;
        max-width: 120px;
        right: auto;
        margin: 0 auto;
    }

    .landscape section#main {
        background: none;
    }

    .menu a {
        padding-top: 20px;
    }

    section#main .getButton {
        margin-top: 0;
    }

    .hamburgermenu {
        position: absolute;
        padding: 0;
        transform: none;
        z-index: 999999999;
        width: auto;
        display: block;
        margin: 0;
        top: 7.8vw;
        right: 5.3vw;
    }

    .lovein_myself_img {
        width: 91.73vw;
        margin-bottom: 0;
    }

    .header-logo {
        max-width: 33.33vw;
        width: 100%;
        display: block;
        margin: 0%;
        position: absolute;
        top: 9.8vw;
        left: 8.2vw;
        z-index: 999999;
    }

    .email_wrap {
        display: none;
    }

    #menu-email {
        display: block;
        top: 30%;
        left: auto;
    }

    .portrait section#main {
        height: 100vh;
    }

    .heaven.portrait section#main {
        height: calc(1624 / 750 * 105vw);
    }

    ul.footer-social {
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .ctWrapperLeft,
    .ctWrapperRight {
        height: 100vh;
        min-height: 100%;
    }

    .ctWrapperLeft img.album_art.desktop,
    .ctWrapperRight img.album_art.desktop {
        display: none;
    }

    .ctWrapperLeft img.album_art.mobile,
    .ctWrapperRight img.album_art.mobile {
        display: inline-block;
    }

    .ctWrapperLeft .albumHome,
    .ctWrapperRight .albumHome {
        display: none;
    }

    .selectDown .dropdownlink.active a {
        width: 100%;
        display: block;
        position: absolute;
        padding-top: 9px;
        padding-bottom: 9px;
        font-family: "tex_gyre_herosbold";
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
    }

    .selectDown .dropdownlink.active a:last-child {
        margin-top: 43px;
        border: 1px solid #fffcfc;
        border-top: none;
    }

    .selectDown .dropdownlink.active a:first-child {
        border: 1px solid #948080;
        border-top: none;
    }

    section#ftr-sec {
        height: 100vh;
        background-image: url("../images/avamax_Footer_BG_image_Mobile.jpg");
    }

    .portrait section#footer {
        position: relative;
        left: 0;
        bottom: 0;
        height: auto;
        min-height: auto;
        z-index: 9999;
        background: #000;
        opacity: 1;
    }
}

@media (max-width: 1023px) {
    .presave-wrappper {
        max-width: 85%;
        margin: auto;
        width: 100%;
    }

    .txt-wrap {
        margin-bottom: 2%;
    }

    .txt-wrap, .txt-wrap,
    .button-wrap {
        display: block;
    }

    .presave-img-wrapper {
        max-width: 100%;
        margin: 0 auto 2%;
        font-size: 12vw;
        line-height: 1;
        color: #ffffff;
    }

    .pre-button-text {
        font-size: 18px;
    }

    .pre-button-wrap a {
        width: 178px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        letter-spacing: 0;
        border: none;
        margin: 0 auto;
        margin-top: 0;
        background: #FFFFFF;
        color: #000000;
        display: block;
        text-transform: uppercase;
        text-decoration: unset;
    }

    .pre-button-wrap {
        margin: 20px auto;
    }

    section#music .title {
        padding-top: 15%;
        padding-bottom: 3%;
    }

    .portrait section#music {
        height: 261vw;
        padding-top: 20px;
    }

    section#music .title,
    section#video .title,
    section#ftr-sec .title {
        font-size: 56px;
        letter-spacing: 0;
    }

    .title>span:before,
    .title>span:after {
        border-bottom: 4px solid #ffffff;
    }

    .scroll-desktop {
        display: none;
    }

    .load-wrapper {
        display: block;
        width: 80%;
        position: absolute;
        left: 50%;
        top: 20%;
        transform: translate(-50%, -50%);
    }

    .email_wrap {
        bottom: 30px;
        margin: 0 auto;
        width: 90%;
        left: 5%;
        /* left: 50%;
        transform: translateX(-50%); */
    }

    .hamburgermenuopened {
        display: inline-block;
        vertical-align: middle;
        display: none;
    }

    .menutext {
        display: inline-block;
        display: block;
        vertical-align: middle;
        font-size: 5.333333vw;
        letter-spacing: 0;
        text-transform: uppercase;
        font-family: "tex_gyre_herosbold";
        mix-blend-mode: difference;
        color: #fff;
    }

    .menu {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999;
        background: #000;
        width: 100%;
        height: 100%;
        padding-top: 50%;
    }

    .menu a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 15px;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .closeicon {
        display: block;
        /* cursor: pointer; */
    }

    a.closeicon:after {
        content: "close";
        display: block;
        font-size: 8px;
        letter-spacing: 4px;
    }

    .portrait.subscribepage section {
        height: auto;
    }

    .contentWrapper {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .song-wrapper {
        position: fixed;
        top: 45%;
        width: 245px;
        bottom: 25%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    a.homeLink {
        display: block;
    }

    .overlay-music {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .lightbox-wrapper {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .lightbox-wrapper .total-lb-wrap .album-name {
        font-size: 10px;
    }

    .landscape .lightbox-wrapper {
        max-width: 250px;
    }


    /* .hamburgermenu {
        display: none;
    } */
    a.closeicon {
        display: none !important;
    }

    .landscape .logo {
        width: 45%;
        margin-top: 10%;
    }

    span.album-header {
        font-size: 30px;
    }

    .landscape section#main .content .email_wrap {
        position: fixed;
        left: 32.5%;
        width: 240px;
        bottom: unset;
        top: 220px;
    }

    .landscape .menu a {
        padding-top: 10px;
        display: block;
        margin-right: 5px;
        width: auto;
        color: #FFFFFF;
    }

    .music-wrap {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 2000px) {
    div.lightbox-wrapper {
        max-width: 500px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .portrait .logo {
        margin-top: 60%;
    }

    .portrait section {
        /* height: calc(1023 / 750 * 94vw);  */
        z-index: auto;
    }

    section#ftr-sec {
        height: 130vh;
    }

    .heaven.portrait section#video {
        background: #d9edff;
        height: auto;
    }

    .hell.portrait section#video {
        background: #000000;
        height: auto;
    }

    .email_wrap {
        position: absolute;
        bottom: 8%;
        width: 50%;
        left: 20%;
    }

    section#main .getButton a {
        max-width: 100%;
    }

    section#main .content .getitnow {
        position: absolute;
        bottom: 28%;
        left: 0;
        max-width: 150px;
        right: 0;
        margin: 0 auto;
    }

    .content .getitnow-container {
        display: block;
        font-size: 20px;
        color: #FFFFFF;
        position: relative;
        top: unset;
    }
}

@media screen and (min-width: 1900px) {
    .landscape .logo {
        margin-top: 35vh;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    .content .getitnow-container {
        top: 193px;
    }

    .ctWrapperLeft img.album_art.desktop,
    .ctWrapperRight img.album_art.desktop {
        display: block;
    }

    ul.footer-social {
        padding-top: 0;
    }

    .landscape .menu {
        display: none;
        top: 35%;
        padding: 0;
        padding-top: 15%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
    .total-lb-wrap .album-name {
        font-size: 13px;
    }

    .lightbox-wrapper {
        max-width: 290px;
    }

    a.getlink.fmo {
        font-size: 11px;
    }

    .close-wrapper a {
        font-size: 10px;
    }
}

@media (max-width: 1023px) and (min-width: 767px) and (orientation: Portrait) {
    section#main:before {
        height: 100%;
    }

    .portrait section#music {
        height: 80vh;
        padding-top: 0;
    }

    .email_wrap {
        position: fixed;
        left: 26%;
    }
}

@media (max-width: 1023px) and (min-width: 767px) and (orientation: landscape) {
    .hamburgermenu {
        text-align: center;
    }

    .landscape .menu {
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }

    .menu a.homeLink {
        padding-top: 50px;
    }

    .song-wrapper {
        /* top: 76%; */
        /* left: 78%; */
    }

    .landscape section#music {
        height: 150vh;
    }

    a.buttonmusic {
        bottom: 0px;
    }

    .landscape section#music .content {
        margin-bottom: 6%;
    }
}

@media (max-width: 1023px) and (orientation: Portrait) {
    section#main .contentWrapper {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    section#main {
        z-index: 999999;
    }

    .email_wrap {
        bottom: 150px;
    }

    .song-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        transform: unset;
        width: 100%;
        left: auto;
        text-align: center;
        margin: 0 auto;
        right: unset;
        max-width: 100%;
        padding-top: 67vh;
    }

    .email_wrap {
        position: relative;
        bottom: unset;
        margin: 0 auto;
        /* width: 315px;
    left: unset; */
        text-align: center;
        top: unset;
    }

    section#main:before {
        height: 100vh;
        content: "";
        background: url(../images/Mobile_FIRE_PLAY_FIRE.jpg) no-repeat;
        background-position: center bottom;
        background-size: cover;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: -1;
    }

    .portrait #main .content .contentWrap {
        position: relative;
    }

    .socialLinks ul li a {
        font-size: 22px;
    }

    .socialLinks ul li {
        margin-right: 20px;
    }

    .icon-soundcloud:before {
        content: "\eac3";
        font-size: 35px;
    }
}

@media (max-width: 1023px) and (orientation: landscape) {
    .landscape section#music {
        height: 290vh;
    }

    .landscape a.buttonvideo {
        border-bottom: 0.20833333333333334vw solid #000000;
        color: #000000;
    }

    section#ftr-sec {
        height: 300vh;
    }

    .song-wrapper {
        position: absolute;
        top: 70%;
    }

    .menu a {
        display: inline-block;
        width: 8%;
        margin: 0 auto;
        padding-top: 15px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .landscape .menu {
        display: block;
    }

    .hamburgermenu {
        display: none;
    }

    #menu-email {
        display: none;
    }

    .menu a.homeLink {
        padding-top: 15px;
    }

    .landscape .menu {
        /* left: 43%; */
    }

    a.homeLink {
        display: none;
    }

    .presave-wrappper {
        max-width: 47%;
        margin: 5% auto;
        width: 100%;
    }

    .menu a.homeLink {
        padding-top: 15px;
        display: none !important;
    }

    #mlistfooters .mailing-lister-wrapper #mlform #terms .terms-message,
    #mlistfooters .mailing-lister-wrapper #secondform #terms .terms-message {
        bottom: -150px;
    }

    .landscape .menu {
        right: 0;
        top: 3%;
        height: 10%;
        left: 43%;
        padding-top: 1%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) and (orientation: portrait) {
    .portrait .song-wrapper {
        bottom: 13.5vw;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) and (orientation: portrait) {
    section#main:before {
        height: 100vh;
        left: 0;
        right: 0;
        z-index: -1;
        background: url(../images/avamax_Header_Red_BG_Mobile.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (max-width: 767px) {
    section#ftr-sec {
        height: auto;
        background-size: 100% 100%;
        /* min-height: calc(100vh + 160px); */
        min-height: calc(100vh + 0px);
    }

    .portrait section {
        position: static;
        min-height: 100vh;
        height: auto;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .menu a {
        display: inline-block;
        width: 8%;
        margin: 0 auto;
        padding-top: 15px;
        font-size: 12px;
        letter-spacing: 0;
    }

    .hamburgermenu {
        display: none;
    }

    #menu-email {
        display: none;
    }

    .menu a.homeLink {
        padding-top: 15px;
    }

    .landscape .menu {
        display: block;
        left: 45%;
        padding-top: 0;
        height: 0;
        top: 3vw;
        position: absolute;
    }

    a.homeLink {
        display: none;
    }

    .landscape .menu a {
        padding-top: 10px;
        display: inline-block;
        margin-right: 5px;
        width: 8%;
    }

    section#ftr-sec {
        height: 300vh;
    }

    #mlistfooters .mailing-lister-wrapper #mlform #terms .terms-message,
    #mlistfooters .mailing-lister-wrapper #secondform #terms .terms-message {
        bottom: -150px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) and (orientation: portrait) {
    .portrait section {
        position: static;
        min-height: 100vh;
        height: auto;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .header-logo {
        margin-top: 4%;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .portrait section#ftr-sec {
        background-position: 85% center;
        margin-top: 1.7%;
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .portrait section#footer {
        position: static;
    }

    .portrait section#footer {
        position: relative;
        left: 0;
        bottom: 0;
        height: auto;
        min-height: auto;
        z-index: 9999;
        background: #000;
        opacity: 1;
        margin-top: -1vw;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) {
    section#ftr-sec {
        height: 100vh;
        background-image: url("../images/avamax_Footer_BG_image_Mobile.jpg") !important;
        background-size: cover;
        background-position: top !important;

    }
}

@media only screen and (max-height: 1366px) and (min-width: 1024px) and (orientation: portrait) {
    .menu a {
        font-size: 2.041667vw;
    }

    .header-logo {
        max-width: 18%;
        top: 6.5vw;
    }

    .button-wrap a.out-button {
        width: 19.54vw;
        height: 5.604167vw;
        line-height: 5.604167vw;
        font-size: 2.3375vw;
    }

    .portrait section#music {
        height: calc(1624 / 750 * 33vw); 
    }

    .portrait .content {
        padding-bottom: 0;
    }

    .socialLinks ul li {
        margin-right: 3.422917vw;
    }

    .socialLinks ul li a {
        font-size: 3.425833vw;
    }

    .socialLinks .icon-soundcloud:before {
        font-size: 4.2625vw;
    }

}

@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
    .header-logo {
        margin-top: -7%;
    }

    .landscape .menu {
        top: -29%;
        padding-top: 4% !important;
    }

    .lovein_myself_img {
        width: 31.73vw;
    }

    .button-wrap a.out-button {
        height: 5.6vw;
        line-height: 5.6vw;
    }
}
@media only screen and (max-width: 1023px) and (orientation: Landscape) {
        .presave-img-wrapper {
        font-size: 2vw;
    }
    .txt-wrap, .button-wrap a.out-button {
        font-size: 2.79vw;
    }
     .button-wrap a.out-button {
        height: 5.6vw;
        line-height: 5.6vw;
        margin-top: 0;
    }
        .presave-img-wrapper {
        margin: 0 auto 0%;
    }
     .song-wrapper {
        top: 71%;
    }
}