@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamLight.eot');
    /* IE9 Compat Modes */
    src: url('webfonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('webfonts/GothamLight.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('webfonts/GothamLight.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('webfonts/GothamLight.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('webfonts/GothamLight.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: 300;
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamBook.eot');
    /* IE9 Compat Modes */
    src: url('webfonts/GothamBook.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('webfonts/GothamBook.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('webfonts/GothamBook.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('webfonts/GothamBook.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('webfonts/GothamBook.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamMedium.eot');
    /* IE9 Compat Modes */
    src: url('webfonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('webfonts/GothamMedium.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('webfonts/GothamMedium.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('webfonts/GothamMedium.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('webfonts/GothamMedium.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: 600;
    ©
}

@font-face {
    font-family: 'Gotham';
    src: url('webfonts/GothamBold.eot');
    /* IE9 Compat Modes */
    src: url('webfonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('webfonts/GothamBold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('webfonts/GothamBold.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('webfonts/GothamBold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('webfonts/GothamBold.svg#svgFontName') format('svg');
    /* Legacy iOS */
    font-weight: 700;
}

/* Kill the blink/flickering */
.question {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

html {}

body {
    font-family: 'Gotham';
    font-size: 15px;
    background-color: #002953;
}

p {
    font-size: 14px;
    margin: 0 0 15px;
}

h1,
h2,
h3 {
    font-weight: 800;
}

a,
a:hover {
    text-decoration: none;
}

strong {
    font-weight: 800;
}

img {
    /*image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;  */
}

button,
a {
    outline: 0 !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.padding-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-7 {
    padding-left: 7px;
    padding-right: 7px;
}

.padding-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.padding-9 {
    padding-left: 9px;
    padding-right: 9px;
}

.padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.no-padding {
    padding: 0;
}

.no-padding-l {
    padding-left: 0;
}

.no-padding-r {
    padding-right: 0;
}

.text-center {
    text-align: center;
}

.img-center {
    margin: auto;
}

.img-full img {
    width: 100%;
}

.col-center {
    float: none;
    margin: auto;
}

.transition {
    transition: all 0.3s ease-in-out;
}

.opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.opacity:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.unopacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.80;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.unopacity:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.vertical-align-text-wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.vertical-align-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.clearfix {
    clear: both;
}

textarea {
    resize: none;
}

.inside {
    position: relative;
}

.bg-white {
    background-color: #ffffff;
}

/* SLICK DEFAULTS */
.slider-wrap {
    display: none;
}

.slick-arrow {
    z-index: 9;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/* CUSTOM CHECKBOX */
.custom-checkbox {
    float: left;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 1px;
    background: url("img/checkbox.png") no-repeat;
    margin-right: 12px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}

.custom-checkbox.selected {
    background: url("img/checkbox-selected.png") no-repeat;
}

.custom-checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.checkbox-group .fv-plugins-message-container {
    position: relative;
}

.checkbox-group .fv-plugins-message-container .help-block {
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    background-color: #ffffff;
    color: #333333;
}

/* Hamburger */
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #ffffff;
    width: 30px;
    height: 2px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #ffffff;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 1;
}

.hamburger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.hamburger {
    line-height: 100%;
    z-index: 999;
}

.hamburger-inner:after {
    bottom: -8px;
}

.hamburger-inner:before {
    top: -8px;
}

.hamburger-box {
    width: 30px;
    height: 19px;
}

/* Top Header */
#top-header {
    position: fixed;
    width: 100%;
    background-color: #002850;
    _z-index: 999;
    z-index: 99999;
}

#top-logo {
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
}

#top-logo img {
    _width: 120px;
    width: 180px;
}

.btn-default {
    border-color: #8094a9;
    background-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    border-radius: 40px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 55px;
    line-height: 100%;
    z-index: 9;
}

#desktop-menu {
    _margin-top: 35px;
}

#desktop-menu ul,
#header-center ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    letter-spacing: 2px;
}

#desktop-menu .inside {
    _max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;

    width: 100%;
}

#header-center {
    max-width: 580px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#header-center a {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

#header-center a:hover {
    opacity: 0.8;
}

#desktop-menu ul li a {
    color: #ffffff;
    font-weight: 600;
    opacity: 0.45;
    transition: opacity 0.3s ease-in-out;
    display: list-item;
}

#desktop-menu ul li a:hover {
    opacity: 1;
}

.btn-default.btn-naked:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}

.btn-default:hover {
    _border-color: #05284d;
    _background-color: rgba(5, 40, 77, 1);
    color: #ffffff;
}

/* Open Menu */
#open-menu {
    background-color: #002850;
    position: fixed;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    left: -100%;
    _z-index: 99;
    z-index: 9999;
    overflow: auto;
}

#open-menu.open {
    left: 0;
}

#open-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 100%;
}

#open-menu ul li {
    margin-bottom: 35px;
}

#open-menu ul li a {
    color: #ffffff;
}

#open-menu .btn {
    margin-bottom: 30px;
}

#open-menu .btn-wrap {
    padding-top: 20px;
}

.btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

#open-menu .inside {
    padding: 45px 0 15px 30px;
}

body.menu-open {
    _overflow: hidden;
}

.btn-naked {
    border-color: transparent;
    background-color: transparent;
}

/* Fixed Header */
#fixed-header {
    padding-left: 20px;
    padding-right: 15px;
    height: 80px;
    background-color: #05284d;
    position: relative;
    top: -80px;
    transition: all 1s ease-in-out;
    opacity: .5;
}

#fixed-header .inside {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#fixed-header .btn-wrap {
    flex-direction: row;
}

body.menu-fixed #fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    opacity: 1;
    transition: all 0.8s ease-in-out;
}

#video-btn-wrap {
    position: absolute;
    z-index: 90;
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    left: 0;
    right: 0;
    background-color: #002953;
}

#video-btn-wrap .inside {
    max-width: 600px;
    margin: auto;
    flex-direction: column;
}

.btn-default.btn-video {
    border-radius: 0;
    margin-bottom: 20px;
    opacity: 1 !important;
    font-size: 16px;
    font-weight: 600;
}

.btn-default.btn-video:last-child {
    margin-bottom: 0;
}

.btn-instr {
    color: #075694;
    border-color: #075694;
    background-color: rgba(5, 40, 77, 0.45);
}

#top {
    _background-color: #ffffff;
    position: relative;
}

#bg-top {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    _background-color: rgba(0, 0, 0, 0.1);
    background-color: #002953;
}

#bg-top #bg-video {
    content: '';
    position: absolute;
    width: 100%;
    /* height: calc(100% - 174px); */
    height: calc(100% - 167px);
    background-color: #002953;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

#bg-top .overlay-grey {
    position: absolute;
    width: 100%;
    /* height: calc(100% - 174px); */
    height: calc(100% - 167px);
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    pointer-events: none;
}

#crew {
    background-color: #002953;
    _overflow: hidden;
    padding-top: 60px;
    color: #ffffff;
    font-size: 16px;
}

#steps-crew {
    background-color: #002953;
    _overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    height: 100%;
}

#steps-crew-video {
    background-color: #022b57;
    _overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    height: 100%;
    position: relative;
}

#crew>.inside,
#steps-crew>.inside {
    height: 100%;
}

#steps-crew-video>.inside {
    height: 100%;
}

#steps {
    display: none;
    _background-color: #ffffff;
    background-color: #002953;
    background-image: url('img/steps-bg.jpg');
    background-position: left center;
    background-size: cover;
}

#steps.steps-crew {
    background-image: none;
}

#instructions {
    /* background-color: #113970; */
    background: rgb(18, 58, 113);
    background: -moz-radial-gradient(center, ellipse cover, rgba(18, 58, 113, 1) 0%, rgba(7, 42, 82, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(18, 58, 113, 1) 0%, rgba(7, 42, 82, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(18, 58, 113, 1) 0%, rgba(7, 42, 82, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123a71', endColorstr='#072a52', GradientType=1);
}

#gifts {
    background-color: #ffffff;
}

#footer {
    background-color: #f5f5f5;
}

/* Top Section */
#logo-master {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 130px;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    position: absolute;
    z-index: 9;
    _height: 100%;
    width: 100%;
    /* height: calc(100% - 174px); */
    height: calc(100% - 167px);
    top: 0;
}

