/* CSS Document */

@font-face {
    font-family: 'icomoon';
    src: url('../font/icomoon.eot?v571sk');
    src: url('../font/icomoon.eot?v571sk#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?v571sk') format('truetype'), url('../font/icomoon.woff?v571sk') format('woff'), url('../font/icomoon.svg?v571sk#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-music:before {
    content: "\e901";
}

body {
    margin: 0;
    font-family: arial;
    opacity: 0;
    background: url("../images/CleanBandit-Loader-02.gif") no-repeat scroll center center;
    background-size: 100% auto;
    height: 100vh;
    text-transform: lowercase;
}

body.loaded {
    opacity: 1;
    transition: opacity 3s linear;
    height: auto;
    background: #fff;
}

ul.navLinks {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: calc(100% - 385px);
}

ul.navLinks li {
    display: inline-block;
    margin: 0 6px;
    vertical-align: bottom;
    line-height: 1;
}

ul.navLinks li a {
    color: #fff;
    text-transform: lowercase;
    font-size: 20px;
    letter-spacing: 2px;
}

ul.navLinks li:first-child {
    margin-left: 0;
}

ul.navLinks li:last-child {
    margin-right: 0;
}

div#splash-header {
    text-align: center;
    position: absolute;
    top: 0;
    margin: 30px 0;
    width: 100%;
    z-index: 4;
}

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

a {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

.main-container {
    position: relative;
}

div.album-wrapper img {
    -webkit-box-shadow: 3px 3px 45px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 45px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 45px 4px rgba(0, 0, 0, 0.5);
}

div.video-wrapper {
    margin-left: 95px;
}

.iframeOuterWrapper {
    max-width: 430px;
    margin: 0 auto 0 0;
    color: #fff;
}

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

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

.videoOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    z-index: 1;
    border: 3px solid #305fdd;
    box-sizing: border-box;
}

.play-icon {
    background: url("../images/play-icon.png") no-repeat scroll center center/cover;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
}

.play-icon:hover {
    opacity: 0.5;
}

.video-title {
    font-size: 26px;
    letter-spacing: 11px;
    line-height: 24px;
    text-transform: lowercase;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 15px 0 37px;
}

.video-title span.caption {
    font-size: 18px;
    font-weight: 400;
    margin: 11px 0 0 0;
    display: block;
    letter-spacing: 5px;
}

#shoe-021 .video-title {
    margin-top: 0;
    line-height: 1.5;
}

.main-container {
    display: none;
}

body.loaded .main-container {
    display: block;
    overflow-x: hidden;
}

