/** Shopify CDN: Minification failed

Line 690:3 Unexpected "/"

**/
*, ::before, ::after {
  box-sizing: inherit;
  box-sizing: initial;
}


* {
  font-family: Raleway!important;
}
body{margin: 0px; font-family: Raleway;}

p, li, ul {
    font-size: 23px;
    font-weight: 400;
}

img, video {
    max-width: 100%;
}




@media (min-width: 800px) {
  .full_height_desktop {
      display: flex;
      min-height: 100vh;
      align-items: center;
  }
}



#where, #how, #why, #toptips, #video_bottom {
    padding-top: 60px;
    padding-bottom: 60px;
}

#where {
    background-color: #1b4975;
}
#what {
    background-color: #bd2036;
    color: #fff;
}
#why {
    background-color: #eef8fa;
}
#toptips {
    background-color: #1b4975;
}
.container {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.section_title {
    font-size: 36px;
    margin-bottom: 18px;
}

#intro {
    background-color:#f4f4f4;
}

#intro h3 {
   font-size:100px;
   color:#bd2036;
   font-family:Raleway;
   font-weight:800;
}

@media(max-width: 800px) {
  #intro h3 {
    font-size: 70px;
  }
}
@media(max-width: 540px) {
  #intro h3 {
    font-size: 40px;
  }
}

#intro .section_title_under {
  color:#767676;
}


#intro .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#what h2 {
    margin-top: 0px;
}
.white {
    color: #fff;
}
.blue {
    color: #1b4975;
}
.red {
    color: #bd2036;
}

.grey {
  color:#767676;
}

#what .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column {
    padding: 30px 20px;
}


.what_icon img {
    max-width: 100%;
}
.what_icons {
    display: flex;
    
}
.what_icon {
    box-sizing: content-box;
    width: 200px;
    border: solid 1px white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 30px 15px 0px;
    max-width: 150px;
    padding: 20px;
}
p.numofpackages {
    padding-left: 40px;
    margin-bottom: 10px;
    position: relative;
}
p.numofpackages:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 10px;
    background-image: url('//guide.loungepug.com/cdn/shop/t/7/assets/guideasset__warning_icon.svg?v=10024452437205941871758725164');
    background-repeat: no-repeat;
    background-size: contain;
}
p.numofpackages_subtitle {
    padding-left: 50px;
    color: #ff9aa8;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 0px;
    font-weight: 300;
}

@media (max-width: 1000px) {
    #intro .container {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

  #intro {
    min-height:calc(100vh + 2px);
  }

  #intro #scroll-down {
    margin-top:-90px;
  }
}
    
@media (max-width: 1000px) {
    #what .container {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #what .container .what_icon {
        width: 150px!important;
        max-width: 45%;
        box-sizing: border-box;
        padding: 10px;
        margin-right: 20px;
    }
    #what .container .what_icon:last-child {
        margin-right: 0px;
    }
    .what_icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #what .column_text {
        padding: 30px 0px;
        width: 100%;
    }
    #what .column_text > * {
        padding: 0px 20px;
    }
    #what {
        min-height: calc(100vh + 2px);
    }
}





.where_icon img {
    max-width: 100%;
}
.where_icons {
    display: flex;
}
.where_icon {
    /* width: 200px; */
    border: solid 1px rgb(235, 235, 235);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 30px 15px 0px;
    /* max-width: 150px; */
    padding: 20px;
    background-color: #fff;
    box-shadow: 3px 3px 0px rgb(0 0 0 / 20%);
}
.where_icon span {
    font-size: 19px;
    font-weight: 600;
    line-height: normal;
}
#where .column_room_media img {
    width: 700px;
}

#where .warning_note {
  display:flex;
  flex-direction:column;
}

#where .warning_note .grey {
  font-size:12px;
  margin-top:10px;
}

