@keyframes move-icon {
    0% {
        transform: rotate(0deg);
    }
    8% {
        transform: rotate(0deg);
    }
    14% {
        transform: rotate(-8deg);
    }
    16% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

a.latestIcon {
    font-size: 0;
}

a.latestIcon img {
    border-radius: 1vw;
    cursor: pointer;
}

img.phoneBg {
    width: 19vw;
}

.socials-wrapper {
    height: auto;
    top: 27%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 78%;
    text-align: center;
}

.appRightIcons li {
    list-style: none;
    display: inline-block;
}

.appLeftIcons,
.appRightIcons {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.appRightIcons {
    width: 49%;
}

.newApps {
    text-align: left;
    margin-top: 10px;
}

.pop-up {
    height: auto;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 95%;
    text-align: center;
}

li.one {
    margin: 0 7px 12px 0;
}

li.three {
    margin: 0 7px 5px 0;
}

a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* .appRight li {
    list-style-type: none;
    margin: 0 0.325vw 1.75vh 0;
    display: inline-block;
} */

.appTitle {
    color: #fff;
    margin: 0.25vh 0 0 0;
    font-size: 0.55vw;
    letter-spacing: 0;
}

a.sociala {
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2vw;
    padding: 0.6vw;
    border-radius: 0.5vw;
    box-sizing: border-box;
    display: inline-block;
}

.total-wrapper .wrapper {
    max-width: 17vw;
    margin: 0 auto;
}

.total-wrapper {
    position: relative;
}

a.icon-soundcloud1.sociala {
    margin-right: 0;
    font-size: 24px;
    vertical-align: sub;
}

a.sociala.icon-Icon-awesome-headphones-alt {
    background: #facc8d;
}

a.sociala.icon-Icon-map-clothing-store {
    background: #d0eed2;
    display: none;
}

.appTitle.merch {
    display: none;
}

a.sociala.icon-Path-9226 {
    background: #ccbdee;
    margin-left: 2px;
}

a.sociala.gallery {
    background-color: #AB9CDC;
}

a.sociala.icon-Icon-awesome-microphone {
    background: #d0eed2;
    display: block;
    width: 2.5vw;
    margin-left: 0;
}

.appTitle.tw {
    width: 2.5vw;
}

img {
    max-width: 100%;
    height: auto;
}

.appcenter {
    width: 27%;
    text-align: center;
    margin-left: 4%;
}

.headerSection {
    /* max-width: 100%; */
    /* margin: 0 auto; */
    /* width: 100%; */
    /* position: relative; */
    /* min-height: 77vh; */
    /* background: url(../images/iPhone-new.png) no-repeat top center transparent; */
    /* background-size: contain; */
    /* height: auto; */
}

.headerInnerWrapper {
    padding-top: 0;
    position: absolute;
    top: 4%;
    width: 100%;
    z-index: 1000;
}

.logo {
    text-align: center;
}

.headerfotter {
    position: absolute;
    display: block;
    bottom: 4vh;
    width: 100%;
}

.socials-wrapper a:hover,
a:hover {
    opacity: 0.5;
}

.wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.mobileWidgets a {
    text-decoration: none;
    color: #fff;
    font-size: 1.25vw;
    padding: 0.5vw;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.5vw;
}

.mobileWidgets a:nth-child(2) {
    margin: 1.75vh 0.75vw;
}

.icon-battery_full {
    transform: rotate(90deg);
}

.topIcons div {
    display: inline-block;
    font-size: 0.65vw;
    vertical-align: middle;
}

.topIcons,
.year {
    display: inline-block;
    width: 48%;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
}

.topIcons {
    text-align: right;
    position: relative;
}

.appLeft .appTitle {
    line-height: 1;
    margin: 3px 0 0;
}

.year {
    font-size: 0.875vw;
    letter-spacing: 2px;
    line-height: 1.75;
    font-weight: 700;
    margin-left: 0.5vw;
    width: 6vw;
}

.topIcons div:nth-child(2) {
    margin: 0 0.125vw 0 0.235vw;
}

.topIcons div.icon-battery_full {
    font-size: 0.985vw;
    line-height: 1;
}

a.open-popup-link img {
    /*max-width: 1.2vw;*/
    max-width: 1.25vw;
}

.mobileWidgets a:first-child {
    padding: 0.5675vw 0.675vw;
    font-size: 0;
    background: #f89ad1;
}

a.open-popup-link.icon-envelope {
    background: #f1e4c1;
}

a.open-popup-link.icon-phone {
    background: #9ff3d6;
    font-size: 1.25vw;
    position: relative;
    overflow: visible;
    margin: 1.75vh 0.75vw;
}

.mobileWidgets {
    width: 15.1vw;
    margin: 0 auto;
    text-align: center;
    background: url(../images/iphoneNavBg.png) no-repeat center / cover;
    border-radius: 1vw;
    box-sizing: border-box;
}

.mobileWidgets sup {
    border-radius: 50%;
    position: absolute;
    top: -1.5vh;
    width: 1.3vw;
    right: -0.5vw;
    height: 1.3vw;
    box-sizing: border-box;
    background: red;
    color: #fff;
    font-size: 0.6vw;
    line-height: 1.3vw;
    font-family: "Avenir LT W01_65 Medium1475532";
}

.mobileWidgets a:hover {
    opacity: 0.7;
}

.mobileWidgets:after {
    content: '';
    border-bottom: 0.235vw solid #fff;
    width: 5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1vw;
    box-sizing: border-box;
    opacity: 0.75;
}

br.mobileOnly {
    display: none;
}

span.sepr.desk {
    display: inline-block;
}

a#presavePop {
    background: #f89ad1;
    line-height: 1;
    padding: 0.5vw 0.65vw 0.3vw;
}

a.icon-Icon-awesome-phone {
    margin: 1.75vh 0.75vw;
}

.appTitle.music {
    color: #fff;
    margin: 0.25vh 0 0 0;
    font-size: 0.55vw;
    letter-spacing: 0;
}

.contentWrapper {
    min-height: 100vh;
    position: relative;
    height: 100vh;
    background: url('../images/HomeHeader.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.pop-wrap {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.7vw;
    box-sizing: border-box;
    margin-top: 2vw;
}

.icon-Icon-awesome-phone.popup {
    background: #9ff3d6;
    border-radius: 0.3vw;
    padding: 0.3vw 0.3vw;
    font-size: 0.5vw;
}

.pop-txt1 div {
    display: inline-block;
    vertical-align: middle;
}

.pop-text {
    text-transform: lowercase;
    width: 90%;
    margin: 0 auto;
    padding-top: 0.8vw;
}

.popTitle {
    font-size: 0.7vw;
    padding-left: 0.3vw;
}

.pop-txt2 {
    font-size: 0.7vw;
    padding: 0.5vw 0;
}

.pop-btn {
    text-align: center;
    width: 100%;
    border-top: 1px solid #707070;
}

.pop-btn a {
    font-size: 0.8vw;
    text-transform: lowercase;
    text-decoration: none;
    color: #000;
    padding: 0.8vw 2.2vw;
    display: inline-block;
    box-sizing: border-box;
}

a.pop-not {
    border-right: 0.5px solid #707070;
}

.headerSection {
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

a.sociala.gallery {
    padding: 0.5vw 0.65vw 0.3vw;
}

@media only screen and (max-width: 1024px) {
    .appTitle.music {
        font-size: 9px;
    }
    a#presavePop {
        padding: 1.573vw 1.46vw 0.51vw;
    }
    .appTitle {
        font-size: 12px;
    }
    img.phoneBg {
        width: 30vw;
    }
}

@media only screen and (max-width: 1023px) {
    .pop-wrap {
        width: 85%;
        border-radius: 10px;
        margin-top: 10px;
    }
    .popTitle {
        font-size: 13px;
        padding-left: 4px;
    }
    .pop-txt2 {
        font-size: 17px;
        padding: 10px 0;
    }
    .icon-Icon-awesome-phone.popup {
        background: #9ff3d6;
        border-radius: 6px;
        padding: 7px 9px;
        font-size: 9px;
    }
    .pop-btn a {
        font-size: 17px;
        padding: 10px 49px;
    }
    .total-wrapper .wrapper {
        max-width: 48vw;
    }
    .newApps {
        display: block;
        margin-top: 2vh;
    }
    .newApps img {
        max-width: 6vw;
    }
    a.sociala {
        font-size: 2.75vw;
        padding: 1.75vw;
        border-radius: 1.75vw;
    }
    .appTitle {
        font-size: 2vw;
    }
    a.icon-Icon-awesome-microphone.sociala,
    .appTitle.tw {
        width: 6.75vw;
    }
    .mobileWidgets {
        width: 41.5vw;
        border-radius: 1vw;
    }
    .mobileWidgets a {
        font-size: 3.975vw;
        padding: 2.5vw;
        border-radius: 1vw;
    }
    .mobileWidgets a:first-child {
        padding: 2.875vw 3.45vw;
    }
    a.open-popup-link img {
        max-width: 3.525vw;
    }
    .mobileWidgets a:nth-child(2) {
        margin: 2vh 3.5vw;
    }
    a.open-popup-link.icon-phone {
        font-size: 4.75vw;
    }
    .mobileWidgets sup {
        top: -1vh;
        width: 4vw;
        right: -1vw;
        height: 4vw;
        font-size: 14px;
        line-height: 4vw;
    }
    .mobileWidgets:after {
        border-bottom: 0.75vw solid #fff;
        width: 14vw;
        border-radius: 2vw;
    }
    .appTitle.music {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .contentWrapper {
        background: url('../images/HomeHeaderM.jpg') no-repeat;
        background-size: cover;
        background-position: center;
    }
    .pop-wrap {
        width: 85%;
        border-radius: 10px;
        margin-top: 10px;
    }
    .popTitle {
        font-size: 8px;
        padding-left: 4px;
    }
    .pop-txt2 {
        font-size: 10px;
        padding: 7px 0;
    }
    .icon-Icon-awesome-phone.popup {
        background: #9ff3d6;
        border-radius: 4px;
        padding: 4px 5px;
        font-size: 7px;
    }
    .pop-btn a {
        font-size: 12px;
        padding: 10px 25px;
    }
    .appcenter {
        margin-top: 14px;
    }
    br.mobileOnly {
        display: block;
    }
    span.sepr.desk {
        display: none;
    }
    a.sociala {
        font-size: 3.75vw;
        padding: 2.5vw;
    }
    a.icon-Icon-awesome-microphone.sociala,
    .appTitle.tw {
        width: 8.75vw;
        margin-left: 1.25vw;
        clear: both;
    }
    a.icon-Icon-awesome-microphone.sociala {
        margin-top: 1vh;
    }
    .appTitle {
        margin: 0.5vh 0 0 0;
    }
    .mobileWidgets {
        width: 51.5vw;
        border-radius: 5vw;
    }
    .topIcons:after {
        bottom: 0;
        width: 5vw;
        left: 78%;
    }
    .headerfotter {
        bottom: 3.5vh;
    }
    .appTitle.music {
        font-size: 1.8vw;
    }
    .mobileWidgets sup {
        font-size: 1.4vw;
    }
    a#presavePop {
        padding: 2.5vw 2vw 0.3vw;
    }
    a.open-popup-link img {
        max-width: 4.525vw;
    }
    a.latestIcon img {
        border-radius: 20px;
    }
    img.phoneBg {
        width: 75vw;
        max-width: none;
    }
    a.sociala.gallery {
        padding: 1.975vw 2.5vw 1.53vw;
    }
}

@media only screen and (max-width:812px) and (orientation:landscape) {
    .contentWrapper {
        height: auto;
        position: relative;
        min-height: 170vh;
        padding: 16vh 0;
    }
    a.sociala.icon-Icon-awesome-headphones-alt {
        background: #facc8d;
        font-size: 2.75vw;
        padding: 1.965vw 1.5vw;
    }
    .newApps {
        margin-top: 6vh;
    }
    .headerSection {
        min-height: 170vh;
        top: 46%;
    }
    .mobileWidgets a:nth-child(2) {
        margin: 5.5vh 4.5vw;
    }
    .appTitle {
        font-size: 1.5vw;
    }
    a.sociala {
        font-size: 2.25vw;
        padding: 1.5vw;
        border-radius: 1vw;
    }
    a.icon-Icon-awesome-microphone.sociala,
    .appTitle.tw {
        width: 4.75vw;
    }
    .mobileWidgets a:first-child {
        padding: 1.25vw 1.725vw;
    }
    .mobileWidgets a:nth-child(2) {
        margin: 3.5vh 1.5vw;
    }
    a.open-popup-link img {
        max-width: 3.5vw;
    }
    a.open-popup-link.icon-phone {
        font-size: 3vw;
    }
    .mobileWidgets a {
        font-size: 2.5vw;
        padding: 1.25vw;
    }
    .mobileWidgets {
        width: 28.5vw;
        border-radius: 25px;
    }
    .mobileWidgets sup {
        width: 2.25vw;
        height: 2.25vw;
        line-height: 2.25vw;
        font-size: 8px;
    }
    .headerfotter {
        bottom: 17vh;
    }
    .appTitle.music {
        font-size: 1.1vw;
    }
    a.icon-Icon-awesome-microphone.sociala {
        margin-top: 10px;
    }
    a#presavePop {
        padding: 1vw 1.2vw 0.3vw;
    }
    img.phoneBg {
        width: 45vw;
    }
}

@media only screen and (min-width:760px) and (max-width:812px) and (orientation:landscape) {
    .contentWrapper {
        padding: 45vh 0;
    }
    .headerfotter {
        bottom: 10vh;
    }
    a.social {
        margin: 0 0 15px;
    }
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) {
    a#presavePop {
        padding: 1.05vw 1.265vw 0.9vw;
    }
    img.phoneBg {
        width: 30vw;
    }
    .headerfotter {
        bottom: 2vh;
    }
    a.sociala,
    a.sociala.gallery {
        font-size: 1.75vw;
        padding: 1vw;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    .appTitle {
        font-size: 14px;
    }
    .appTitle.music {
        font-size: 9px;
    }
    img.phoneBg {
        width: 51vw;
    }
    a.sociala.gallery {
        font-size: 2.75vw;
        padding: 1.75vw;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .appTitle {
        font-size: 9px;
    }
}

@media (min-width:812px) and (max-width: 1023px) {
    img.phoneBg {
        width: 51vw;
    }
    .contentWrapper {
        min-height: 1020px;
    }
}

@media(min-width:1024px) {
    .about-wrapper p {
        font-size: 16px;
    }
}

.scrolldown {
    background: url(../images/scroll-down.png) no-repeat;
    background-size: cover;
    width: 28px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.190, 0.375, 0.565, 1.000) both;
    animation: fade-in-bottom 0.8s cubic-bezier(0.190, 0.375, 0.565, 1.000) both;
}

div#music,
div#mail,
div#tour,
div#video,
div#footer {
    opacity: 0;
}

div#music.fade-in-bottom,
div#mail.fade-in-bottom,
div#tour.fade-in-bottom,
div#video.fade-in-bottom, div#footer.fade-in-bottom {
    opacity: 1;
}