.main-container .item {
    width: 100% !important;
    min-height: 100vh;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.item.one {
    background: #465e82;
}

.item.two {
    background: #2ea0d6;
}

.item.three {
    background: #cb2929;
}

.item.four {
    background: #60c0a5;
}

.item.five {
    background: #f9d211;
}

.item.six {
    background: #000000;
}

body.loaded .item.seven {
    background: #ee9374;
}

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

.item.one .artwork {
    position: absolute;
    width: 66%;
    left: 38%;
    transform: translateX(-50%);
    z-index: 1;
}

.item.two .artwork {
    position: absolute;
    width: 59%;
    left: 34%;
    transform: translateX(-50%);
    z-index: 1;
}

.item.three .artwork {
    position: absolute;
    width: 61%;
    left: 36%;
    transform: translateX(-50%);
    z-index: 1;
}

.item.four .artwork {
    position: absolute;
    width: 61%;
    left: 36%;
    transform: translateX(-50%);
    z-index: 1;
}

.item.five .artwork {
    position: absolute;
    width: 61%;
    left: 36%;
    transform: translateX(-50%);
    z-index: 1;
}

.item.six .artwork {
    position: absolute;
    width: 61%;
    left: 36%;
    transform: translateX(-50%);
    z-index: 1;
}

.item.seven .artwork {
    position: absolute;
    width: 61%;
    left: 36%;
    transform: translateX(-50%);
    z-index: 1;
}

.item {
    position: relative;
}

.itemONE {
    background: url(../images/CleanBandit-Tears.png)no-repeat 13% bottom #465e82;
    position: absolute;
    height: 100%;
    width: 100%;
}

.itemTWO {
    background: url(../images/CleanBandit-Rockabye.png)no-repeat 13% bottom #2ea0d6;
    position: absolute;
    height: 100%;
    width: 100%;
}

.itemTHREE {
    background: url(../images/CleanBandit-Symphony.png)no-repeat 13% bottom #cb2929;
    position: absolute;
    height: 100%;
    width: 100%;
}

.itemFOUR {
    background: url(../images/CleanBandit-Disconnect_compressed.png)no-repeat 13% bottom #60c0a5;
    position: absolute;
    height: 100%;
    width: 100%;
}

.itemFIVE {
    background: url(../images/CleanBandit-IMissYou.png)no-repeat 13% bottom #f9d211;
    position: absolute;
    height: 100%;
    width: 100%;
}

.itemSIX {
    background: url(../images/CleanBandit-Solo.png)no-repeat 40% 118% #000000;
    position: absolute;
    height: 100%;
    width: 100%;
}

body.loaded .itemSEVEN {
    background: url(../images/CleanBandit-Brain_compressed.png?123)no-repeat 51% 120% #ee9374;
    position: absolute;
    height: 100%;
    width: 100%;
}

body.loaded .itemSEVEN,
.itemSIX,
.itemFIVE,
.itemFOUR,
.itemTHREE,
.itemTWO,
.itemONE {
    background-size: contain;
}

.stream-button {
    text-align: center;
    margin: 55px 0 0;
}

.stream-button a {
    padding: 17px 24px;
    background: #68a4b9;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    text-decoration: none;
}

.stream-button a:hover {
    background: #28687f;
}

span.icon-music {
    font-size: 25px;
    color: #ee9374;
    margin: 0px 10px 0 0;
    vertical-align: middle;
}


/* TEARS styling */

#shoe-027 .stream-button a {
    background: #ff492f;
}

#shoe-027 .stream-button a:hover {
    background: #ff492f;
}

#shoe-027 span.icon-music {
    color: #465e82;
}


/* ROCKABYE styling */

#shoe-026 .stream-button a {
    background: #6fc714;
}

#shoe-026 .stream-button a:hover {
    background: #4c890d;
}

#shoe-026 span.icon-music {
    color: #162740;
}


/* SYMPHONY styling */

#shoe-025 .stream-button a {
    background: #ff6b7c;
}

#shoe-025 .stream-button a:hover {
    background: #93434c;
}

#shoe-025 span.icon-music {
    color: #ff0025;
}


/* DISCONNECT styling */

#shoe-024 .stream-button a {
    background: #ff6b7c;
}

#shoe-024 .stream-button a:hover {
    background: #93434c;
}

#shoe-024 span.icon-music {
    color: #ff0025;
}

#shoe-024 span.icon-music:hover {
    color: #ff6b7c;
}


/* I MISS YOU styling */

#shoe-023 .stream-button a {
    background: #305fdd;
}

#shoe-023 .stream-button a:hover {
    background: #93434c;
}

#shoe-023 span.icon-music {
    color: #f9d211;
}


/* SOLO styling */

#shoe-022 .stream-button a {
    background: #0071ff;
}

#shoe-022 .stream-button a:hover {
    background: #b1adaa;
}

#shoe-022 span.icon-music {
    color: #000000;
}


/* Baby styling */

#shoe-028 .stream-button a {
    background: #e83202;
}

#shoe-028 .stream-button a:hover {
    background: #52a5cf;
}

#shoe-028 span.icon-music {
    color: #57291c;
}


/* Mama styling */

#shoe-124 .stream-button a {
    background: #0273ad;
}

#shoe-124 .stream-button a:hover {
    background: #a2a07d;
}

#shoe-124 span.icon-music {
    color: #a2a07d;
}

#shoe-124 a:hover span.icon-music {
    color: #0273ad;
}

.footer-wrapper {
    margin: 20px auto 0;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    text-transform: lowercase;
    font-size: 10px;
    max-width: 85%;
    letter-spacing: 1px;
}

.privacy-links {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 380px;
}