#logo-master:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 41, 83, 0) 0%, rgba(0, 41, 83, 0) 55%, rgba(0, 41, 83, 0.3) 75%, rgba(0, 41, 83, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 41, 83, 0) 0%, rgba(0, 41, 83, 0) 55%, rgba(0, 41, 83, 0.3) 75%, rgba(0, 41, 83, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 41, 83, 0) 0%, rgba(0, 41, 83, 0) 55%, rgba(0, 41, 83, 0.3) 75%, rgba(0, 41, 83, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00002953', endColorstr='#002953', GradientType=0);
    _opacity: .8;
    opacity: .5;
}

#logo-master img {
    z-index: 9;
}

/* VIMEO BG */
#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

#bg-video iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.17);
}

/* FOOTER */
#footer {
    _padding-top: 24px;
    padding-top: 84px;
    _overflow: hidden;
}

#logo-footer {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.footer-menu h3 {
    font-size: 16px;
    font-weight: 700;
    color: #05284d;
    margin-top: 0;
    margin-bottom: 15px;
}

.footer-menu a {
    font-size: 15px;
    font-weight: 700;
    color: #141414;
    margin-bottom: 10px;
    display: block;
    line-height: 120%;
}

.footer-menu {
    margin-bottom: 50px;
}

#footer-social {
    justify-content: space-evenly;
    _max-width: 80px;
    max-width: 120px;
    margin: 0 auto 25px;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 30px;
}

#copyright {
    font-size: 15px;
    color: #05284d;
    font-weight: 600;
    justify-content: center;
}

/* BTN ANIMATIONS */
a.btn-bg,
a.btn-bg:hover {
    -moz-transition: all 580ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -o-transition: all 580ms cubic-bezier(0.16, 0.01, 0.77, 1);
    -webkit-transition: all 580ms cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all 580ms cubic-bezier(0.16, 0.01, 0.77, 1);
    position: relative;
}

.btn-bg:after {
    content: '';
    z-index: 1;
    _background-color: #002850;
    background-color: #ffffff;
    -moz-transform-origin: right 50%;
    -ms-transform-origin: right 50%;
    -webkit-transform-origin: right 50%;
    transform-origin: right 50%;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 580ms;
    -o-transition-duration: 580ms;
    -webkit-transition-duration: 580ms;
    transition-duration: 580ms;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.btn:hover .over {
    color: #002850;
}

.btn-instr.btn-default:hover {
    color: #075694;
}

.btn-default {
    overflow: hidden;
}

.btn-default.btn-video:after {
    border-radius: 0;
}

.btn-default:after {
    border-radius: 40px;
}

.btn-bg:hover:after {
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.over {
    position: relative;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

#video-btns {
    position: absolute;
    z-index: 90;
    _bottom: 176px;
    bottom: 100px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0;
    right: 0;
}

/* #video-btns .inside {
    width: 18px;
    height: 26px;
    margin: auto;
} */
#video-btns .inside {
    width: 20px;
    height: 63px;
    margin: auto;
}

/* #play-button {
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 18px;
    border-color: transparent transparent transparent #ffffff;
    z-index: 9;
    position: relative;
    opacity: 1;
    visibility: visible;
} */
/* .play #play-button {
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 0;
} */
.play #pause-button {
    opacity: 1;
    z-index: 1;
    visibility: visible;
    display: block;
}

#pause-button {
    width: 18px;
    height: 26px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#pause-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 4px;
    background-color: #ffffff;
}

#pause-button:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 4px;
    background-color: #ffffff;
}

/* Crew */
#crew-bg,
#crew-bg-alt {
    background-image: url('img/crew.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

#crew-bg-alt-2 {
    _background-image: url('img/crew-sm.jpg');
    background-image: url('img/crew-sm-alt.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

#crew-bg-alt-3 {
    background-image: url('img/crew2-sm.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

#crew .logo-master {
    margin-bottom: 20px;
}

#crew-text,
#crew-text-alt,
#crew-text-alt-2,
#crew-text-alt-3 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
    z-index: 9;
}

#crew .text {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 160%;
    font-weight: 300;
}

#steps-crew .text {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    line-height: 160%;
    font-weight: 300;
}

#steps-crew-video .text {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    line-height: 160%;
    font-weight: 300;
}

#crew .text span,
#steps-crew .text span {
    display: block;
    text-align: center;
}

#steps-crew-video .text span {
    display: block;
    text-align: center;

}

#crew #crew-text .btn-default {
    padding: 15px 20px 15px 25px;
    font-size: 13px;
}

#steps-crew #crew-text-alt .btn-default {
    padding: 15px 20px 15px 25px;
    font-size: 13px;
}

#steps-crew-video #crew-text-alt-2 .btn-default {
    _padding: 15px 20px 15px 25px;
    font-size: 13px;
}

#steps-crew-video #crew-text-alt-3 .btn-default {
    _padding: 15px 20px 15px 25px;
    font-size: 13px;
}

.btn .img-arrow {
    display: inline-block;
    width: 54px;
    height: 16px;
    background-image: url('img/arrow-right.png');
    background-size: cover;
    background-position: 0 0;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: -2px;
}

.crew-name-wrap {
    position: absolute;
    line-height: 130%;
    text-align: center;
    max-width: 380px;
}

.crew-name {
    font-weight: 300;
    letter-spacing: 1px;
}

.crew-title {
    color: #5ba4ff;
    font-weight: 700;
}

#crew-names {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

#crew-1 {
    top: 35%;
    left: 13%;
}

#crew-2 {
    top: 13%;
    right: 25%;
}

#crew-3 {
    top: 48%;
    right: 10%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #crew-2 {
        width: 100%;
    }
}

/* Animations */
#logo-master img {
    transform: scale(1.2);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.activated #logo-master img {
    opacity: .95;
    transform: scale(1);
}

.crew-name-wrap {
    transform: scale(0.85);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.activated .crew-name-wrap {
    opacity: 1;
    transform: scale(1);
}

#crew-bg {
    opacity: 0;
    transform: scale(0.98);
    transition: all 0.6s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.activated #crew-bg {
    opacity: 1;
    transform: scale(1);
}

#crew .logo-master {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}

#crew.activated .logo-master {
    opacity: 1;
    transform: translateY(0);
}

#crew .text {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

.activated#crew .text {
    opacity: 1;
    transform: translateY(0);
}

#crew #crew-text .btn-default {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
    transform: translateY(20px);
}

#crew #crew-text .btn-default:hover .img-arrow,
#gifts .btn-default:hover .img-arrow,
#instructions .btn-default:hover .img-arrow {
    background-position: 0 -16px;
}

.activated#crew #crew-text .btn-default {
    opacity: 1;
    transform: translateY(0);
}

#steps-crew #crew-text-alt .btn-default {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

#steps-crew-video #crew-text-alt-2 .btn-default {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
    transform: translateY(20px);
}

.activated#steps-crew-video #crew-text-alt-2 .btn-default {
    opacity: 1;
    transform: translateY(0);
}

#steps-crew-video #crew-text-alt-3 .btn-default {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
    transform: translateY(20px);
}

.activated#steps-crew-video #crew-text-alt-3 .btn-default {
    opacity: 1;
    transform: translateY(0);
}

.activated#steps-crew #crew-text-alt .btn-default {
    opacity: 1;
    transform: translateY(0);
}

#steps-crew .text {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}

.activated#steps-crew .text {
    opacity: 1;
    transform: translateY(0);
}

#steps-crew-video .text {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

.activated#steps-crew-video .text {
    opacity: 1;
    transform: translateY(0);
}

#steps-crew-video .logo-master {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}

#steps-crew-video.activated .logo-master {
    opacity: 1;
    transform: translateY(0);
}

/* .activated#steps-crew-video .text {
    opacity: 1;
    transform: translateY(0);
} */

#steps-carousel .logo-master {
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

.activated #steps-carousel .logo-master {
    opacity: 1;
    transform: translateY(0);
}

#top #video-btn-wrap .inside a:first-child {
    opacity: 0 !important;
    transition: all 0.6s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateX(-40px);
}

#top #video-btn-wrap .inside a:last-child {
    opacity: 0 !important;
    transition: all 0.6s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s, border-color 0.3s ease-in-out;
    transform: translateX(40px);
}

.activated#top #video-btn-wrap .inside a {
    opacity: 1 !important;
    transform: translateX(0);
}

#steps-result .steps-hand img {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

.activated#steps-result .steps-hand img {
    opacity: 1 !important;
    transform: translateX(0);
}

#steps-result .logo-master img {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}