@media (min-width: 800px) {
    .where_icons {
        flex-direction: column;
    }
    .where_icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 6px 10px;
    }
    .where_icon span {
        max-width: 100%;
        margin-left: 14px;
    }
    .where_icon img {
        max-width: 100%;
        width: 148px;
    }

    #where .container {
        display: flex;
        justify-content: space-between;
    }
    #where .column {
        max-width: 50%;
    }    
    #where .column_room_media img {
        max-width: 100%;
    }
}
@media (max-width: 799px) {
    .where_icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .where_icon {
        border: solid 1px #1b4975;
        padding: 20px;
        width: 100%;
        margin: unset;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .where_icons .where_icon:last-child {
        margin-right: 0px;
    }
}


#how {
    position: relative;
}
.how_top_section {
    padding: 0px 20px;
}
#countdown_to_comfy {
    position: sticky;
    top: 0px;
    width: 200px;
    margin: 0px auto;
}

.step_section_text_container {
    padding-left: 40px;
}
.step_section_text span.stepnum {
    position: relative;
    letter-spacing: 3px;
    vertical-align: top;
    text-align: center;
    display: block;
    margin-bottom: 12px;
    color: #bd2036;
    font-family: 'Open Sans'!important;
    font-weight: 800;
    font-size: 40px;
}

.step_section_text h3.step_title {
    margin: 0px 0px 10px;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans' !important;
    letter-spacing: 0px;
}
.step_tip {
    padding: 10px 20px 10px 45px;
    font-size: 19px;
    line-height: 26px;
    position: relative;
}
.step_tip:after {
    content: "";
    width: 36px;
    height: 36px;
    background-image: url('//guide.loungepug.com/cdn/shop/t/7/assets/guideasset__lightbulb_icon.svg?v=140047109099575008201758725161');
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
}


.step_under_notice {
    text-align: center;
    margin-top: 40px;
    font-weight: 400;
    font-size: 17px;
    color: #6e6e6e;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}
.step_under_notice span.under_notice_title {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 5px;
    color: #767676;
}


.video_tip_zip {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.video_tip_zip video {
    max-width: 50%;
    border-radius: 300px;
    width: 220px;
}
.video_tip_zip span.video_tip_zip_text {
    color: #979797;
    position: relative;
    font-family: 'Fuzzy Bubbles', cursive!important;
    font-size: 19px;
    max-width: 130px;
    padding: 20px 20px 30px 40px;
    transform: rotate(-10deg);
    width: 50%;
    max-width: 180px;
    box-sizing: border-box;
}
.video_tip_zip span.video_tip_zip_text::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 40px;
    left: -5px;
    bottom: -3px;
    background-image: url('//guide.loungepug.com/cdn/shop/t/7/assets/guideasset__zip_video_arrow.svg?v=62691874745438794701758725166');
    background-repeat: no-repeat;
}
@media(max-width: 560px) {
  .video_tip_zip span.video_tip_zip_text {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 17px;
  }
  .video_tip_zip video {
    max-width: ;
    scale: 0.85;
  }
}

@media (min-width: 800px) {
    .step_section > div {
        width: 50%;
    }
    .step_section {
        display: flex;
        flex-direction: row;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .step_section.enableblur video {
        opacity: 0.2;
        filter: blur(5px) saturate(0.5);
        transform: scale(0.8);
        transition: all 0.5s ease;
    }
    .step_section.focus video {
        opacity: 1;
        filter: blur(0px) saturate(1);
        transform: scale(1);
    }
    .reverse_desktop {
        flex-direction: row-reverse;
    }
    .step_section_text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }    
    .step_section_text_container {
        max-width: 80%;
        padding-bottom: 50px;
    }
    .step_under_notice {
        max-width: 430px;
        padding: 20px;
        border: solid 1px #cdcdcd;
        box-sizing: border-box;
    }


    .video_tip_zip {
      margin-top: 30px;
    }
}
@media (max-width: 799px) {
    .step_section {
        position: relative;
        margin-bottom: calc(30px + 15vh);
        margin-top: 10vh;
    }
    .step_section:last-child {
        margin-bottom: 0px;
    }
    .step_section_text {
        padding: 0px 14px 0px 10px;
    }
    .step_section_text_container {
        padding-left: 0px;
    }
    .step_section_text span.stepnum {
        margin-left: 0px;
        width: auto;
        font-size: 50px;
    }
    
    .step_section_text h3.step_title {
        /*width: calc(100% - 45px);
        margin-left: 20px;
        display: inline-block;*/
        text-align: center;
        margin-bottom: 30px;
    }
    .step_section_media {
        font-size: 0;
    }
    .step_outer {
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        transform: translate(0%, 50%);
        padding: 0px 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .step_tip {
        width: auto;
        margin: 0px auto;
        display: inline-block;
        background-color: rgb(255 255 255);
        border-radius: 100px;
        padding: 16px 20px 16px 48px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 19px;
        z-index: 3;
    }
    .step_tip:after {
        width: 30px;
        height: 30px;
        left: 13px;
    }
    #how {
        padding-bottom: 0px;
    }
    #why {
        padding-top: 100px;
    }
    .step_under_notice {
        margin: 0px auto 38px;
        font-size: 15px;
        padding: 0px 20px;
        font-style: italic;
    }
    .step_under_notice span.under_notice_title {
        margin-bottom: 10px;
        font-style: normal;
    }



    /* Hacky css for zip*/
    .video_tip_zip {
        position: absolute;
        bottom: -300px;
        left: 0;
        width: 100%;
        height: 240px;
    }
    #howstep_06 {
      margin-bottom: 300px;
    }
    #video_3drender {
        filter: brightness(1.5);
    }
}