.privacy-links span.sep {
    margin: 0 10px;
    color: #fff;
    line-height: 1;
    font-family: arial;
}

.findout {
    margin: 5px 0 0;
    color: #fff;
}

.enter-site {
    text-align: right;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 2px;
    vertical-align: middle;
    width: auto;
}

.footer-wrapper a,
ul.navLinks li a {
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}

.footer-wrapper a:hover,
ul.navLinks li a:hover {
    border-bottom: 1px solid #fff;
}

.mobile-only,
.lightbox-wrapper {
    display: none;
}

.LbWrapper {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    cursor: pointer;
    z-index: 100;
}

.mlist-wrapper {
    max-width: 750px;
    margin: 0 auto;
}

.mlist-wrapper h1 {
    text-align: left;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 1px;
}

.lightbox-wrapper.open {
    display: block;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    z-index: 100;
}

.lightbox-wrapper-close {
    font-size: 20px;
    letter-spacing: 1px;
    width: 20px;
    cursor: pointer;
    margin: 0;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
}

input,
select {
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
}

.lightbox-wrapper.open .lightbox-wrapper-close:before {
    display: inline-block;
}

.lightbox-wrapper-close:before {
    top: 4px;
    padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    div.video-wrapper {
        width: calc(100% - 400px);
        margin-left: 50px;
    }
    .video-title {
        font-size: 17px;
    }
    .video-title span.caption {
        font-size: 12px;
    }
    .footer-wrapper {
        max-width: 90%;
    }
    ul.navLinks {
        width: calc(100% - 300px);
    }
    .privacy-links {
        width: 275px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        height: 90vh;
    }
    div#splash-header {
        margin: 5vw 0;
    }
    .privacy-links,
    .enter-site {
        display: block;
        width: 95vw;
        margin: 0 auto;
        text-align: center;
    }
    .stream-button {
        margin: 40px 0 0;
    }
    .iframeOuterWrapper {
        margin: 0 auto;
    }
    .footer-wrapper {
        font-size: 9px;
        margin: 20px auto 10px;
        max-width: 100%;
        bottom: 0;
    }
    .findout {
        margin: 5px 0 15px;
    }
    .privacy-links,
    .enter-site {
        width: auto;
    }
    .video-title {
        margin: 40px 0 15px;
    }
    .lightbox-wrapper-close:before {
        padding-top: 25px;
    }
    .lightbox-wrapper-close {
        font-size: 20px;
        margin-top: 0;
    }
    .footer-wrapper ul.navLinks {
        display: block;
        width: 100%;
        padding: 20px 0;
        max-width: 320px;
        margin: 0 auto;
        text-align: center;
    }
    ul.navLinks li a {
        font-size: 18px;
    }
}


/* THUMBNAILS */

#shoe-020 .videoOverlay {
    background: rgba(0, 0, 0, 0.9) url("../images/baby_thumb4_compressed.jpg") no-repeat scroll center center/cover;
    border: 3px solid #e73102;
}

#shoe-124 .videoOverlay {
    background: rgba(0, 0, 0, 0.9) url("../images/mama_thumbnail.jpg") no-repeat scroll center center/cover;
    border: 3px solid #0273ad;
}

#shoe-022 .videoOverlay {
    border: 3px solid #0071ff;
    background: rgba(0, 0, 0, 0.9) url("../images/solo_thumbnail.jpg") no-repeat scroll center center/cover;
}

#shoe-023 .videoOverlay {
    background: rgba(0, 0, 0, 0.9) url("../images/missyou_thumbnail.jpg") no-repeat scroll center center/cover;
    border: 3px solid #305fdd;
}

#shoe-024 .videoOverlay {
    background: rgba(0, 0, 0, 0.9) url("../images/disconnect_updated_thumbnail.jpg") no-repeat scroll center center/cover;
    border: 3px solid #ff6b7c;
}

#shoe-025 .videoOverlay {
    background: rgba(0, 0, 0, 0.9) url("../images/symphony_thumbnail.jpg") no-repeat scroll center center/cover;
    border: 3px solid #ff6b7c;
}