.activated#steps-result .logo-master img {
    opacity: 1 !important;
    transform: translateX(0);
}

#steps-result .steps-text {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
    transform: translateY(20px);
}

.activated#steps-result .steps-text {
    opacity: 1 !important;
    transform: translateX(0);
}

#steps-result .result-btn {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 1.2s;
    transform: translateY(20px);
}

.activated#steps-result .result-btn {
    opacity: 1 !important;
    transform: translateX(0);
}

#steps-video .logo-master img {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}

.activated#steps-video .logo-master img {
    opacity: 1 !important;
    transform: translateX(0);
}

#steps-video #vimeo-embed .container {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

.activated#steps-video #vimeo-embed .container {
    opacity: 1 !important;
    transform: translateX(0);
}

#steps-video #vimeo-embed .btn-continue {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
    transform: translateY(20px);
}

.activated#steps-video #vimeo-embed .btn-continue {
    opacity: 1 !important;
    transform: translateX(0);
}

#instructions .logo-master img {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}

.activated#instructions .logo-master img {
    opacity: 1 !important;
    transform: translateX(0);
}

#instructions .step-inst-1 {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

.activated#instructions .step-inst-1 {
    opacity: 1 !important;
    transform: translateX(0);
}

#instructions .step-inst-2 {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
    transform: translateY(20px);
}

.activated#instructions .step-inst-2 {
    opacity: 1 !important;
    transform: translateX(0);
}

#instructions .step-inst-3 {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 1.2s;
    transform: translateY(20px);
}

.activated#instructions .step-inst-3 {
    opacity: 1 !important;
    transform: translateX(0);
}

#instructions .step-inst-4 {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 1.6s;
    transform: translateY(20px);
}

.activated#instructions .step-inst-4 {
    opacity: 1 !important;
    transform: translateX(0);
}

#video-btns .inside {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 10s;
    transform: translateY(20px);
}

.activated #video-btns .inside {
    opacity: 1 !important;
    transform: translateX(0);
}

#gifts .gifts-inside {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}

.activated#gifts .gifts-inside {
    opacity: 1 !important;
    transform: translateX(0);
}

#gifts .logo-master img {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    transform: translateY(20px);
}

.activated#gifts .logo-master img {
    opacity: 1 !important;
    transform: translateX(0);
}

#gifts .gifts-title {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
    transform: translateY(20px);
}

.activated#gifts .gifts-title {
    opacity: 1 !important;
    transform: translateX(0);
}

#gifts .gifts-desc {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 1.2s;
    transform: translateY(20px);
}

.activated#gifts .gifts-desc {
    opacity: 1 !important;
    transform: translateX(0);
}

/* #steps-crew .text {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    transform: translateY(20px);
}
.activated#steps-crew .text {
    opacity: 1 !important;
    transform: translateY(0);
}
#steps-crew .btn-wrap {
    opacity: 0 !important;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4;
    transform: translateY(20px);
}
.activated#steps-crew .btn-wrap {
    opacity: 1 !important;
    transform: translateY(0);
} */

/* Animations End */
#vimeo-embed .container {
    padding-left: 0;
    padding-right: 0;
}

#steps .logo-master,
#instructions .logo-master,
#gifts .logo-master {
    justify-content: center;
    align-items: flex-start;
    padding: 75px 25px;
    margin-bottom: auto;
}

#gifts .logo-master {
    justify-content: flex-start;
}

#steps,
#instructions {
    padding-top: 60px;
    _padding-bottom: 50px;
}

#gifts {
    position: relative;
}

.steps-inside {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.single-step {
    margin-left: 25px;
    margin-right: 25px;
    color: #ffffff;
    text-align: center;
    min-height: 300px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.single-step-inside {
    padding: 28px;
    background: rgb(18, 58, 113);
    background: -moz-radial-gradient(center, ellipse cover, rgba(18, 58, 113, 1) 0%, rgba(7, 42, 82, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(18, 58, 113, 1) 0%, rgba(7, 42, 82, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(18, 58, 113, 1) 0%, rgba(7, 42, 82, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123a71', endColorstr='#072a52', GradientType=1);
}

.single-step h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 45px;
}

#steps-carousel-wrap {
    _padding-top: 20px;
    max-width: 510px;
    margin: auto;
}

.steps-carousel-outside {
    _display: none;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 585px;
    /* top: -130px;
    position: relative; */
}

.slick-slide.slick-current {
    transform: scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    transition: all .3s ease-in-out;
}

.prevdiv .single-step-inside {
    opacity: 1;
    transition: none;
}

.slick-slide {
    transform: scale(.9);
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    transition: all .3s ease-in-out;
}

.slick-slide.step-1,
.slick-slide.step-2.thisdiv {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
}

.step-1 .single-step-inside,
.step-2.thisdiv .single-step-inside {
    opacity: 1;
}

.slick-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.slick-slide.prevdiv {
    transform: scale(.9);
    -webkit-filter: blur(0) !important;
    -moz-filter: blur(0) !important;
    -o-filter: blur(0) !important;
    -ms-filter: blur(0) !important;
    filter: blur(0) !important;
    _transition: none;
}

.single-step-inside {
    opacity: .7;
    transition: opacity .3s ease-in-out;
}

.slick-slide.slick-current .single-step-inside {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.slick-slide.slick-current:before {
    display: none;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #05284d;
    opacity: .15;
}

.slick-dots li.slick-active button:before {
    color: #05284d;
    opacity: 1;
}

.slick-list {
    _overflow: hidden;
    padding: 0 !important;
}

.medium {
    font-weight: 600;
}

.question {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    line-height: 135%;
    margin-bottom: 15px;

    font-smoothing: antialiased !important;
}

.single-step .btn-default {
    padding-left: 25px;
    padding-right: 25px;
}

.question span {
    display: block;
}

.step-1 .answers {
    _margin-top: -20px;
}

.slick-dots li {
    margin: 0;
}

.answers .btn {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 1px;
}

.answers {
    display: flex;
    flex-direction: column;
    _justify-content: center;
    max-width: 360px;
    margin: auto;
}

.answers .btn:last-child {
    margin-bottom: 25px;
}

.slick-dots {
    bottom: -66px;
}

.slick-dotted.slick-slider {
    margin-bottom: 80px;
}

.bottom-height {
    height: 50px;
}

.steps-inside .logo-master img {
    width: 400px;
}

.answers .btn.btn-bg.selected:after {
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.answers .btn.btn-bg.selected .over {
    color: #002850
}

.slick-dots::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}

.steps-hand {
    align-items: center;
    justify-content: center;
    /*padding-top: 25px;*/
    padding-bottom: 25px;
    margin-top: auto;
}

#steps-result {
    height: 100%;
    padding-bottom: 9%;
}

#steps-result .inside {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.steps-text {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 21px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1000px;
    _margin: auto;
    color: #123a71;
    _margin-bottom: auto;
}

.result-btn {
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: auto;
}

.result-btn .btn-default {
    border-color: #05284d;
    background-color: rgba(5, 40, 77, 1);
}

#steps-result .result-btn .btn-default:hover {
    border-color: #ffffff;
    background-color: #fff;
}
#header-right{
    min-width: 136px;
}

#header-right .btn.open-btn-login-getPdf span {
    top: 1px;
}

.btn-instr:hover {
    border-color: #05284d;
}

/* #top #video-btn-wrap .inside abtn-instr.btn-bg {
    transition:
} */
.btn-instr.btn-bg:after {
    background-color: #05284d;
}

.btn-instr.btn-bg:after {
    background-color: #05284d;
}

.btn-instr.btn:hover .over {
    color: #ffffff;
}

.steps-text span {
    display: block;
}

#steps-video {
    /* background-color: #ffffff;
    height: 100%; */
    _height: calc(100% - 80px);
    padding-bottom: 40px;
}

#vimeo-embed {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    _overflow: hidden;
    text-align: center;
}

#vimeo-embed .container {
    position: relative;
}

#vimeo-embed.replay .container::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(5, 40, 77, 0.8);
    z-index: 9;
}

.replay .replay-btn-wrap {
    display: block;
}

.replay .btn-continue {
    display: inline-block;
}

.btn-continue {
    display: none;
}

.replay-btn-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: none;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.replay-btn-wrap .btn {
    background-color: #123a71;
    border-color: #123a71;
}

.replay-img {
    width: 16px;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}

#vimeo-embed .replay-btn-wrap .btn {
    font-size: 13px;
    padding: 15px 25px 15px 45px;
    letter-spacing: 1px;
}