#why {
    padding-left: 20px;
    padding-right: 20px;
}
#toptips {
    padding-left: 20px;
    padding-right: 20px;
}
.why_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.whyrow_col_text h5 {
    margin: 18px 0px;
    font-size: 19px;
    font-weight: bold;
}
.whyrow_col_text .blue.subtitle {
    color: #1b4975;
    font-size: 19px;
}
.whyrow_col_text {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media(min-width: 800px) {
    .whyrow_col {
        width: 50%;
        padding: 0px 20px;
        box-sizing: border-box;
    }    
    .whyrow_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .whyrow_row_reverse {
        flex-direction: row-reverse;
    }
    .whyrow_row:not(:last-child) {
        margin-bottom: 80px;
    }
}

.whyrow_col_text h2.section_title {
    margin-top: 0px;
}






button.read_more_btn {
    padding: 0px;
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 0;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
button.read_more_btn img {
    width: 50px;
}
@media (min-width: 1000px) {
    button.read_more_btn img {
        filter: saturate(0) brightness(3);
        transform: translate(0px, 0px);
        transition: all 0.3s ease;
    }
    button.read_more_btn:hover img {
        filter: saturate(1) brightness(1);
        transform: translate(0px, 3px);
    }
}

.why_read_more_item {
    max-height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 3s ease;
}
.why_read_more_item:after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #fff 10%, transparent) 100%;
    opacity: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    pointer-events: none;
    transition: all 0.4s ease;
}

.why_item.show .why_read_more_item:after {
    opacity: 0;
} */














#toptips {
    padding-left: 20px;
    padding-right: 20px;
}
#toptips .section_title_under {
    color: #a5c4e1;
}
.tipItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#toptips .tipItem {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px 30px 30px 0px;
    width: 350px;
}

@media (min-width: 1080px) {
  #toptips .tipItem {
      margin: 30px 30px 30px 0px;
      width: calc(33% - 30px);
  }
}

.tipItem img {
    max-width: 100%;
    margin-bottom: 24px;
    border-radius: 14px;
}
.tip_text {
    max-width: 600px;
}
.tip_text h4 {
    font-size: 24px;
    font-weight: 800;
    margin: 0px 0px 16px;
}
.tip_text p {
    font-size: 16px;
    line-height: 26px;
    color: #779bbd;
}
@media (max-width: 799px) {
    .tipItems {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #toptips .tipItem {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
        max-width: 400px;
        margin: 40px auto 0px;
    }
}