#shoe-026 .videoOverlay {
    background: rgba(0, 0, 0, 0.9) url("../images/rockabye_thumbnail.jpg") no-repeat scroll center center/cover;
    border: 3px solid #6fc714;
}

#shoe-027 .videoOverlay {
    background: rgba(0, 0, 0, 0.9) url("../images/tears_thumbnail.jpg") no-repeat scroll center center/cover;
    border: 3px solid #ff492f;
}


/* NEW STYLES */

#main_bg {
    /*height: 600px;*/
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url("../images/CleanBandit-Solo.png") no-repeat 0 0 #000;
}

#main_bg.wrapper2 {
    background: url("../images/CleanBandit-IMissYou.png") no-repeat 0 0 #f9d211;
}

#main_bg.wrapper3 {
    background: url("../images/CleanBandit-Disconnect_compressed.png") no-repeat 0 0 #60c0a5;
}

#main_bg.wrapper4 {
    background: url("../images/CleanBandit-Symphony.png") no-repeat 0 0 #cb2929;
}

#main_bg.wrapper5 {
    background: url("../images/CleanBandit-Rockabye.png") no-repeat 0 0 #2ea0d6;
}

#main_bg.wrapper6 {
    background: url("../images/CleanBandit-Tears.png") no-repeat 0 0 #465e82;
}

#main_bg.wrapper7 {
    background: url("../images/Cleanbandit-Baby_compressed.png") no-repeat 0 0 #57291c;
}

#main_bg.wrapper8 {
    background: url("../images/Cleanbandit-Baby_compressed.png") no-repeat 0 0 #e73102;
}

#main_bg.wrapper9 {
    background: url("../images/01-CleanBandit-Mama-Slider.png") no-repeat 0 0 #d9d7a9;
}

#main_bg.wrapper7.parallaxie,
#main_bg.wrapper6.parallaxie,
#main_bg.wrapper5.parallaxie,
#main_bg.wrapper4.parallaxie,
#main_bg.wrapper3.parallaxie,
#main_bg.wrapper2.parallaxie,
#heading-container.parallaxie,
#main_bg.parallaxie {
    background-size: contain !important;
}

@media only screen and (min-width: 768px) {
    #main_bg.wrapper6.parallaxie {
        background-position-x: 40% !important;
    }
    #main_bg.wrapper5.parallaxie {
        background-position-x: 15% !important;
    }
    #main_bg.wrapper4.parallaxie {
        background-position-x: -20% !important;
    }
    #main_bg.wrapper3.parallaxie {
        background-position-x: 20% !important;
    }
    .footer-wrapper {
        position: fixed;
    }
}

#shoe-010,
#shoe-020,
#shoe-011,
#shoe-021,
#shoe-012,
#shoe-022,
#shoe-013,
#shoe-023,
#shoe-014,
#shoe-024,
#shoe-015,
#shoe-025,
#shoe-016,
#shoe-026,
#shoe-017,
#shoe-027,
#shoe-018,
#shoe-028,
#shoe-123,
#shoe-124 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#shoe-010 {
    background: url("../images/baby-artwork.jpg") no-repeat;
}

#shoe-011 {
    background: url("../images/album-cover2.jpg?s") no-repeat 20% center;
}

#shoe-012 {
    background: url("../images/solo-artwork.jpg") no-repeat;
}

#shoe-013 {
    background: url("../images/missyou-cover.jpg") no-repeat;
}

#shoe-014 {
    background: url("../images/disconnect-cover.jpg") no-repeat;
}

#shoe-015 {
    background: url("../images/symphony-cover.jpg") no-repeat;
}

#shoe-016 {
    background: url("../images/rockabye-cover.jpg") no-repeat;
}

#shoe-017 {
    background: url("../images/tears-artwork.jpg") no-repeat;
}

#shoe-028 {
    background: url("../images/baby-artwork.jpg") no-repeat;
}

div#shoe-123 {
    background: url("../images/mama-packshot.jpg") no-repeat;
}

.content-video-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 631px;
    width: 437px;
    color: #ffffff;
    padding-left: 600px;
}