.btn-continue.btn {
    font-size: 13px;
    letter-spacing: 1px;
    background-color: #123a71;
    border-color: #123a71;
    margin-top: 10%;
}

.btn.btn-white {
    background-color: #ffffff;
    color: #05284d;
}

.btn.btn-white:after {
    background-color: #05284d;
}

.btn.btn-white:hover .over {
    color: #ffffff;
}

#steps-crew-video .row {
    margin-left: 0;
    margin-right: 0;
}

#steps-crew-video .logo-master {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 9;
    text-align: center;
}

#steps-crew-video .text {
    max-width: 570px;
}

.btn-alt {
    display: none;
}

#instructions {
    padding-bottom: 40px;
}

.step-inst {
    color: #ffffff;
    text-align: center;
    margin-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.step-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.title {
    font-size: 22px;
}

.desc {
    font-size: 18px;
    font-weight: 300;
}

.inside-left {
    background-color: #f5f5f5;
    padding-top: 80px;
}

.inside-right {
    background-color: #ffffff;
    padding-top: 80px;
}

#gifts .row {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
}

.gifts-img {
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;

    background-image: url('img/gift-2.jpg');
    background-size: cover;
    background-position: center;
}

#gifts .inside-left {
    padding-left: 0;
    padding-right: 0;
}

#gifts .inside {
    flex: 1;
    height: 50%;
}

.inside-right-wrap {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.inside-right-wrap .logo-master {
    display: flex !important;
    margin-bottom: 0 !important;
    align-items: center !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    _margin-top: -180px;
}

.gifts-title {
    font-size: 40px;
    font-weight: 300;
    color: #05284d;
    margin-bottom: 40px;
}

.gifts-title span {
    display: block;
}

.gifts-desc {
    font-weight: 300;
    font-size: 22px;
    color: #05284d;
    line-height: 180%;
}

/* body.signup-open {
    overflow: hidden;
} */
#profile,
#sign-up {
    top: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -99;
    opacity: 0;
}

#profile .inside,
#sign-up .inside {
    width: 100%;
    height: 100%;
    left: -100%;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
    _transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.3s;
    padding: 65px;
}

#profile.open,
#sign-up.open {
    z-index: 99999;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1);
    _transition: all 0.3s cubic-bezier(0.16, 0.01, 0.77, 1) 0.4s;
}

#profile.open .inside,
#sign-up.open .inside {
    left: 0%;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.3s;
}

.btn-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
}

.tab-content {
    display: none;
    _opacity: 0;
}

#tab-sign-up-content.show {
    display: block;
}

.sign-up-wrap {
    max-width: 400px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 8%;
}

#sign-up .inside {
    display: flex;
    align-items: flex-start;
    overflow: auto;

}

.tab-titles {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #a0a7b0;
}

.single-tab {
    flex: 1;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: -1px;
    align-self: center;
}

.single-tab a {
    color: #a0a7b0;
    text-decoration: none !important;
}

.single-tab.active a {
    color: #05284d;
}

.single-tab.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #05284d;
    left: 0;
    right: 0;
    bottom: 0;
}

.tab-content-title {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 140%;
    color: #05284d;
}

.form-control {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #05284d;
    border: 0;
    border-bottom: 1px solid #c8c9c9;
    border-radius: 0;
    box-shadow: none;
    height: calc(1em + .75rem + 2px);
    background-color: #ffffff !important;
    background-image: none !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    padding: .375rem .75rem !important;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #05284d;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus,
.form-control.is-valid,
.was-validated .form-control:valid {
    border-bottom: 1px solid #05284d !important;
}

.fv-plugins-bootstrap .fv-help-block {
    _position: absolute;
    font-size: 11px;
    margin-top: 2px;
}

.form-group {
    margin-bottom: 1.3rem;
}

.form-wrap {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c8c9c9;
    ;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #c8c9c9;
    ;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #c8c9c9;
    ;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #c8c9c9;
    ;
}

.form-wrap .btn-continue {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #05284d;
    border-color: #05284d;
}

.form-wrap .btn-continue:hover {
    _color: #05284d;
}

.btn {
    position: relative;
}

.form-terms {
    font-size: 10px;
    text-align: center;
    color: #05284d;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 25px;
}

.form-terms a {
    text-decoration: underline;
    color: #05284d;
}

.or {
    max-width: 320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.or div {
    font-size: 12px;
    font-weight: bold;
    color: #05284d;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}

.or span {
    background-color: #ffffff;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.or div:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #05284d;
}

.btn-fb {
    color: #ffffff !important;
    background-color: #3b5998;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 18px;
    width: 100%;
    display: inline-block;
    border: 0 !important;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 3px;
}

#tab-profile-content .form-wrap .form-btn {
    padding-top: 15px;
}

.form-forgot {
    text-align: center;
}

.form-forgot a {
    font-size: 12px;
    font-weight: 600;
    color: #05284d;
    text-decoration: underline;
}

#open-menu .btn-login {
    opacity: .65;
}

#profile .form-btn {
    padding-top: 15px;
}

#profile .form-forgot a {
    color: #7e91a4;
}

#profile .form-forgot a:hover {
    color: #05284d;
}

.delete-profile-wrap {
    position: absolute;
    background-color: #f5f5f5;
    width: 100%;
    height: 120px;
    left: -100%;
    bottom: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1);
}

.dinner-list li {
    text-decoration: underline;
    color: #05284d;
}

.dinner-list {
    margin-bottom: 0;
}

#profile.open .delete-profile-wrap {
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.3s;
}

.delete-profile-wrap .btn-continue {
    display: block;
    margin-top: 0 !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #ebedee;
    border-color: #c5ccd3;
    color: #c5ccd3;
}

#profile .inside {
    height: calc(100% - 120px);
    overflow: auto;
}

#talkbubble {
    width: 120px;
    height: 80px;
    background: red;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#talkbubble:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid red;
    border-bottom: 13px solid transparent;
}

/* .tab-content.show {
    display: block;
    _opacity: 1;
} */


/* LOADER */
#loader {
    background-color: #2c3e50;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    _display: none;
}

.fh-section {
    _display: none;
    visibility: hidden;
    opacity: 0;
}

table td p {
    font-weight: normal !important;
    font-size: 10px !important;
    margin-bottom: 0;
}

table td {
    padding: 5px;
}

table {
    border: 0;
    width: 100%;
}

/* TOOLTIPS */
#crew-names {
    z-index: 9;
    position: static;
}

.tooltip .bottom {
    font-family: 'Gotham';
    min-width: 380px;
    top: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 20px;
    color: #ffffff;
    background-color: rgba(5, 40, 77, .9);
    font-weight: 300;
    font-size: 12px;
    _border-radius: 0;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border-radius: 8px;
}

.tooltip .bottom p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 140%;
}

.tooltip:hover .bottom {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.tooltip .bottom i {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}

.tooltip .bottom i::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    background-color: rgba(5, 40, 77, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    top: -6px;
}

.close {
    text-align: right;
    line-height: normal;
    padding: 12px 15px !important;
    color: #05284d;
    opacity: 1 !important;
}

.modal-content {
    border-radius: 0;
}

.close span {
    _padding: 15px;
}

.close span img {
    width: 20px;
}

.modal-footer a {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    color: #05284d;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

.forgot .form-btn {
    padding-top: 25px;
}

.forgot .tab-content-title span {
    font-size: 14px;
    line-height: 130%;
    display: block;
}

.forgot .tab-content-title {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
}

.simple-logo {
    height: 80px;
    background-color: #05284d;
    justify-content: center;
    align-items: center;
}

.forgot-success .tab-content-title {
    font-size: 23px;
}

.gradient-white {
    display: none;
    position: absolute;
    width: 100%;
    height: 130px;
    left: 0;
    right: 0;
    top: -130px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.mute-wrap {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#mute {
    z-index: 9;
    cursor: pointer;
}

#mute.muted {
    opacity: 1;
}

#mute img {
    width: 40px;
}

#mute img.absolute {
    position: absolute;
    top: 0;
    right: 0;
    _opacity: 0;
}

/* #mute.muted .mute-unmute {
    opacity: 0;
} */
#mute.muted .mute-unmute {
    opacity: 0;
}

#mute.muted .mute-mute {
    opacity: 1;
}

#mute .mute-unmute {
    opacity: 1;
}

#mute .mute-mute {
    opacity: 0;
}

