@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: Manhattan;
    src: url("/jsfile/Manhattan.ttf") format("truetype"), url("/jsfile/Manhattan.otf?") format("opentype");
}

@font-face {
    font-family: Lato;
    src: url("/jsfile/Manhattan.ttf") format("truetype"), url("/jsfile/Manhattan.otf?") format("opentype");
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80vw;
    max-width: 630px;
    height: auto;
    z-index: 1000001;
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    color: #ffffff;
    line-height: 1.5;
    font-weight: 100;
}
.md-show {
    visibility: visible;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000000;
    opacity: 0;
    transition: all 0.3s;
    background-color: rgba(65, 74, 80, 1);
}
.thankyou .md-modal {
    pointer-events: none;
    color: #97B4B9;
}
.thankyou {
    position: fixed;
    width: 100%;
    height: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000002;
    opacity: 0;
    background: #efefef;
    xxbackground: #ffffff;
    transition: all 0.3s;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    /* easeOutCirc */
}
.md-show ~ .md-overlay,
.md-show ~ .thankyou {
    opacity: 1;
    visibility: visible;
}
.md-modal .md-close {
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    background-color: #F89300;
    xxborder: none;
    border-radius: 3px;
    padding: .8em 2em;
    font-size: 1em;
    text-transform: uppercase;
    margin: 2em 1em 2em 0;
    border: solid 1px #F89300;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    /* easeOutCirc */
}
.md-modal .md-close.ghost {
    background-color: transparent;
    border: solid 1px #ffffff;
    border-radius: 3px;
    padding: .8em 2em;
    font-size: 1em;
    text-transform: uppercase;
}
.md-modal .md-close:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #414A50;
}
.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2em;
    letter-spacing: normal;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    font-weight: 300;
}
.thankyou .md-content h3,
.thankyou .md-content p {
    color: #414A50;
}
.md-content > div {
    font-weight: 300;
    font-size: 1.15em;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    
    color: #97B4B9;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #97B4B9;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #97B4B9;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    
    color: #97B4B9;
}
/* Effect 12:  Just me */

.md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    letter-spacing: .2px;
}
.md-show .md-overlay {
    background: #e74c3c;
}
.md-content h3,
.md-content {
    background: transparent;
}

.dark-text .md-content h3, .dark-text .md-content {
   
    color: #222;
}

.md-show .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.md-modal input[type="text"] {
    width: 100%;
}
.md-modal input {
    border-radius: 3px;
    border: none;
    padding: 1em;
    margin: 1em 0 1em 0;
    min-height: 3em;
    float: left;
	color: #333;
}
.thankyou .md-modal {
    opacity: 0;
    -webkit-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    /* easeOutCirc */
}
.control-group {
    float: left;
}
.control {
    font-size: .75em;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    text-align: left;
    font-weight: 300;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 3px;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
/* Hover and focus states */

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #fff;
}
/* Checked state */

.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}
/* Hover state whilst checked */

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}
/* Disabled state */

.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}
/* Check mark */

.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */

.control input:checked ~ .control__indicator:after {
    display: block;
}
/* Checkbox tick */

.control--checkbox .control__indicator:after {
    top: 4px;
    left: 2px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
/* Disabled tick colour */

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */

.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
/* Disabled circle colour */

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
form input.error,
form textarea.error {
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
    }
}
.md-show.md-effect-slidedown ~ .md-overlay {
    xxbackground: rgba(180, 46, 32, 0.5);
    xxbackground-color: #FCB040;
    xxbackground: rgba(252, 176, 64, .6);
    background: rgba(65, 74, 80, .7);
}
.md-show.md-effect-slidedown ~ div:not(.thankyou) div {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
}
.md-effect-slidedown .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}
.md-show.md-effect-slidedown ~ .container,
.md-effect-slidedown .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.md-effect-slidedown .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    xxpadding: 1em 4em;
}
.md-content {
    color: #fff;
    position: relative;
    border-radius: 3px;
    xxborder-radius: 1em;
    margin: 0 auto;
}
.md-effect-slidedown .md-content h3 {
    background: rgba(0, 0, 0, 0.1);
}
.expired .savingsBlock .originalPrice {
    text-decoration: none;
}
.expired .savingsBlock .originalPrice a {
    text-decoration: none;
    background-color: transparent;
    border: solid 1px #f7941e;
    border-radius: 3px;
    padding: .8em 2em;
    font-size: 1em;
    text-transform: uppercase;
}
.expired .heroDeal .savingsBlock {
    float: left;
}
.md-modal .md-close.ghost {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    background: transparent;
    border: none;
    opacity: .7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 48px;
    line-height: 44px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}

