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

[class^="twtx-"], [class*=" twtx-"] {
  /* 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;
}

.twtx-x:before {
  content: "\e901";
}
body {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    min-height: calc(var(--app-height));
    position: relative;
    text-align: center;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

a:hover {
    color: #78e6cf;
}

.pageWrapper {
    position: relative;
}

.logoWrapper {
    position: fixed;
    left: 5%;
    top: 20px;
    z-index: 10;
}
.logoWrapper a {
    transition: .5s ease-in-out;
}
.logoWrapper a:hover{
    opacity: .7;
}

.contentWrapper {
    position: relative;
    overflow: hidden;
}

.contentInnerWrapper {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 125px 0 90px;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
}

.bgWrapper img {
    position: absolute;
    left: 10%;
    width: 80%;
    z-index: 0;
    padding: 50px 0;
}

.albumImage {
    flex: 42% 0 0;
    font-size: 0;
}

.ablumInfo {
    flex: 48% 0 0;
    position: relative;
}

.singleTitle {
    font-size: 58px;
    line-height: 1;
    padding-bottom: 15px;
    text-transform: lowercase;
}

.featArtist {
    font-size: 24px;
    line-height: 1;
    padding: 0 0 25px;
    text-transform: lowercase;
}

.videoWrapper {
    font-size: 0;
    padding-bottom: 25px;
}

.videoThumbnail {
    position: relative;
    cursor: pointer;
}

.videoThumbnail:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    content: "";
}

.videoThumbnail i {
    font-size: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.iframeWrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

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

.outIn {
    font-size: 22px;
}

.countdownWrapper {
    padding: 15px 0 45px;
}

.timeWrapper {
    width: 100px;
}

.timerDigits {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timeWrapper > span {
    display: block;
}

.timer {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: rgba(120, 230, 207, 0.5);
    border-radius: 15px;
    font-size: 55px;
}

.innerText {
    font-size: 16px;
    text-transform: lowercase;
    padding-top: 10px;
}

.presaveButton a {
    display: inline-block;
    width: 260px;
    height: 50px;
    line-height: 46px;
    color: #31603a;
    background: #78e6cf;
    font-size: 20px;
}

.presaveButton a i,
.presaveButton a span {
    display: inline-block;
    vertical-align: middle;
}

.presaveButton a i {
    padding-right: 5px;
    line-height: 1;
}

.presaveButton a:hover {
    background: #31603a;
    color: #fff;
}

footer {
    text-transform: lowercase;
    letter-spacing: 0.5px;
}

.socialWrapper {
    position: fixed;
    right: 5%;
    top: 45px;
}

.socialWrapper a {
    font-size: 20px;
    margin-right: 20px;
}

.socialWrapper a:hover {
    color: #78e6cf;
}

.socialWrapper a:last-child {
    margin-right: 0;
}

.navAndFooterText {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    position: fixed;
    width: 90%;
    bottom: 0;
    left: 5%;
}

.navigation a {
    margin-right: 15px;
    font-size: 22px;
}

.navigation a:last-child {
    margin-right: 0;
}

.copyTextAndLinks {
    font-size: 13px;
    text-align: left;
}

.copyLinks {
    padding-bottom: 4px;
}

/* Mailing list css */
.plain-ml-wrapper .fadeOut {
    display: none;
}

.plain-ml-wrapper .fadeIn {
    display: block;
}

#mlistSection {
    max-width: 800px;
    margin: 0 auto;
    background: #31603a;
    padding: 50px;
    text-align: center;
    width: 95%;
    max-height: 90vh;
    overflow-y: scroll;
    position: relative;
}

#mlistSection {
    max-width: 800px;
    margin: 50px auto;
    background: #31603a;
    padding: 50px;
    text-align: center;
}

.message-description {
    font-size: 24px;
    letter-spacing: 3px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.fieldWrap input,
.fieldWrap select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 1px solid #fff;
    background: none;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    outline: none;
    color: #fff;
    letter-spacing: 1.5px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
}
input.errored {
    border: 1px solid red;
}
.terms-message a {
    text-decoration: underline;
}

.fieldWrap select {
    background: url("../graphics/ChevronDown.svg") no-repeat scroll center right #31603a;
}

.email {
    flex: calc(100% - 170px) 0 0;
    position: relative;
}

.submit {
    flex: 150px 0 0;
}

input[type="submit"] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: 1px solid #fff;
    background: none;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 2px;
    outline: none;
    transition: all 0.5s ease-in-out;
}

input[type="submit"]:hover {
    background: #fff;
    color: #31603a;
}

.input-error {
    display: block;
    color: #ff0000;
    font-size: 16px;
    text-align: left;
    position: absolute;
    bottom: -26px;
    letter-spacing: 1px;
}