#crew,
#instructions {
    position: relative;
}

.to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: block;
    z-index: 9;
}

.to-top img {
    width: 50px;
}

#crew-text-alt-2 .btn img {
    position: absolute;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
}

#crew-text-alt .btn-next img {
    position: absolute;
    right: -49px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
}

#crew-text-alt .btn-next {
    padding-left: 15px !important;
    padding-right: 45px !important;
}

#crew-text-alt .btn.btn-next:after {
    background-color: rgba(5, 40, 77, 1);
}

#crew-text-alt .btn:hover .over {
    color: #ffffff;
}

#crew-text-alt-2 .btn {
    padding-left: 25px;
    padding-right: 25px;
}

#crew-text-alt .btn-next {
    padding: 0;
}

#crew-text-alt-2 .btn.btn-bg:after {
    background-color: rgba(5, 40, 77, 1);
}

#crew-text-alt-2 .btn:hover .over {
    color: #ffffff;
}

#crew-text-alt .btn-wrap {
    align-items: center;
}

.card-header .mb-0>a {
    display: block;
    position: relative;
}

.card-header .mb-0>a:after {
    content: "";
    /* fa-chevron-down */
    width: 24px;
    height: 13px;
    background-image: url(img/arrow.png);
    background-size: cover;
    _top: 6px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-header .mb-0>a[aria-expanded="true"]:after {
    content: "";
    /* fa-chevron-up */
    background-image: url(img/arrow.png);
    width: 24px;
    height: 13px;
    background-size: cover;
    _top: 6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.sign-up-wrap.terms-wrap {
    max-width: 700px;
    margin-bottom: 80px;
}

.color-yelow {
    color: #ffcd34;
}

.terms .card-body,
.terms .card-body p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.terms .terms-wrap h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.terms .card {
    border: 1px solid #ffffff;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 15px;
    _height: 52px;
}

.terms .card-header {
    border: 0;
    background-color: transparent;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #0d345d;
}

.terms .card-body {
    background-color: #0d345d;
}

.terms .card-header h5 {
    font-size: 12px;
    font-weight: 600;
}

.terms a {
    color: #ffcd34;
}

.terms .card-header h5 a {
    color: #ffffff;
    padding-right: 30px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.cookie-text {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 12px;
}

.cookie-text p {
    font-size: 12px;
}

.cookie-text h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#gifts .btn-default {
    _background-color: #38547a;
    background-color: #05284d;
    /* font-size: 12px;
    padding: 15px 35px; */
}

#winners-pop {
    font-family: 'Gotham';
    color: #05284d;
}
#winners-pop ol {
    _margin-bottom: 0;
    padding-top: 1rem;
}
#winners-pop ul li {
}

.tab-content-title-alt {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 16px;
}

.tab-content-title-alt strong {
    display: block;
    margin-top: 10px;
}

.play-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 9;
}

.header .btn-play {
    opacity: 1 !important;
    /*background-color: rgba(255, 255, 255, 1);
    color: #212529; */
}

#play {
    opacity: 0;
    visibility: hidden;
    transition: 1s opacity ease-in-out;
}

#play.played {
    opacity: 1;
    visibility: visible;
    transition: 1s all ease-in-out;
}

/* .header .btn-play:hover {

} */
.gifts-desc,
.gifts-desc p {
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 20px;
}

.header .btn-login {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    color: #212529;
}

.header .btn-login:hover .over {
    color: #ffffff;
}

.header .btn-login:after {
    background-color: #212529;
}

.header .btn-login:hover:after {
    background-color: #212529;
}

.btn-go-text-wrap {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.btn-go-text {
    visibility: hidden;
    opacity: 0;
    transition: opacity ease-in-out .8s;
}

.btn-go-text-wrap.show .btn-go-text {
    visibility: visible;
    opacity: 1;
}

#top #video-btns .inside.hide {
    visibility: hidden;
    opacity: 0 !important;
    transition: none;
}

#turn {
    display: none;
}

.footer-menu ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-menu ul li {
    display: inline-flex;
    align-items: center;
}

.footer-menu ul li a {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

.footer-menu ul li:last-child::after {
    display: none;
}

.footer-menu ul li:after {
    color: #141414;
    content: '/';
}

/* NEW STYLE */
#video-bg {
    background-image: url(img/bg-yt.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    pointer-events: none;
}
/* NEW STYLE END */

@supports (-ms-accelerator: true) {
    /* Edge only */

    #footer-social {
        justify-content: space-around;
        /* you can also add some other adjustments to size, margins etc to get the same positioning */
    }

    #desktop-menu ul,
    #header-center ul {
        justify-content: space-around;
    }
}

@media (max-width: 480px) {
    .fancybox-slide {
        padding: 22px;
    }

    .step-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .step-inst {
        margin-bottom: 20px;
    }

    .desc {
        font-size: 14px;
    }

    .title {
        font-size: 16px;
    }

    .btn .img-arrow {
        width: 30px;
        height: 9px;
    }

    #crew #crew-text .btn-default,
    #instructions .btn-default {
        padding-left: 18px;
        padding-right: 13px;
        _font-size: 11px !important;
        font-size: 10px !important;
    }

    #crew #crew-text .btn-default:hover .img-arrow,
    #gifts .btn-default:hover .img-arrow,
    #instructions .btn-default:hover .img-arrow {
        background-position: 0 -9px;
    }

    #crew .text span,
    #steps-crew .text span {
        display: inline !important;
    }

    #steps-crew-video .text span {
        display: inline !important;
    }

    #crew,
    #steps-crew,
    #steps-crew-video {
        font-size: 14px;
    }

    #crew-text,
    #crew-text-alt,
    #crew-text-alt-2,
    #crew-text-alt-3 {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 35px;
    }

    .footer-menu h3 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer-menu a {
        font-size: 13px;
        margin-bottom: 5px;
    }

    #logo-footer {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-menu {
        margin-bottom: 40px;
    }

    #crew #crew-text .btn-default,
    #steps-crew #crew-text-alt .btn-default,
    #steps-crew-video #crew-text-alt-2 .btn-default,
    #steps-crew-video #crew-text-alt-3 .btn-default,
    #instructions .btn-default {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .btn-default.btn-video {
        font-size: 15px;
    }

    #open-menu ul {
        font-size: 20px;
    }

    #open-menu ul li {
        margin-bottom: 30px;
    }

    #open-menu .btn {
        font-size: 13px;
    }

    #open-menu .btn-default {
        padding-left: 45px;
        padding-right: 45px;
    }

    #copyright {
        font-size: 13px;
    }

    #logo-footer {
        margin-bottom: 50px;
    }

    #crew-bg,
    #crew-bg-alt {
        background-size: 190%;
    }

    .slick-track {
        _overflow: hidden;
    }

    #steps .logo-master,
    #instructions .logo-master,
    #gifts .logo-master {
        padding: 45px 25px;
    }

    #steps .logo-master {
        padding: 40px 25px;
    }

    .single-step {
        margin-left: 15px;
        margin-right: 15px;
    }

    .single-step-inside {
        padding: 20px;
    }

    .single-step h3 {
        margin-bottom: 15px;
        font-size: 13px;
    }

    .question {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .answers .btn {
        font-size: 10px;
        margin-top: 15px;
        padding: 13px 35px;
    }

    .steps-carousel-outside {
        max-height: 470px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    .slick-dots {
        bottom: -46px;
    }

    .bottom-height {
        height: 30px;
    }

    .answers .btn:last-child {
        margin-bottom: 10px;
    }

    #steps-carousel-wrap {
        max-width: 360px;
    }

    .single-step {
        max-width: 330px;
    }

    .steps-hand img {
        width: 90px;
    }

    #steps-result .inside {
        display: block;
    }

    #steps-result .result-btn {
        margin-bottom: 0;
    }

    #steps-crew .text {
        font-size: 13px;
    }

    #steps-result {
        padding-bottom: 10px;
    }

    #steps-result .logo-master {
        margin-bottom: 0;
    }

    #steps-crew #crew-text-alt .btn-default {
        font-size: 11px;
    }

    .steps-hand {
        padding-top: 0;
        margin-top: 20px;
    }

    #steps-crew-video {
        font-size: 12px;
    }

    #steps #steps-crew-video .logo-master {
        display: none;
    }

    .inside-right-wrap .logo-master {
        margin-top: 0;
    }

    .inside-left,
    .inside-right {
        padding-top: 60px;
    }

    .inside-left {
        padding-top: 40px !important;
    }

    .inside-right {
        /* padding-bottom: 50px !important;
        padding-top: 40px !important; */

        padding-bottom: 30px !important;
        padding-top: 20px !important;
    }

    .gifts-title {
        font-size: 18px !important;
        margin-bottom: 30px !important;
    }

    .gifts-desc {
        font-size: 12px !important;
        line-height: 170% !important;
    }

    .gifts-img {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .inside-right-wrap {
        text-align: center;
    }

    #gifts .logo-master {
        justify-content: center;
        padding-bottom: 35px !important;
        padding-right: 0;
    }

    .gifts-inside img {
        width: 600px;
    }

    #bg-video iframe {
        margin-top: 25%;
    }

    table td p {
        font-size: 7px !important;
    }

    #gifts .btn-default {
        _font-size: 9px !important;
        font-size: 12px !important;
        _padding: 15px 15px;
        padding: 15px 25px;
        letter-spacing: 1px;
        _margin-bottom: 20px;
    }

    #crew .hide-mobile.d-none {
        display: none !important;
    }

    .text-to-top {
        margin-top: 25px;
        margin-bottom: auto !important;
    }

    .btn-smaller-mob {
        padding: 12px 25px;
        font-size: 12px;
    }

    #crew-names {
        display: block !important;
        overflow: hidden;
        width: 100%;
        position: static !important;
    }

    #crew-1 {
        /* top: 8%;
        top: 35%; */
        top: 185px;
        left: 1%;
        font-size: 10px;
        text-shadow: 0 0 4px rgba(0, 0, 0, .8);
    }

    #crew-2 {
        /* top: 2%;
        top: 27%; */
        top: 143px;
        right: 50%;
        left: 0;
        font-size: 10px;
        text-shadow: 0 0 4px rgba(0, 0, 0, .8);
        transform: translateX(50%);
    }

    #crew-3 {
        /* top: 5%;
        top: 37%; */
        top: 195px;
        right: 1%;
        font-size: 10px;
        text-shadow: 0 0 4px rgba(0, 0, 0, .8);
    }

    #crew-names .tooltip .bottom {
        display: none !important;
    }

    #crew-text {
        padding-top: 240px;
    }
}