#heading-container {
    /*height: 600px;*/
    height: 100vh;
    position: relative;
    background: url('../images/CleanBandit-Brain_compressed.png?123') no-repeat 0 0 #ee9374;
}

.heading {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

#shoe-021 .content-video-wrapper {
    padding-left: 600px;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #shoe-010,
    #shoe-011,
    #shoe-012,
    #shoe-013,
    #shoe-014,
    #shoe-015,
    #shoe-016,
    #shoe-017,
    #shoe-018,
    #shoe-123 {
        background-size: 33% auto !important;
        background-position-x: 10% !important;
    }
    #shoe-021,
    #shoe-022,
    #shoe-023,
    #shoe-024,
    #shoe-025,
    #shoe-026,
    #shoe-027,
    #shoe-020,
    #shoe-124 {
        width: calc(100% - 100px);
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    #shoe-021 .content-video-wrapper {
        padding-left: 300px;
    }
    .content-video-wrapper {
        padding-left: 330px;
        width: 330px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
    #shoe-021 .content-video-wrapper,
    .content-video-wrapper {
        padding-left: 430px;
        width: 430px;
    }
    ul.navLinks {
        width: calc(100% - 300px);
    }
    .privacy-links {
        width: 275px;
    }
    #shoe-021,
    #shoe-022,
    #shoe-023,
    #shoe-024,
    #shoe-025,
    #shoe-026,
    #shoe-027,
    #shoe-124 {
        width: calc(100% - 100px);
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
}

@media only screen and (max-width: 767px) {
    #main_bg,
    #heading-container {
        position: inherit;
        overflow: visible;
        height: 100%;
        min-height: 100vh;
    }
    .content-video-wrapper,
    #shoe-021 .content-video-wrapper {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    div.video-wrapper {
        width: 95vw;
        margin: 0 auto;
    }
    #shoe-010,
    #shoe-011,
    #shoe-021,
    #shoe-012,
    #shoe-022,
    #shoe-013,
    #shoe-023,
    #shoe-014,
    #shoe-024,
    #shoe-015,
    #shoe-025,
    #shoe-016,
    #shoe-026,
    #shoe-017,
    #shoe-027,
    #shoe-123,
    #shoe-124 {
        height: 100%;
        position: inherit;
        display: block;
    }
    #shoe-010,
    #shoe-011,
    #shoe-012,
    #shoe-013,
    #shoe-014,
    #shoe-015,
    #shoe-016,
    #shoe-017,
    #shoe-123 {
        background-size: contain !important;
        margin: 0 20px;
        background-position-x: center !important;
        height: 500px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1600px) {
    .content-video-wrapper,
    #shoe-021 .content-video-wrapper {
        padding-left: 700px;
    }
    #shoe-010,
    #shoe-011,
    #shoe-012,
    #shoe-013,
    #shoe-014,
    #shoe-015,
    #shoe-016,
    #shoe-017,
    #shoe-123 {
        background-position-x: 30% !important;
    }
    #shoe-020,
    #shoe-021,
    #shoe-022,
    #shoe-023,
    #shoe-024,
    #shoe-025,
    #shoe-026,
    #shoe-027,
    #shoe-124 {
        top: 40%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1890px) {
    .content-video-wrapper,
    #shoe-021 .content-video-wrapper {
        padding-left: 900px;
    }
    #shoe-010,
    #shoe-011,
    #shoe-012,
    #shoe-013,
    #shoe-014,
    #shoe-015,
    #shoe-016,
    #shoe-017,
    #shoe-123 {
        background-position-x: 30% !important;
    }
    #shoe-020,
    #shoe-021,
    #shoe-022,
    #shoe-023,
    #shoe-024,
    #shoe-025,
    #shoe-026,
    #shoe-027,
    #shoe-124 {
        top: 45%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1900px) {
    div.video-wrapper {
        margin-left: 13%;
    }
    .content-video-wrapper,
    #shoe-021 .content-video-wrapper {
        padding-left: 800px;
    }
    #shoe-010,
    #shoe-011,
    #shoe-012,
    #shoe-013,
    #shoe-014,
    #shoe-015,
    #shoe-016,
    #shoe-017,
    #shoe-123 {
        background-position-x: 30% !important;
    }
    #shoe-020,
    #shoe-021,
    #shoe-022,
    #shoe-023,
    #shoe-024,
    #shoe-025,
    #shoe-026,
    #shoe-027,
    #shoe-124 {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
}