.mlform {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.terms-message {
    padding-top: 30px;
    font-size: 14px;
    letter-spacing: 1px;
}

#secondform .mlform {
    display: block;
}

#secondform .fieldWrap {
    margin-bottom: 25px;
}

.welcome {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

#secondFormClose {
    display: none;
}

.birth-date-title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.birthday {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dobMonth,
.dobDay {
    flex: 48% 0 0;
}

.fieldWrap input[type="checkbox"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    font-size: 12px;
    color: #fff;
}

.fieldWrap input[type="checkbox"] + label {
    padding-left: 30px;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1px;
    display: block;
    line-height: 1;
}

.globaloptin {
    position: relative;
}

.fieldWrap input[type="checkbox"] + label:before,
.fieldWrap input[type="checkbox"] + label:after {
    content: "";
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #fff;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.fieldWrap input[type="checkbox"]:checked + label:after {
    content: "\2713";
}

#thankyou {
    font-size: 30px;
    letter-spacing: 2px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #31603a inset;
}

.mfp-bg {
    position: fixed !important;
}

.mfp-wrap {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}

#mlistSection .mfp-close {
    top: 15px;
    right: 15px;
    width: auto;
    color: #fff;
    opacity: 1;
    line-height: 0.6;
    height: auto;
    transition: all 0.5s ease-in-out;
}

#mlistSection .mfp-close:hover {
    opacity: 0.5;
}

.albumImageParallax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position-x: calc(50% - 300px) !important;
    background-size: 375px auto !important;
}

.albumImage {
    display: none;
}

.Eby {
    background: #55c0d9;
    background: #55c0d9 url("../graphics/SectionBG/ebu_bg.jpg") no-repeat scroll
        0 0;
    background-size: cover !important;

}
.Eby .albumImageParallax {
background: url("../graphics/AlbumPackShot/cbeynn.jpg") no-repeat scroll 0 0;
}

.lonely {
    background-color: #0d4873;
    background: url("../graphics/SectionBG/Don't-Leave-Me-Lonely-bg.jpg") no-repeat scroll 0 0;
    background-size: cover !important;

}
.lonely .albumImageParallax {
   
    background: url("../graphics/AlbumPackShot/Don't-Leave-Me-Lonely-artwork.jpg") no-repeat scroll 0 0;
  
}
article.lonely .videoWrapper {
    display: none;
}
.sad-girls {
    background-color: #0d4873;
    background: url("../graphics/SectionBG/sadgirls-bg.jpg") no-repeat scroll 0 0;
    background-size: cover !important;

}
.sad-girls .albumImageParallax {
   
    background: url("../graphics/AlbumPackShot/sad-girls-artwork.jpg") no-repeat scroll 0 0;
  
}
.Eby .videoWrapper{
/* display:none; */
}
.Eby .videoInnerWrapper {
    border: 3px solid #071E57;
}
.sad-girls .videoInnerWrapper {
    border: 3px solid #080133;
}
.lonely .videoInnerWrapper {
	border: 3px solid #78e6cf;
}
.sad-girls .presaveButton a {
    background: #080133;
    color: #fff;
}

.sad-girls .presaveButton a:hover{
    color: #080133;
    background: #fff;
}
.sad-girls .videoThumbnail:hover i {
    color: #080133;
}
.Drive {
    background: #0d235d url("../graphics/SectionBG/cb.jpg") no-repeat scroll
        0 0;
    background-size: cover;
}

.Drive .albumImageParallax {
    background: url("../graphics/AlbumPackShot/cb.jpg") no-repeat scroll 0 0;
}

.Drive .videoInnerWrapper {
    border: 3px solid #071E57;

}

.Drive .videoThumbnail:hover i {
    color: #071E57;
}
 .Eby .presaveButton a
{
background:#1e8388;
color:#fff;
}
.Eby .presaveButton a:hover {
color:#1e8388;
background:#fff;
}
.Drive .presaveButton a {
    background: #071E57;
    color: #fff;
}

.Drive .presaveButton a:hover{
    color: #071E57;
    background: #fff;
}




.Higher {
    background: #0d235d url("../graphics/SectionBG/Higher.jpg") no-repeat scroll
        0 0;
    background-size: cover;
}

.Higher .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Higher.jpg") no-repeat scroll 0 0;
}

.Higher .videoInnerWrapper {
    border: 3px solid #071E57;
}

.Higher .videoThumbnail:hover i {
    color: #071E57;
}

.Higher .presaveButton a {
    background: #071E57;
    color: #fff;
}

.Higher .presaveButton a:hover {
    color: #071E57;
    background: #fff;
}