@media (max-width: 767px) {
    #winners-pop ol {
        padding-top: 0;
        margin-bottom: 0;
    }
    #winners-pop {
        margin-top: 40px;
    }
    .btn-go-text-wrap {
        bottom: 18px;
    }

    .terms .terms-wrap h3 {
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .simple-logo {
        height: 60px;
    }

    .simple-logo img {
        width: 120px;
    }

    .forgot .sign-up-wrap {
        margin-top: 30%;
    }

    #top {
        overflow: hidden;
    }

    .steps-hand {
        padding-bottom: 10px;
    }

    .steps-text {
        padding-top: 10px;
        font-size: 16px;
        padding-bottom: 15px;
        line-height: 165%;
    }

    .steps-text span:first-child {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 28px;
        display: block;
    }

    .steps-text span {
        display: inline;
    }

    .result-btn {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #steps-result .logo-master {
        padding: 35px 25px 15px;
    }

    #steps-result .btn-default {
        font-size: 12px;
        padding: 15px 35px;
    }

    #steps-video .logo-master {
        padding: 35px 25px 15px;
    }

    #crew-text-alt .btn-wrap .btn {
        flex: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    #crew-text-alt-2 .btn-wrap .btn,
    #crew-text-alt-3 .btn-wrap .btn {
        _flex: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    #crew-text-alt .btn-wrap .btn:last-child {
        margin-bottom: 0;
    }

    #crew-text-alt-2 .btn-wrap .btn:last-child,
    #crew-text-alt-3 .btn-wrap .btn:last-child {
        margin-bottom: 0;
    }

    #steps-crew .text,
    #steps-crew-video .text {
        margin-bottom: 20px;
    }

    #crew-bg-alt-3,
    #crew-bg-alt-2 {
        background-position: center;
    }

    .inside-right-wrap .logo-master {
        margin-top: 0;
    }

    .inside-left,
    .inside-right {
        padding-top: 60px;
    }

    .inside-right {
        padding-bottom: 60px;
    }

    .gifts-title {
        font-size: 32px;
    }

    .gifts-desc {
        font-size: 20px;
    }

    .gifts-img {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .inside-right-wrap {
        text-align: center;
    }

    #gifts .logo-master {
        justify-content: center;
        padding-bottom: 50px;
    }

    .gifts-inside img {
        width: 600px;
    }

    .btn-close {
        padding: 15px;
    }

    .btn-close img {
        width: 20px;
    }

    #profile .inside,
    #sign-up .inside {
        padding: 45px;
        padding-left: 25px;
        padding-right: 25px;
    }

    #profile .inside {
        padding-bottom: 25px;
    }

    .sign-up-wrap {
        padding-left: 0;
        padding-right: 0;
        margin-top: 3%;
        margin-top: 15px;
    }

    .form-wrap {
        max-width: 265px;
    }

    .tab-content-title {
        font-size: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    input[type=checkbox],
    input[type=radio] {
        vertical-align: middle;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-control {
        font-size: 13px;
    }

    .form-terms {
        padding-top: 5px;
        margin-bottom: 15px;
    }

    .form-wrap .btn-continue {
        margin-top: 0;
    }

    .or {
        max-width: 260px;
    }

    .or div {
        margin-bottom: 25px;
        margin-top: 30px;
    }

    #crew-text-alt-2 .btn .over {
        font-size: 10px;
    }

    #crew-text-alt .btn-next img {
        right: -39px;
        width: 30px;
    }

    .inside-right-wrap {
        display: block;
    }

    #video-btns {
        bottom: 85px;
    }

    .gifts-desc p {
        font-size: 12px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dinner-list-wrap {
        margin-top: 65px;
    }

    #profile .sign-up-wrap {
        max-width: 480px;
    }

    .dinner-list-inside {
        padding-left: 60px;
        padding-right: 60px;
    }

    #logo-master {
        padding-bottom: 120px;
    }

    #crew-1 {
        top: 38%;
        left: 5%;
    }

    #crew-2 {
        top: 15%;
        right: 24%;
    }

    #crew-3 {
        top: 45%;
        right: 3%;
    }

    #crew-text-alt .btn-wrap {
        flex-direction: row;
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #crew-text-alt .btn-wrap .btn {
        flex: 1;
        margin-left: 6px;
        margin-right: 6px;
    }

    #crew-text-alt-2 .btn-wrap {
        flex-direction: row;
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #crew-text-alt-2 .btn-wrap .btn {
        _flex: 1;
        margin-left: 6px;
        margin-right: 6px;
    }

    #crew-text-alt-3 .btn-wrap {
        flex-direction: row;
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #crew-text-alt-3.btn-wrap .btn {
        _flex: 1;
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (max-width: 991px) {
    #video-btn-wrap {
        padding-top: 15px;
        padding-bottom: 15px;
        bottom: 90px;
    }

    #video-btn-wrap .btn-default.btn-video {
        border-radius: 40px;
    }

    #video-btns .btn-go-text-wrap {
        bottom: 30px;
    }

    #video-btns {
        bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        _height: 80px;
        background-color: #002953;
    }

    .fh-section {
        _overflow: hidden;
    }

    #steps-crew-video .inside {
        padding-left: 0;
        padding-right: 0;
    }

    #logo-master img {
        visibility: hidden;
    }

    #gifts .inside {
        min-height: 220px;
        max-height: 220px;
    }

    #gifts .inside.inside-right {
        height: auto;
        min-height: 0;
        max-height: none;
    }

    #gifts .inside-left {
        padding-top: 15px !important;
    }

    .gifts-img {
        position: absolute;
        width: 100%;
    }

    .to-top {
        display: none;
    }

    #crew-text-alt-2 {
        padding-bottom: 25px;
    }

    /* .btn-absolute {
        position: absolute;
        _bottom: 43px;
        top: 30%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9;
    } */
    .btn-again.to-top {
        display: inline-block;
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
        left: 0;
        right: 0;
        margin-top: 20px;
        margin-bottom: -20px !important;
    }

    /* .btn-absolute .to-top {
        left: 0;
        right: 0;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 14px;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
    .inside-right-wrap {
        display: block;
    }

    .result-btn {
        padding-bottom: 25px;
    }

    #steps-result .logo-master {
        padding-bottom: 35px;
    }

    #steps-video .logo-master {
        padding-bottom: 35px;
    }

    #vimeo-embed,
    .btn-continue.btn {
        margin-top: 5%;
    }

    .inside-right-wrap .logo-master {
        margin-top: 0;
    }

    .inside-left,
    .inside-right {
        padding-top: 60px;
    }

    .inside-right {
        padding-bottom: 60px;
    }

    .gifts-title {
        font-size: 32px;
    }

    .gifts-desc {
        font-size: 20px;
    }

    .gifts-img {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .inside-right-wrap {
        text-align: center;
    }

    #gifts .logo-master {
        justify-content: center;
        padding-bottom: 50px;
    }

    .gifts-inside img {
        width: 600px;
    }

    .or div {
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .tab-content-title {
        font-size: 17px;
    }

    #crew-text-alt-2 .btn .over {
        font-size: 10px;
    }

    #crew-text-alt .btn-next img {
        right: -44px;
        width: 30px;
    }

    #crew-text-alt-2 .btn-wrap {
        align-items: center;
        flex-direction: column;
    }

    .btn-again.to-top {
        margin-top: 40px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .btn-absolute {
        position: absolute;
        _bottom: 43px;
        top: 30%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9;
    }

    .btn-absolute .to-top {
        left: 0;
        right: 0;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 14px;
    }

    #gifts .row {
        flex-direction: row;
    }

    #gifts .inside {
        height: 100%;
    }

    /* #fixed-header {
        display: none !important;
    }
    body.menu-fixed #fixed-header {
        display: block !important;
    } */
    .steps-text {
        font-size: 32px;
    }

    .steps-text span {
        display: block;
    }

    .steps-hand img {
        width: 170px;
    }

    .slick-list {
        overflow: visible;
    }

    #steps-carousel-wrap {
        max-width: 460px;
    }

    .single-step.step-2 {
        margin-left: 5px;
        margin-right: -20px;
    }

    .single-step.step-2.prevdiv {
        margin-right: 0;
        margin-left: -20px;
    }

    .step-1 {
        margin-left: 20px;
    }

    .step-1.push-left {
        margin-left: 30px;
        _left: 30px;
    }

    .push-left {
        _margin-left: 30px;
    }

    .single-step {
        min-width: 450px;
    }

    .slick-track {
        transition: all 0.3s ease-in-out;
    }

    .single-step.step-3 {
        _margin-right: -20px;
    }

    .single-step.step-2.slick-current,
    .single-step {
        margin-left: 5px;
        margin-right: 5px;
    }

    #crew-1 {
        /* top: 38%;
        left: 15%; */
        top: 17%;
        left: 15%;
    }

    #crew-2 {
        /* top: 15%;
        right: 27%; */
        top: 7%;
        right: 43%;
    }

    #crew-3 {
        /* top: 45%;
        right: 13%; */
        top: 11%;
        right: 17%;
    }

    #top-header {
        background-color: transparent;
        position: relative;
    }

    #logo-master {
        align-items: center;
        height: 100%;
        padding-bottom: 0;
    }

    #top-logo img {
        _width: 186px;
        width: 280px;
    }

    #top-logo {
        height: 102px;
        position: absolute;
        left: 15px;
    }

    #top-logo a {
        _align-self: flex-end;
    }

    .top-logo-wrap {
        display: flex;
        position: relative;
        _justify-content: center;
        justify-content: left;
        height: 102px;
    }

    .top-logo-wrap .btn-wrap {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: row;
    }

    .header .btn-default {
        opacity: 0.45;
        font-size: 12px;
        padding: 15px 30px;
    }

    .header .btn-default:hover {
        opacity: 1;
    }

    .header .btn-default.btn-video {
        flex: 1;
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        padding: 22px 30px;
        font-size: 16px;
    }

    #video-btn-wrap .inside {
        max-width: 440px;
    }

    #desktop-menu {
        flex-direction: column;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;

        width: 100%;
        max-width: 380px;
    }

    #video-btn-wrap {
        background-color: transparent;
        bottom: 100px;
    }

    #bg-top .overlay-grey,
    #bg-top #bg-video {
        height: 100%;
    }

    #video-btn-wrap .inside {
        flex-direction: row;
    }

    #footer {
        padding-top: 58px;
        _padding-top: 100px;
    }

    #logo-footer img {
        width: 480px;
    }

    #logo-footer {
        margin-bottom: 100px;
    }

    .footer-menu h3 {
        font-size: 20px;
    }

    .footer-menu a {
        font-size: 12px;
    }

    #footer-social img {
        width: 45px;
    }

    #footer-social {
        _max-width: 136px;
        max-width: 190px;
    }

    #copyright {
        font-size: 12px;
    }

    #video-btns {
        padding-top: 30px;
        padding-bottom: 30px;
        bottom: 20px;
    }

    #crew {
        padding-top: 80px;
    }

    #steps,
    #instructions {
        padding-top: 80px;
        /* display: flex;
        flex-direction: column; */
    }

    #crew .text,
    #steps-crew .text,
    #steps-crew-video .text {
        font-size: 18px;
        max-width: 720px;
        line-height: 165%;
    }

    #crew-text,
    #crew-text-alt,
    #crew-text-alt-2,
    #crew-text-alt-3 {
        padding-bottom: 60px;
    }

    #crew-text {
        padding-bottom: 10px;
    }

    #crew #crew-text .btn-default,
    #steps-crew #crew-text-alt .btn-default,
    #instructions .btn-default {
        font-size: 12px;
        padding: 15px 22px 15px 30px;
    }

    #steps-crew-video #crew-text-alt-2 .btn-default,
    #steps-crew-video #crew-text-alt-3 .btn-default {
        font-size: 12px;
    }

    #crew .text span,
    #steps-crew .text span,
    #steps-crew-video .text span {
        display: inline;
    }

    #crew .logo-master {
        _margin-bottom: 90px;
        margin-bottom: 4%;
    }

    #steps-carousel-wrap .btn-default {
        font-size: 14px;
        letter-spacing: 1px;
    }

    #steps .logo-master img,
    #instructions .logo-master img {
        width: 460px;
    }

    .result-btn .btn-default {
        font-size: 14px;
        letter-spacing: 1px;
    }

    #steps-result .steps-text {
        font-size: 24px;
        max-width: 800px;
    }

    .steps-hand img {
        width: 140px;
    }

    #steps .logo-master,
    #instructions .logo-master,
    #gifts .logo-master {
        padding: 65px 25px 45px;
    }

    #steps-result {
        padding-bottom: 30px;
    }

    .result-btn {
        padding-top: 25px;
    }

    #vimeo-embed {
        margin-top: 0;
        max-width: 780px
    }

    .btn-continue.btn {
        margin-top: 3%;
    }

    #vimeo-embed .replay-btn-wrap .btn {
        font-size: 16px;
        letter-spacing: 2px;
        padding: 15px 35px 15px 55px;
    }

    .replay-img {
        margin-top: -2px;
    }

    .btn-continue.btn {
        font-size: 16px;
        letter-spacing: 2px;
    }

    /* Animation */
    .activated#crew .text {
        margin-bottom: 35px;
    }

    #crew .logo-master {
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
        transform: translateY(20px);
    }

    #crew.activated .logo-master {
        opacity: 1;
        transform: translateY(0);
    }

    #crew .logo-master {
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.6s;
        transform: translateY(20px);
    }

    #crew.activated .logo-master {
        opacity: 1;
        transform: translateY(0);
    }

    #crew .text {
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 0.8s;
        transform: translateY(20px);
    }

    .activated#crew .text {
        opacity: 1;
        transform: translateY(0);
    }

    #crew #crew-text .btn-default {
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.16, 0.01, 0.77, 1) 1.2s;
        transform: translateY(20px);
    }

    .activated#crew #crew-text .btn-default {
        opacity: 1;
        transform: translateY(0);
    }

    #crew-text-alt .btn-wrap {
        flex-direction: row;
        width: 100%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #crew-text-alt .btn-wrap .btn {
        flex: 1;
        margin-left: 6px;
        margin-right: 6px;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        font-size: 14px !important;
    }

    #crew-text-alt-2 .btn-wrap {
        flex-direction: row;
        width: 100%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #crew-text-alt-2 .btn-wrap .btn {
        _flex: 1;
        margin-left: 6px;
        margin-right: 6px;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        font-size: 14px !important;
    }

    #crew-text-alt-3 .btn-wrap {
        flex-direction: row;
        width: 100%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    #crew-text-alt-3 .btn-wrap .btn {
        _flex: 1;
        margin-left: 6px;
        margin-right: 6px;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
        font-size: 14px !important;
    }

    #steps-crew-video {
        padding-left: 0;
        padding-right: 0;
    }

    .gifts-title {
        font-size: 26px;
    }

    .inside-right-wrap .logo-master img {
        width: 320px;
    }

    .inside-right-wrap .logo-master {
        padding-bottom: 35px !important;
    }

    .gifts-desc {
        font-size: 18px;
        line-height: 170%;
    }

    .inside-right-wrap .logo-master {
        _margin-top: -40px;
    }

    #profile .inside,
    .delete-profile-wrap {
        width: 550px;
        left: -550px;
    }

    #profile.open .inside {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* #sign-up .inside {
        width: 85%;
        left: -85%;
    } */
    #sign-up .inside {
        width: 550px;
        left: -550px;
    }

    #profile .inside.open {
        left: 0%;
    }

    #sign-up .inside.open {
        left: 0%;
    }

    .tab-content-title {
        padding-top: 45px;
        padding-bottom: 40px;
    }

    .sign-up-wrap {
        _margin-right: 15%;
        max-width: 485px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #profile .sign-up-wrap {
        margin-right: auto;
    }

    #logo-master img {
        visibility: hidden;
    }

    .crew-name-wrap {
        margin-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #crew-text-alt-2 {
        padding-left: 0;
        padding-right: 0;
    }

    #gifts .btn-default {
        font-size: 11px;
        padding: 15px 25px;
    }

    .crew-name-wrap {
        margin-top: 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* #sign-up .inside {
        width: 70%;
        left: -70%;
    } */
    #sign-up .inside {
        width: 550px;
        left: -550px;
    }

    #crew .text,
    #steps-crew .text,
    #steps-crew-video .text {
        font-size: 23px;
        max-width: 900px;
        line-height: 170%;
    }

    #steps-crew-video .text {
        max-width: 690px;
    }

    #crew-names {
        max-width: 1200px;
    }

    /* absolute */

    /* static */
    #crew-1 {
        /* top: 38%;
        left: 23%; */
        _top: 42%;
        left: 19%;
        top: 50%;
    }

    #crew-2 {
        /* top: 15%;
        right: 35%; */
        /* top: 17%;
        right: 40%; */
        top: 40%;
        right: 0;
        left: 0;
        margin: auto;
    }

    #crew-3 {
        /* top: 45%;
        right: 23%; */
        top: 45%;
        right: 19%;
    }

    .result-btn .btn-default {
        font-size: 14px;
        letter-spacing: 1px;
    }

    #steps-result .steps-text {
        font-size: 32px;
    }

    .steps-hand img {
        width: 170px;
    }

    #steps .logo-master,
    #instructions .logo-master,
    #gifts .logo-master {
        padding: 25px 25px;
    }

    #steps-result {
        _padding-bottom: 9%;
    }

    .result-btn {
        padding-top: 45px;
    }

    #steps-result .steps-text {
        max-width: 1000px;
    }

    #vimeo-embed {
        margin-top: 0;
        max-width: 900px;
    }

    #vimeo-embed .replay-btn-wrap .btn {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 65px;
    }

    .replay-img {
        width: 20px;
        left: -35px;
    }

    .btn-continue.btn {
        margin-top: 4%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .gifts-title {
        font-size: 40px;
    }

    .inside-right-wrap .logo-master img {
        width: 458px;
    }

    .inside-right-wrap .logo-master {
        padding-bottom: 70px !important;
    }

    .gifts-desc {
        font-size: 22px;
        line-height: 180%;
    }

    .inside-right-wrap .logo-master {
        _margin-top: -180px;
    }

    #desktop-menu {
        max-width: 460px;
    }

    #top-logo img {
        _width: 186px;
        width: 355px;
    }

    #top-logo {
        left: 15px;
    }
}