@media only screen and (min-width: 2200px) {
    div.video-wrapper {
        margin-left: 15%;
    }
    .content-video-wrapper,
    #shoe-021 .content-video-wrapper {
        padding-left: 1000px;
    }
    #shoe-010,
    #shoe-011,
    #shoe-012,
    #shoe-013,
    #shoe-014,
    #shoe-015,
    #shoe-016,
    #shoe-017,
    #shoe-123 {
        background-position-x: 35% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .main-container .parallaxie {
        background-attachment: fixed !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    #heading-container #shoe-011 {
        background-position-y: 50% !important;
    }
    #heading-container #shoe-021 .content-video-wrapper {
        height: 490px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    .content-video-wrapper {
        height: 75vh;
    }
    div#logo {
        margin: 6vw auto;
        max-width: 90%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 570px) and (orientation:portrait) {
    .content-video-wrapper {
        height: 90vh;
    }
}

@media only screen and (max-width: 767px) {
    #shoe-021 .content-video-wrapper {
        height: 60vh;
    }
    #shoe-011,
    #shoe-012,
    #shoe-013,
    #shoe-014,
    #shoe-015,
    #shoe-016,
    #shoe-017,
    #shoe-123 {
        height: 450px;
    }
    #heading-container {
        background-position: center 105px !important;
    }
}


/*Mailing List styles*/

.mlist-wrap {
    max-width: 100%;
    background: #fff663;
    box-sizing: border-box;
    padding: 20px 40px;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

select::-ms-expand {
    display: none;
}

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

.mlist-header {
    font-size: 20px;
    text-align: center;
    color: #d71819;
    font-family: "Helvetica Neue LT W01_41488878";
    margin-top: 48px;
    margin-bottom: 28px;
}

.mlist-submit.submit-field,
.mlist-field.email-field {
    display: inline-block;
    vertical-align: top;
}

label.error {
    font-size: 11px;
    margin: 3px 0px 0px;
    display: block;
    color: red;
    letter-spacing: 1px;
}

.email-submit-wrap {
    font-size: 0;
}

.mlist-field.email-field {
    width: 63%;
}

.mlist-submit.submit-field {
    width: 35%;
    margin-left: 2%;
}

.thankyou-message.embed span.emailAddress {
    display: inline-block;
}

input,
select {
    -moz-appearance: none;
    color: #272727;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 0px none;
    padding: 0 10px 0 10px;
    font-size: 16px;
    width: 100%;
    font-family: "Helvetica Neue LT W01_41488878";
    letter-spacing: 1px;
}

input.submit {
    padding: 0px 0 0 0;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    border: 0px none;
    letter-spacing: 1px;
}

input.submit:hover {
    font-family: "Helvetica Neue LT W01_41488878";
    background: #ffffff;
    color: #000000;
}

select {
    background: url(../images/drop.svg) no-repeat right 10px center transparent;
    padding-right: 20px;
    background-color: #fff;
}

fieldset {
    border: medium none;
    padding: 0;
    margin: 0;
}

.terms a {
    text-decoration: none;
    border: none;
    font-size: 12px;
    color: #000000;
    border-bottom: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Helvetica Neue LT W01_41488878";
    border-bottom: 1px solid transparent;
    padding: 0 1px;
    letter-spacing: 1px;
}

.terms a:hover {
    border-bottom: 1px solid #fff;
}

.termsContent {
    text-align: left;
    clear: both;
    padding-top: 5px;
}

.termsContent span {
    display: inline-block;
}

.termsWrapper a.terms:after {
    content: "Terms";
}

.termsWrapper a.terms.showing:after {
    content: "Hide";
}

.termsContent,
.termsContent a {
    font-size: 11px;
    color: #000000;
    font-family: "Helvetica Neue LT W01_41488878";
    letter-spacing: 1px;
    text-transform: none;
    line-height: 16px;
}

.termsContent a {
    color: #000000;
    display: inline-block;
    text-decoration: underline;
}

.termsContent span,
label.global-list span {
    display: inline-block;
}

.termsContent a:hover {
    text-decoration: none;
}

input.error,
select.error {
    border: 1px solid #fe0000;
    box-shadow: 1px solid azure;
    outline: 1px solid red;
}

#errorMsg,
#serverError {
    color: #fe0000;
    font-size: 12px;
    padding-bottom: 10px;
}

