

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    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;
}

.icon-facebook12:before {
    content: "\ea90";
}

.icon-instagram12:before {
    content: "\ea92";
}

.icon-spotify12:before {
    content: "\ea94";
}

.icon-twitter12:before {
    content: "\ea96";
}

.icon-youtube12:before {
    content: "\ea9d";
}

.icon-appleinc12:before {
    content: "\eabe";
}

.icon-soundcloud12:before {
    content: "\eac3";
}
@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/2023-09/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";
  }
img {
    max-width: 100%;
    height: auto;
}

a {
    outline: none;
    text-decoration: none;
}

.copyright a:hover,
.backbutton a:hover {
    color: #F1C82D;
}

.socials a:hover {
    color: #F1C82D;
}

body {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 900;
    padding: 0;
    margin: 0;
    background: #040404;
    /*background-size: 100% auto;*/
    /*background-repeat: no-repeat;
  
	  background-attachment: fixed;*/
    -webkit-text-size-adjust: none;
    color: #fff;
    overflow-x: hidden;
    border-left: 7px solid #007ba7;
    border-width: 3px 0 3px 17px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #F1C82D, #F1C82D, #F5E990, #F1C82D) 1 100%;
    /* -webkit-border-image:linear-gradient(linear, 0 0, 0 100%, from(#F1C82D), to(#F5E990)) 1 100%, to(#f4c828)) 1 100%;
    -webkit-border-image: linear-gradient( #F1C82D, #F1C82D, #F5E990, #F1C82D) 1 100%;
    -moz-border-image: linear-gradient(#F1C82D, #F1C82D, #F5E990, #F1C82D) 1 100%;
    -o-border-image: -o-linear-gradient(#F1C82D, #F1C82D, #F5E990, #F1C82D) 1 100%; */
}

.totalWrapper {
    text-align: center;
    font-size: 0;
}


/*.topWrapper {
  
	  min-height: calc(100vh - 105px);
  
  }*/

.headerWrapper {
    max-width: 580px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 85px;
}

.headerImage {
    margin-bottom: 20px;
}