@media (min-width: 1600px) {
    #vimeo-embed {
        max-width: 1200px;
    }

    .delete-profile-wrap {
        height: 180px;
    }

    #desktop-menu {
        max-width: 580px;
    }

    #top-logo img {
        _width: 186px;
        width: 475px;
    }

    #top-logo {
        left: 30px;
    }

    #crew-1 {
        /* top: 38%;
        left: 23%; */
        top: 42%;
        left: 19%;
    }

    #crew-2 {
        /* top: 15%;
        right: 35%; */
        /* top: 17%;
        right: 40%; */
        top: 40%;
        right: 0;
        left: 0;
        margin: auto;
    }

    #crew-3 {
        /* top: 45%;
        right: 23%; */
        top: 35%;
        right: 19%;
    }

}

@media (min-width: 1200px) and (max-height: 768px) {

    #crew .text,
    #steps-crew .text,
    #steps-crew-video .text {
        font-size: 18px;
        max-width: 720px;
        line-height: 165%;
    }

    #video-btn-wrap {
        bottom: 86px;
    }

    #crew-names {
        max-width: 970px;
    }

    #crew-text,
    #crew-text-alt,
    #crew-text-alt-2,
    #crew-text-alt-3 {
        padding-bottom: 40px;
    }

    #crew-text {
        padding-bottom: 10px;
    }

    .crew-name-wrap {
        margin-top: 40px;
    }

    #crew .logo-master {
        margin-bottom: 30px;
    }

    #steps .logo-master,
    #instructions .logo-master,
    #gifts .logo-master {
        padding: 45px 25px;
    }

    .single-step-inside {
        padding: 22px;
    }

    .single-step h3 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .question {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .answers .btn {
        margin-top: 20px;
    }

    .steps-carousel-outside {
        max-height: 500px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }

    .slick-dots {
        bottom: -46px;
    }

    .bottom-height {
        height: 30px;
    }

    .steps-hand img {
        width: 130px;
    }

    .steps-text {
        padding-top: 15px;
    }

    .steps-hand {
        padding-bottom: 15px;
    }

    .result-btn {
        padding-top: 25px;
    }

    #steps-result {
        padding-bottom: 40px;
    }

    .steps-text {
        font-size: 24px;
    }

    .steps-text {
        max-width: 850px;
    }

    #steps-result .btn-default {
        font-size: 13px;
        padding: 15px 35px;
    }

    #vimeo-embed {
        margin-top: 1.5%;
        max-width: 700px;
    }

    #vimeo-embed .replay-btn-wrap .btn {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .btn-continue.btn {
        font-size: 15px;
        letter-spacing: 1px;
    }

    #steps-crew-video {
        /* padding-left: 15px;
        padding-right: 15px; */
    }

    .gifts-title {
        font-size: 32px;
    }

    .inside-right-wrap .logo-master img {
        width: 370px;
    }

    .inside-right-wrap .logo-master {
        padding-bottom: 35px !important;
    }

    .gifts-desc {
        font-size: 20px;
        line-height: 170%;
    }

    .inside-right-wrap .logo-master {
        _margin-top: -40px;
        padding-bottom: 45px !important;
    }

    .gifts-inside img {
        width: 560px;
    }

    .sign-up-wrap {
        margin-top: 5%;
    }

    .tab-content-title {
        padding-top: 35px;
        padding-bottom: 30px;
        font-size: 17px;
    }

    #profile .inside,
    #sign-up .inside {
        padding: 50px;
    }

    .btn-close {
        padding: 20px;
    }

    .or div {
        margin-bottom: 30px;
        margin-top: 35px;
    }

    .form-terms {
        margin-bottom: 20px;
    }

    .delete-profile-wrap {
        height: 120px;
    }
}

@media (min-width: 1800px) and (max-height: 1040px) {
    #vimeo-embed {
        max-width: 1000px;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    #turn {
        position: fixed;
        height: 100%;
        width: 100%;
        display: block;
        background-color: #002953;
        color: #ffffff;
        font-size: 18px;
        z-index: 999999;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (orientation:portrait) {
    #turn {
        display: none;
    }

}


div#bg-video * {
    pointer-events: auto;
}
/*line 3024*/
/*#video-bg{*/
/*    pointer-events: none;*/
/*}*/
/*line 625*/
/*#bg-top .overlay-grey{*/
/*    pointer-events: none;*/
/*}*/
#logo-master{
    pointer-events: none;
}
/*.play-wrap{*/
/*    pointer-events: none;*/
/*}*/