.TickTock {
    background: #ee9374 url("../graphics/SectionBG/TikTok.jpg") no-repeat scroll
        0 0;
    background-size: cover !important;
}

.TickTock .albumImageParallax {
    background: url("../graphics/AlbumPackShot/TikTok.jpg") no-repeat scroll 0 0;
}

.TickTock .videoInnerWrapper {
    border: 3px solid #78e6cf;
}

.TickTock .videoThumbnail:hover i, .lonely .videoThumbnail:hover i {
    color: #78e6cf;
}

.WhatIsLove {
    background: #ee9374 url("../graphics/SectionBG/WhatIsLove.png") no-repeat
        scroll 0 0;
    background-size: contain !important;
}

.WhatIsLove .albumImageParallax {
    background: url("../graphics/AlbumPackShot/WhatIsLove.jpg") no-repeat scroll
        center center;
}

.WhatIsLove .presaveButton a {
    background: #28687f;
    color: #fff;
}

.WhatIsLove .presaveButton a:hover {
    background: #fff;
    color: #ec8a68;
}

.Mama {
    background: #d9d7a9 url("../graphics/SectionBG/Mama.png") no-repeat scroll 0
        0;
    background-size: contain !important;
}

.Mama .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Mama.jpg") no-repeat scroll 0 0;
}

.Mama .presaveButton a {
    background: #0273ad;
    color: #fff;
}

.Mama .presaveButton a:hover {
    background: #fff;
    color: #0273ad;
}

.Mama .videoInnerWrapper {
    border: 3px solid #0273ad;
}

.Mama .videoThumbnail:hover i {
    color: #0273ad;
}

.Baby {
    background: #e73102 url("../graphics/SectionBG/Baby.png") no-repeat scroll 0
        0;
    background-size: contain !important;
}

.Baby .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Baby.jpg") no-repeat scroll 0 0;
}

.Baby .presaveButton a {
    background: #0273ad;
    color: #fff;
}

.Baby .presaveButton a:hover {
    background: #fff;
    color: #e73102;
}

.Baby .videoInnerWrapper {
    border: 3px solid #e73102;
}

.Baby .videoThumbnail:hover i {
    color: #e73102;
}

.Solo {
    background: #000 url("../graphics/SectionBG/Solo.png") no-repeat scroll 0 0;
    background-size: contain !important;
}

.Solo .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Solo.jpg") no-repeat scroll 0 0;
}

.Solo .presaveButton a {
    background: #0273ad;
    color: #fff;
}

.Solo .presaveButton a:hover {
    background: #fff;
    color: #000;
}

.Solo .videoInnerWrapper {
    border: 3px solid #0071ff;
}

.Solo .videoThumbnail:hover i {
    color: #0071ff;
}

.IMissYou {
    background: #f9d211 url("../graphics/SectionBG/IMissYou.png") no-repeat
        scroll 0 0;
    background-size: contain !important;
}

.IMissYou .albumImageParallax {
    background: url("../graphics/AlbumPackShot/IMissYou.jpg") no-repeat scroll 0
        0;
}

.IMissYou .presaveButton a {
    background: #305fdd;
    color: #fff;
}

.IMissYou .presaveButton a:hover {
    background: #fff;
    color: #305fdd;
}

.IMissYou .videoInnerWrapper {
    border: 3px solid #305fdd;
}

.IMissYou .videoThumbnail:hover i {
    color: #305fdd;
}

.Symphony {
    background: #cb2929 url("../graphics/SectionBG/Symphony.png") no-repeat
        scroll 0 0;
    background-size: contain !important;
}

.Symphony .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Symphony.jpg") no-repeat scroll 0
        0;
}

.Symphony .presaveButton a {
    background: #ff6b7c;
    color: #fff;
}

.Symphony .presaveButton a:hover {
    background: #fff;
    color: #ff6b7c;
}

.Symphony .videoInnerWrapper {
    border: 3px solid #ff6b7c;
}

.Symphony .videoThumbnail:hover i {
    color: #ff6b7c;
}

.Rockabye {
    background: #2ea0d6 url("../graphics/SectionBG/Rockabye.png") no-repeat
        scroll 0 0;
    background-size: contain !important;
}

.Rockabye .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Rockabye.jpg") no-repeat scroll 0
        0;
}

.Rockabye .presaveButton a {
    background: #6fc714;
    color: #fff;
}

.Rockabye .presaveButton a:hover {
    background: #fff;
    color: #6fc714;
}

.Rockabye .videoInnerWrapper {
    border: 3px solid #6fc714;
}

.Rockabye .videoThumbnail:hover i {
    color: #6fc714;
}