.get-it-now a {
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background: #040404;
    width: 210px;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.get-it-now a:hover {
    background: #fff;
    color: #040404;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}


/*Music Style*/

.music-section {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.stream-wrapper ul {
    padding: 0;
    margin-bottom: 0;
    min-height: 35px;
    border: 0;
}

.stream-wrapper ul li div {
    background: transparent;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 23px;
    box-sizing: border-box;
    height: 25px;
    /* margin: 0 9px 0 0; */
    padding: 0 26px 0 8px;
    position: relative;
    text-align: center;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
}

.stream-wrapper ul li {
    list-style: none;
    border: 0;
    text-align: left;
}

.stream-wrapper>ul>li div {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.stream-wrapper ul li .streaming {
    /* max-width: 200px; */
    text-align: left;
    padding-left: 0;
    background: url(../images/angle-down1.svg) no-repeat scroll right 0px top 2px;
    background-size: 23px 30px;
    border: 0;
}

.stream-wrapper ul li .streaming span {
    font-size: 15.99px;
    letter-spacing: 2.5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    color: #0d241a;
    border: 0;
    text-align: left;
}

.stream-wrapper ul li .streaming.active {
    height: 35px;
}

.stream-wrapper ul li div.streaming .sub-streams {
    width: 100%;
    display: none;
    font-size: 10px;
    max-width: 100%;
    height: auto;
    background: #0D0F0A;
    position: absolute;
    top: 35px;
    left: 0;
    margin: 0;
    padding: 8px;
    z-index: 999;
    text-align: left;
}

.stream-wrapper ul li div.streaming .sub-streams .active {
    color: #fff;
    opacity: 0.5;
}

.embed-wrapper {
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 10px;
    max-width: 300px;
}

.embed {
    max-width: 300px;
    overflow: hidden;
}

.embed-wrapper iframe {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

.stream-embeds>div {
    display: none;
}

.stream-embeds.active>div.active {
    display: block;
    margin-bottom: 20px;
}

.spotify.active .follow iframe {
    width: 93px;
    margin-top: 15px;
}

.stream-wrapper ul li div.streaming>span:after,
.stream-wrapper ul li div.streaming.spotify>span:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1bc";
    font-size: 23px;
    vertical-align: top;
    margin-left: 108px;
    margin-bottom: 0;
    color: #000;
    margin-right: 2px;
    width: 23px;
    height: 100%;
    line-height: 35px;
}

.stream-wrapper ul li div.streaming.Apple>span:after {
    content: "\f179"
}

.stream-wrapper ul li div.streaming.Soundcloud>span:after {
    content: "\f1be"
}

.stream-wrapper ul li div.streaming.Youtube>span:after {
    content: "\f16a"
}

.stream-wrapper ul li div.streaming.Deezer>span:after {
    content: "";
    background: url('../images/deezer1.svg') no-repeat;
    width: 23px;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
    background-size: 100% auto;
}

div.stream-wrapper ul li div.streaming span {
    display: inline-block;
    vertical-align: middle;
}

.stream-wrapper ul li div.active:after {
    content: "";
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    left: 0;
    /* height: 2px; */
    z-index: 10;
}

.yt-video.embed {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

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

.stream-wrapper ul li div.streaming .sub-streams li {
    color: #fff;
    letter-spacing: 2px;
}

.stream-embeds.active {
    max-width: 300px;
    margin: 0 auto;
}


/*Video Styles*/

.video-section {
    padding-bottom: 300px;
    padding-top: 234px;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -50px;
}

.video-header {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding-bottom: 20px;
}

.video-wrapper {
    max-width: 630px;
    margin: 0 auto;
    margin-bottom: 90px;
}

.video-inner-wrapper {
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: 56.25%;
    z-index: 10;
}

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

img.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-region {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.play-region img {
    vertical-align: middle;
    display: inline-block;
}

.videoBg img {
    text-align: center;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}


/*Footer Style*/

.socials {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.socials a {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.socials a.icon-soundcloud12 {
    margin-right: 0;
    font-size: 26px;
}

.socials a:hover {
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.copyright {
    text-transform: uppercase;
    -webkit-text-size-adjust: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-bottom: 30px;
}

.copyright .copyrighttext,
.copyright a {
    color: #fff;
    font-size: 11.05px;
    letter-spacing: 1px;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.copyright a:hover {
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

span.hideLine {
    color: #fff;
}

.videoBgMob {
    display: none;
}

.readMore {
    margin-top: 80px;
    margin-bottom: 10px;
}

.readMore a {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 15.9px;
    height: 55px;
    line-height: 55px;
    display: inline-block;
    background: #000;
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    max-width: 332px;
    width: 100%;
    padding: 2px 0;
}

.readMore a:hover {
    background: #fff;
    color: #000;
    transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

.page-not-found h1 {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 auto;
}

.page-not-found {
    font-size: 12px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 13px;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    margin-top: 10vw;
}
.page-not-found  a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin:20px 10px;
    display: inline-block;
}
.page-not-found a:hover{
    color:#F1C82D;
}
@media only screen and (max-width: 1023px) {
    /*body{
  
		  background: url(../images/bgmobile_sm.png);
  
		  background-size: cover;
  
		  background-repeat: no-repeat;
  
	  }*/
    .get-it-now a:hover {
        background: #040404;
        color: #fff;
    }
    .socials a:hover {
        color: #000;
    }
    .copyright a:hover {
        color: #000;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /*body{
  
		  background: url(../images/bgmobile_sm.png);
  
		  background-size: cover;
  
		  background-repeat: no-repeat;
  
	  }*/
    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        top: 0px !important;
    }
    #bioLightbox {
        max-width: 480px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .page-not-found {
        margin-top: 48vw;
    }
}
@media only screen and (min-width: 1024px) {
    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        top: 0px !important;
    }
    .page-not-found {
        margin-top: 32vh;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    #bioLightbox {
        max-width: 480px;
    }
    .page-not-found {
        margin-top: 48vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .copyright {
        max-width: 95%;
    }
    .hideLine.ipad {
        display: none;
    }
    label.error {
        font-size: 9px;
    }
    input,
    select {
        font-size: 15px !important;
    }
    #bioLightbox {
        max-width: 350px;
        width: 100%;
        padding: 46px 89px;
    }
    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        top: 0px !important;
    }
    .page-not-found h1 {
       font-size: 24px;
        padding-bottom: 20px;
    }
    .page-not-found,.page-not-found a  {
        font-size: 16px;
    }
    #bioLightbox {
        max-width: 480px;
    }
}


@media only screen and (max-width: 767px) {
.page-not-found{
margin-top: 50vw;
}
    /*
	  body{
  
	   border-left: none;
  
	  }*/
    .headerWrapper {
        max-width: 300px;
        margin-bottom: 30px;
    }
    .backbutton {
        font-size: 7px !important;
    }
    .stream-wrapper ul li div.streaming>span:after,
    .stream-wrapper ul li div.streaming.spotify>span:after {
        margin-left: 100px;
    }
    .videoBg {
        display: none;
    }
    .videoBgMob {
        display: block;
    }
    .video-section {
        max-width: 320px;
        padding: 0;
    }
    .video-header {
        position: absolute;
        top: 19%;
        width: 100%;
        font-size: 16px;
    }
    .video-wrapper {
        max-width: 290px;
        position: absolute;
        top: 24%;
        left: 5%;
        width: 100%;
        text-align: center;
    }
    img.overlay-image {
        position: static;
    }
    .overlay-wrapper {
        position: absolute;
        top: 0%;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .socials {
        display: block;
    }
    .copyright {
        max-width: 310px;
        font-size: 10px;
        display: block;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    span.hideLine.mob {
        display: none;
    }
    .readMore a {
        font-size: 14px;
        width: 85%;
        padding: 0;
        max-width: 280px;
    }
    .readMore {
        margin-top: 0;
    }
    /* mfp styles*/
    #bioLightbox {
        padding-bottom: 9px !important;
        max-width: 95% !important;
        width: 100%;
        padding: 0 0;
        padding-top: 9px !important;
        /*border-width: 15px 0 0px 0px !important;
  
		  border-style: solid;
  
		  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4c828), to(#de5e1a)) 1 100%, to(#d11e12)) 1 100% !important;
  
		  -webkit-border-image: -webkit-linear-gradient( #f4c828, #f4c828, #de5e1a, #d11e12) 1 100% !important;
  
		  -moz-border-image: -moz-linear-gradient(#f4c828, #f4c828, #de5e1a, #d11e12) 1 100% !important;
  
		  -o-border-image: -o-linear-gradient(#f4c828, #f4c828, #de5e1a, #d11e12) 1 100% !important;
  
		  border-image: linear-gradient(to right, #f4c828, #f4c828, #de5e1a, #d11e12) 1 1 100% !important;*/
    }
    button.mfp-close {
        right: -9px !important;
        top: -10px;
        font-size: 28px;
    }
    .aboutText {
        line-height: 18px;
        padding: 0 10px;
    }
    .page-not-found  {
        font-size: 15px;
    }
    .mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
        top: -9px !important;
    }
    .mfp-bg {
        position: fixed !important;
    }
    #bioLightbox {
        border-left: none !important;
        padding: 0 !important;
    }
    .page-not-found h1 {
        font-size: 11px;
        padding-left: 9px;
        letter-spacing: 2px;
        margin-bottom: 26px;
        margin-top: 14px;
    }
    .page-not-found  {
        font-size: 11px;
        ;
        line-height: 17px;
    }
}


/*IE Specific*/

.gecko .mlist-outercontainer {
    position: relative;
    top: -200px;
    margin-top: 0;
}

.gecko .video-section {
    top: -50px;
    margin-top: 0;
}


/*mfp styles*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #040404;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    /*top: 20px !important;*/
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button.mfp-close {
    right: 0;
    top: 0;
    color: #fff;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 40px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 0.7;
}

.mfp-close-btn-in .mfp-close:hover {
    opacity: 0.5;
    right: 0;
    top: 0;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    opacity: 1;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

body {
    min-height: 99vh;
}

div#bioLightbox {
    min-height: auto;
}

#bioLightbox {
    max-width: 670px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #040404;
    border: none;
    padding: 65px 35px;
    text-align: center;
    /*border-left: 14px solid #007ba7;*/
    margin-top: 40px;
    word-spacing: 1px;
    margin-bottom: 50px;
    padding-bottom: 42px;
}


/*#bioLightbox {
  
	  border-left: 7px solid #007ba7;
  
	   border-width: 3px 0 3px 17px;
  
	  border-style: solid;
  
	  -webkit-border-image: 
  
		-webkit-gradient(linear, 0 0, 0 100%, from(#d11e12), to(#de5e1a)) 1 100%, to(#f4c828)) 1 100%;
  
	  -webkit-border-image: 
  
		-webkit-linear-gradient( #d11e12, #d11e12, #de5e1a, #f4c828) 1 100%;
  
	  -moz-border-image:
  
		-moz-linear-gradient(#d11e12, #d11e12, #de5e1a,  #f4c828) 1 100%;    
  
	  -o-border-image:
  
		-o-linear-gradient(#d11e12, #d11e12, #de5e1a, #f4c828) 1 100%;
  
	  border-image:
  
		linear-gradient(to bottom, #d11e12, #d11e12, #de5e1a,  #f4c828) 1 100%;
  
  }*/

button.mfp-close {
    right: 0;
}

.bottomWrapper {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
  
	   * Remove all paddings around the image on small screen
  
	   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.backbutton {
    font-family: 'Mulish', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 10px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 20px;
}

.backbutton a {
    color: #fff;
    font-family: 'Mulish', sans-serif;
}

.footer-wrapper {
    text-align: center;
}
@media only screen and (min-width:1025px) {
    body {
        border-width: 0.234375vw 0 0.234375vw 1.328125vw;
    }
    .backbutton {
        letter-spacing: 0.234375vw;
        margin-bottom: 3.125vw;
        margin-top: 1.5625vw;
        margin-left: 1.5625vw;
        font-size: 0.78125vw;
    }
    .page-not-found {
        font-size: 0.9375vw;
        letter-spacing: 0.078125vw;
        line-height: 1.5625vw;
        padding-bottom: 1.015625vw;
    }
    .page-not-found h1 {
        font-size: 1.5625vw;
        letter-spacing: 0.234375vw;
    }
    .socials {
        margin-top: 1.171875vw;
        margin-bottom: 1.5625vw;
    }
    .socials a {
        font-size: 1.5625vw;
        margin-right: 1.5625vw;
    }
    .copyright .copyrighttext, .copyright a {
        font-size: 0.86328125vw;
        letter-spacing: 0.078125vw;
    }
    .page-not-found a {
        font-size: 0.9375vw;
        margin: 1.5625vw 0.78125vw;
    }
    .socials a.icon-soundcloud12 {
        font-size: 2.03125vw;
    }
}
@media only screen and (max-width:1023px) and (orientation:landscape) {
    .bottomWrapper {
        position: static;
        transform: none;
    }
}
span.hideLine.new {
    margin-right: 0.25vw;
}
@media only screen and (max-width:1023px) and (orientation:portrait) {
span.hideLine.new {
 display:none;
}
.backbutton a{
font-size: 3vw;
}

}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    #bioLightbox {
        max-width: 380px !important;
        width: 80% !important;
    }
.page-not-found{
margin-top: 10vw;
}

}