.md-modal.dark-text .md-close.ghost {
	color:#222;
}
.md-modal li {
    font-weight: 300;
}
.md-modal .md-close.ghost:hover {
    color: #f7941e;
    opacity: 1;
}
.md-modal div *:not(.md-close,
input,
.control) {
    font-weight: 300;
}
.popup-legal {
    font-size: .7em !important;
}
.md-modal ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 2;
    margin: 0;
    padding: 0;
    margin-bottom:10px;
}
.md-modal li {
    padding-left: 1em;
    text-indent: -.7em;
}
.md-modal li:before {
    content: "• ";
    color: #f7941e;
    /* or whatever color you prefer */
}
.md-content > div p {
    font-size: 1.2em;
    margin-bottom: 1em;
    padding: 10px 0;
    font-weight: 300;
}

.popup-input-container {
    display: inline-block;
    width: 100%;
}

@media (min-width: 600px) {
/*    .md-modal input[type="text"] {
        width: 48%;
    }*/
    #email {
        margin-right: 4%;
    }
    
    .popup-input-container {
            width: 47%;
        }
        
    .md-content {
        overflow: hidden;
        height: auto;
    }
    .md-content > div {
        padding: 2em;
        padding: 15px 20px 20px;
    }
    .md-content > div p {
        font-size: 1em;
        margin: 0;
    }
}
@media (max-width: 600px) {
    .md-modal input {
        border-radius: 3px;
        border: none;
        padding: 1em;
        margin: 1em 0 1em 0;
        min-height: 2em;
        line-height: 2em;
        float: left;
        font-size: .8em;
    }
    .md-content h3 {
        margin-top: 1em;
    }
    .md-content > div {
        padding: 15px 20px 20px;
    }
    .md-content > div p {
        font-size: 16px;
        font-size: 1.2em;
    }
    #email {
        margin-bottom: 0;
    }
    .expired .savingsBlock .originalPrice a {
        padding: .6em 2em;
    }
    .md-show.md-effect-slidedown ~ .md-overlay {
        background: #414A50;
    }
    .md-modal {
        width: 100%;
    }
    .md-effect-slidedown .md-content h3 {
/*        background: transparent;*/
    }
    .md-modal .md-close.ghost {
        border-radius: 50%;
        width: 48px;
        height: 48px;
        padding: 0;
        position: absolute;
        xtop: -24px;
        right: 8px;
        right: -8px;
        background: transparent;
        border: none;
        opacity: .7;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        font-size: 48px;
        line-height: 44px;
        margin: 0;
        text-align: center;
    }
    .md-modal .md-content {
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
.md-content {
    background-size: cover;
    background-color: #414A50;
}
.md-modal .md-close {
    margin: 0;
}
.script-headline .md-content h3 {
    font-size: 1em;
    line-height: 1em;
}
@media (max-width: 600px) {
    .md-modal .md-close.ghost {
        top: 0;
        top: 36px;
    }
    .script-headline .md-content h3 {
        font-family: 'Manhattan', 'Lato', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 2em;
        margin-top: 1.625em;
        padding: 0 .5em;
		text-transform:none;
    }
    .md-modal li {
        padding-left: 1em;
        text-indent: -.7em;
        font-size: .8em;
    }
    .control {
        font-size: .7em;
    }
}
@media (min-width: 600px) {
    .script-headline .md-content h3 {
        font-size: 3.5em;
        line-height: 1em;
    }
    .script-headline .md-content h3 {
        font-family: 'Manhattan', 'Lato', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-left: 1em;
        padding-right: 1em;
		text-transform:none;
    }
}



/* CUSTOMIZATIONS */

 .style-photo-1 .md-content {
    background-image: url(/jsfile/waitlist/popupbg1.jpg);
}
.style-photo-2 .md-content {
    background-image: url(/jsfile/waitlist/popupbg2.jpg);
}
 .style-photo-3 .md-content {
    background-image: url(/jsfile/waitlist/popupbg3.jpg);
}
.style-photo-4 .md-content {
    background-image: url(/jsfile/waitlist/popupbg4.jpg);
}
 .style-photo-5 .md-content {
    background-image: url(/jsfile/waitlist/popupbg5_new.jpg);
}
.style-photo-6 .md-content {
    background-image: url(/jsfile/waitlist/popupbg6.jpg);
}

.waitListWrapper .waitListButton {
    text-decoration: none;
}
.waitListWrapper .waitListButton a {
    text-decoration: none;
    background-color: transparent;
    border: solid 1px #f7941e;
    border-radius: 3px;
    padding: .8em 2em;
    font-size: 1em;
    text-transform: uppercase;
}
.waitListWrapper {
    float: right;
    position: relative;
    display: block;
    margin-top: 15px;
    margin-left: 15px;
}