.termsWrapper {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
    text-align: left;
    padding-top: 5px;
    padding-left: 0;
}

#thankyouBlock {
    display: block;
    height: auto;
    padding: 0;
    color: #000000;
    font-family: "Helvetica Neue LT W01_41488878";
}

div#thankyoublock-innerwrapper {
    padding-top: 10px;
}

.secondFormCloseWrap a {
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
    float: right;
    position: relative;
    top: -20px;
    margin-bottom: 0px;
    right: 0px;
    display: block;
    color: #000;
    text-transform: none;
    font-weight: 700;
}

.thankswelcome-msg {
    clear: both;
    font-size: 14px;
    text-align: center;
    margin: 0 0 15px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
}

div#thankyoublock-innerwrapper .mlist-field label {
    text-transform: uppercase;
    padding-bottom: 0;
    display: block;
    text-align: left;
    font-size: 14px;
    padding-top: 10px;
    color: #000000;
    letter-spacing: 1px;
}

.mlist-field.country,
.mlist-field.postalcode,
.mlist-field.bdayfield select {
    display: inline-block;
    width: 48%;
}

.mlist-field.bdayfield #dobMonth,
.mlist-field.postalcode {
    margin-right: 4%;
}

.mnt-date,
.zip-country {
    font-size: 0;
}

.mlist-field.bdayfield,
.mlist-field.mlist-fname,
.zip-country {
    padding-bottom: 10px;
}

.mlist-checks {
    text-align: left;
    position: relative;
    padding: 10px 0;
}

input.global-list-checkbox {
    width: 15px;
    height: 15px;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    border: 0;
    margin: 0;
    background: #fff;
    border: 2px solid #000;
    margin-right: 5px;
    display: none;
}

input.global-list-checkbox:checked:after {
    content: '\2713';
    color: #d71819;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 11px;
    box-sizing: border-box;
}

label.global-list {
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 1px;
}

label.global-list:before {
    content: '\2713';
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 0px none;
    margin-right: 5px;
    text-indent: -9999px;
    font-size: 18px;
    text-align: center;
    line-height: 16px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
}

input.global-list-checkbox:checked+label:before {
    text-indent: 0;
}

.mllister {
    max-width: 580px;
    margin: 0 auto;
    margin-top: 57px;
    font-family: "Helvetica Neue LT W01_41488878";
    color: #d71819;
}

.thankyou-message.embed {
    text-align: center;
    font-size: 15px;
    color: #000;
    font-family: "Helvetica Neue LT W01_41488878";
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
}

.thankyou-message.embed span {
    text-transform: capitalize;
}

div#errorLabelContainer2 {
    color: red;
    text-align: center;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock .thankyou-message {
    display: none;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock #thankyoublock-innerwrapper .thankyou-message {
    display: block;
}

.mlist-outer-wrapper.embedded-inline-list.country-detect #thankyouBlock.final-screen .thankyou-message {
    display: block;
    padding-top: 6px;
}

div#thankyoublock-innerwrapper .mlist-field label.error {
    bottom: -27px;
    position: absolute;
    text-transform: initial;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.mlist-field.country {
    position: relative;
}

@media all and (max-width: 767px) {
    input,
    select {
        height: 35px;
    }
    .lightbox-wrapper.open {
        width: 90%;
        position: absolute;
        overflow-y: scroll;
    }
    label.global-list {
        font-size: 10px;
    }
    .mlist-wrap {
        max-width: none;
        width: 100%;
        padding: 35px 10px 20px;
    }
}

@media all and (max-width: 480px) {
    div#thankyoublock-innerwrapper .mlist-field label.error {
        bottom: -41px;
    }
}


/*Mailing List styles end */