#video_bottom {
    background-color: #bd2036;
    padding-left: 20px;
    padding-right: 20px;
}
#video_bottom h3 {
    margin-top: 0px;
    margin-bottom: 34px;
}
#video_bottom p:last-child {
    margin-bottom: 0px;
}
.video_bottom_content h3 {
    color: #fff;
}
.video_bottom_content p {
    color: #fff;
}
.vimeo_embed {
    text-align: center;
    margin-top: 58px;
}
.vimeo_embed iframe {
    text-align: center;
    border-radius: 10px;
    max-width: 100%;
}
.vimeo_embed {
    text-align: center;
    margin-top: 70px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.vimeo_embed iframe {
    text-align: center;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: 100%;
}










.why_newsection p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #646464;
}

.why_icon h5 {
    text-align: center;
    padding: 0px 16px;
    margin: 10px 0px 4px;
    font-size: 19px;
    color: #1b4975;
}
.why_icons {
    display: flex;
}
.why_icon {
    width: 200px;
    height: 200px;
    background: #fff;
    border: solid 1px #dfdfdf;
    margin-right: 12px;
    margin-top: 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.why_icon:last-child {
    margin-right: 0px;
}
.why_icon img {
    width: 110px;
    height: 110px;
}

@media(max-width: 800px) {
    .why_icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .why_icon {
        width: 250px;
    }
}
@media(max-width: 550px) {
    .why_icon {
        width: 46%;
        margin-right: 3%;
    }
}
@media(max-width: 449px) {
    .why_icon {
        width: 250px;
    }
}




#navigation {
    
}
#navigation ul {
    transition: all 0.3s ease;
}
#navigation ul li {
    transition: all 0.3s ease;
}

@media (max-width: 11599px) {
    #navigation {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 54px;
        z-index: 8732489234;
        background: white;
        border-top: solid 1px #c9c9c9;
        outline: solid 1px white;
    }
    #navigation-inner {
        overflow: hidden;
    }
    #navigation ul {
        margin: 0px 0px;
        padding: 0px 0px;
        width: 1050px;
        font-size: 0;
    }
    #navigation li {
        list-style: none;
        font-size: 13px;
        text-align: center;
        padding: 0px 4px;
        width: 120px;
        box-sizing: border-box;
        margin-right: 0px;
        display: inline-block;
        padding-top: 28px;
        padding-bottom: 10px;
        position: relative;
        color: #bd2036;
        font-weight: 700;
        cursor: pointer;
    }
    #navigation ul li:before {
        content: "";
        position: absolute;
        top: 17px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #d3d3d3;
        transition: all 0.3s ease;
    }
    #navigation ul li:after {
        content: "";
        position: absolute;
        top: 17px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border-radius: 100px;
        background-color: #ffffff;
        border: solid 1px #d3d3d3;
        transition: all 0.3s ease;
    }
    #navigation ul li:first-child:before {
        width: 50%;
        left: 50%;
    }
    #navigation ul li:last-child:before {
        width: 50%;
    }



    body.what #navigation ul {transform: translateX(calc(120px * -0))}
    body.where #navigation ul {transform: translateX(calc(120px * -1))}
    body.how #navigation ul {transform: translateX(calc(120px * -2))}
    body.toptips #navigation ul {transform: translateX(calc(120px * -3))}
    body.why #navigation ul {transform: translateX(calc(120px * -4))}
    body.video_bottom #navigation ul {transform: translateX(calc(120px * -5))}