.Tears {
    background: #465e82 url("../graphics/SectionBG/Tears.png") no-repeat scroll
        0 0;
    background-size: contain !important;
}

.Tears .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Tears.jpg") no-repeat scroll 0 0;
}

.Tears .presaveButton a {
    background: #ff492f;
    color: #fff;
}

.Tears .presaveButton a:hover {
    background: #fff;
    color: #ff492f;
}

.Tears .videoInnerWrapper {
    border: 3px solid #ff492f;
}

.Tears .videoThumbnail:hover i {
    color: #ff492f;
}

.Disconnect {
    background: #60c0a5 url("../graphics/SectionBG/Disconnect.png") no-repeat
        scroll 0 0;
    background-size: contain !important;
}

.Disconnect .albumImageParallax {
    background: url("../graphics/AlbumPackShot/Disconnect.jpg") no-repeat scroll
        0 0;
}

.Disconnect .presaveButton a {
    background: #ff6b7c;
    color: #fff;
}

.Disconnect .presaveButton a:hover {
    background: #fff;
    color: #ff6b7c;
}

.Disconnect .videoInnerWrapper {
    border: 3px solid #ff6b7c;
}

.Disconnect .videoThumbnail:hover i {
    color: #ff6b7c;
}

@media only screen and (max-width: 1023px) {
    .pageWrapper {
        width: 100%;
        line-height: 1;
    }
    body .sad-girls {
        background: #0d4873 !important;
    }
    .contentWrapper1 {
        background-size: cover !important;
    }
	body .lonely {
		background-color: #0d4873;
	}
    .socialWrapper,
    .navAndFooterText {
        position: static;
    }

    .contentWrapper {
        min-height: auto;
        flex-direction: column;
        padding: 0 0 40px;
    }

    .logoWrapper {
        padding: 20px 0;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }

    .contentInnerWrapper {
        justify-content: center;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .albumImageParallax {
        display: none;
    }

    .albumImage {
        display: block;
    }

    .singleTitle {
        padding: 2vw 0;
    }

    .albumImage,
    .ablumInfo {
        flex: 100% 0 0;
        width: 100%;
        max-width: 450px;
    }

    .featArtist {
        padding-bottom: 25px;
    }

    .videoWrapper {
        width: 85%;
        margin: 0 auto;
        max-width: 450px;
    }

    footer {
        background: #31603a;
    }

    .socialWrapper {
        padding: 35px 0;
    }

    .socialWrapper a {
        font-size: 23px;
        margin-right: 25px;
    }

    .navigation {
        padding-bottom: 35px;
    }

    .navigation a {
        margin-right: 20px;
    }

    .copyTextAndLinks {
        text-align: center;
    }

    .navAndFooterText {
        padding: 0 0 20px;
        flex-direction: column;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.lonely {
		background-size: 100% auto !important;
		background-color: #0d4873 !important;
	}
	.sad-girls {
		background-size: 100% auto !important;
		background-color: #0d4873 !important;
	}
	.contentInnerWrapper {
		min-height: auto;
	}
	.singleTitle {
		font-size: 52px;
	}
}
@media only screen and (max-width: 767px) {
    .Higher {
        background-position: center top !important;
    }
    
    main {
        min-height: calc(var(--app-height) - 229px);
    }

    .logoWrapper {
        width: 60%;
        margin: 0 auto;
    }

    .albumImage {
        width: 85%;
    }

    .singleTitle {
        font-size: 48px;
    }

    .featArtist {
        font-size: 22px;
        padding: 10px 0 15px;
        line-height: 1.3;
    }

    .featArtist span {
        display: block;
    }

    .countdownWrapper {
        width: 90%;
        margin: 0 auto;
        max-width: 320px;
        padding: 15px 0 30px;
    }

    .timeWrapper {
        width: 65px;
    }

    .timer {
        font-size: 32px;
        height: 65px;
        line-height: 65px;
    }

    .innerText {
        font-size: 12px;
    }

    .socialWrapper a {
        margin-right: 20px;
    }

    .mobHide {
        display: block;
        font-size: 0;
    }

    .mlform {
        display: block;
    }

    .email {
        margin-bottom: 30px;
    }

    #mlistSection {
        padding: 50px 25px;
        margin: 25px auto;
    }

    #thankyou {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .fieldWrap input,
    .fieldWrap select {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    input[type="submit"] {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .terms-message {
        font-size: 12px;
    }

    .fieldWrap input[type="checkbox"] + label {
        font-size: 14px;
    }

    #secondform .fieldWrap {
        margin-bottom: 20px;
    }

    .birth-date-title {
        margin-bottom: 15px;
        line-height: 1;
    }
}

div#terms {
    font-size: 15px;
}