body.video_bottom #navigation ul li:nth-child(-n+6):before {box-shadow: inset 120px 0px 0px #bd2036}body.video_bottom #navigation ul li:nth-child(-n+6):after {border-color: #bd2036;}
body.why #navigation ul li:nth-child(-n+5):before {box-shadow: inset 120px 0px 0px #bd2036}body.why #navigation ul li:nth-child(-n+5):after {border-color: #bd2036;}
body.toptips #navigation ul li:nth-child(-n+4):before {box-shadow: inset 120px 0px 0px #bd2036}body.toptips #navigation ul li:nth-child(-n+4):after {border-color: #bd2036;}
body.how #navigation ul li:nth-child(-n+3):before {box-shadow: inset 120px 0px 0px #bd2036}body.how #navigation ul li:nth-child(-n+3):after {border-color: #bd2036;}
body.where #navigation ul li:nth-child(-n+2):before {box-shadow: inset 120px 0px 0px #bd2036}body.where #navigation ul li:nth-child(-n+2):after {border-color: #bd2036;}
body.what #navigation ul li:nth-child(-n+1):before {box-shadow: inset 120px 0px 0px #bd2036}body.what #navigation ul li:nth-child(-n+1):after {border-color: #bd2036;}

  
}
/*Disable Scroller Style*/
@media (min-width: 600px) and (max-width: 11599px) {
    #navigation-inner > ul {
        margin-left: auto!important;
        margin-right: auto!important;
        transform: translateX(0)!important;
        width: 100%!important;
        max-width: 600px;
        display: flex;
    }
}



@media (min-width: 11600px) {
    #navigation {
        position: fixed;
        top: 0px;
        left: 0;
        height: 100%;
        padding: 16px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        mix-blend-mode: luminosity;
        mix-blend-mode: hard-light;


        background: rgb(145 145 145 / 2%);
        border-right: solid 1px rgb(255 255 255 / 5%);
        mix-blend-mode: screen;
    }
    #navigation-inner ul {
        width: auto!important;
        margin-left: 0px!important;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
    }
    #navigation-inner li {
        list-style: none;
        font-size: 12px;
        font-weight: 800;
        cursor: pointer;
        letter-spacing: 2px;
        margin: 5vh 0px;
        color: #3677b5;
        padding: 10px 4px;
        text-transform: uppercase;
        opacity: 0.5;
        transform: translateX(-10px);
        transition: all 0.5s ease;
    }


    body.video_bottom #navigation ul li:nth-child(-n+6){opacity: 1; transform: translateX(0px);}
    body.toptips #navigation ul li:nth-child(-n+5){opacity: 1; transform: translateX(0px);}
    body.why #navigation ul li:nth-child(-n+4){opacity: 1; transform: translateX(0px);}
    body.how #navigation ul li:nth-child(-n+3){opacity: 1; transform: translateX(0px);}
    body.where #navigation ul li:nth-child(-n+2){opacity: 1; transform: translateX(0px);}
    body.what #navigation ul li:nth-child(-n+1){opacity: 1; transform: translateX(0px);}
    body.what #navigation ul li:nth-child(1){opacity: 1; transform: translateX(0px);}

    /* Fixes Blend Mode Issue Aboce */
    #why {
        background-color: #eef8fa;
        background-color: transparent;
        box-shadow: inset 0px 300vh 0px rgb(0 166 199 / 5%);
    }
}





#warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 60%);
    z-index: 9999;
}
#warning_content {
    text-align: center;
    color: #bd2036;
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    max-width: 80%;
}
#warning_close {
    padding: 0px;
    width: 26px;
    height: 26px;
    font-size: 0px;
    border: none;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    background-color: transparent;
}
#warning_content h3 {
    color: #bd2036;
    margin: 8px 0px 2px;
    padding: 0px 16px;
    font-size: 40px;
    font-weight: bold;
}
#warning_content h4 {
    margin: 0px 0px;
    font-size: 24px;
    line-height: 28px;
    max-width: 300px;
    padding: 18px 0px 10px;
    color: #1b4975;
}


#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #b91a2f;
    border-right: 2px solid #b91a2f;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    color: #b91a2f;
  font-family: Raleway;
  font-size:30px;
  font-weight:700;
  line-height: normal;
  letter-spacing:.1em;
}

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #b91a2f;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


