@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
/*! Eric Meyer's Reset */
/*! Helpers */
/*! Base */
@font-face {
    font-family: 'lvmc';
    src: url("../../fonts/lvmc_icon/lvmc.eot");
    src: url("../../fonts/lvmc_icon/lvmc.eot?#iefix") format("embedded-opentype"), url("../../fonts/lvmc_icon/lvmc.ttf") format("truetype"), url("../../fonts/lvmc_icon/lvmc.woff") format("woff"), url("../../fonts/lvmc_icon/lvmc.svg#lvmc") format("svg");
    font-weight: normal;
    font-style: normal; }

/* line 12, ../sass/base/_lvmc_icons.scss */
[class*="icn-"] {
    font-family: 'lvmc';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* line 26, ../sass/base/_lvmc_icons.scss */
.icn-eye2:before {
    content: "\e600"; }

/* line 29, ../sass/base/_lvmc_icons.scss */
.icn-ticket:before {
    content: "\e601"; }

/* line 32, ../sass/base/_lvmc_icons.scss */
.icn-arrow-down:before {
    content: "\e603"; }

/* line 35, ../sass/base/_lvmc_icons.scss */
.icn-card:before {
    content: "\e604"; }

/* line 38, ../sass/base/_lvmc_icons.scss */
.icn-remove:before {
    content: "\e602"; }

/* line 41, ../sass/base/_lvmc_icons.scss */
.icn-info-sign:before {
    content: "\e605"; }

/* line 44, ../sass/base/_lvmc_icons.scss */
.icn-ok:before {
    content: "\e606"; }

/* line 15, ../sass/app.sass */
.modal-wrap {
    background-color: #363636;
    color: #b0b0b0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 300;
    /* Use this next selector to style things like font-size and line-height: */
    /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
    /* If you're using the icon option, use this next selector to style them */
    /* This is the base styling required to make all Tooltipsters work */
    /* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
    /* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
    /* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
    /*! Modules */ }
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap html, .modal-wrap body, .modal-wrap div, .modal-wrap span, .modal-wrap applet, .modal-wrap object, .modal-wrap iframe,
.modal-wrap h1, .modal-wrap h2, .modal-wrap h3, .modal-wrap h4, .modal-wrap h5, .modal-wrap h6, .modal-wrap p, .modal-wrap blockquote, .modal-wrap pre,
.modal-wrap a, .modal-wrap abbr, .modal-wrap acronym, .modal-wrap address, .modal-wrap big, .modal-wrap cite, .modal-wrap code,
.modal-wrap del, .modal-wrap dfn, .modal-wrap em, .modal-wrap img, .modal-wrap ins, .modal-wrap kbd, .modal-wrap q, .modal-wrap s, .modal-wrap samp,
.modal-wrap small, .modal-wrap strike, .modal-wrap strong, .modal-wrap sub, .modal-wrap sup, .modal-wrap .dollar-amount:before, .modal-wrap tt, .modal-wrap var,
.modal-wrap b, .modal-wrap u, .modal-wrap i, .modal-wrap center,
.modal-wrap dl, .modal-wrap dt, .modal-wrap dd, .modal-wrap ol, .modal-wrap ul, .modal-wrap li,
.modal-wrap fieldset, .modal-wrap form, .modal-wrap label, .modal-wrap legend,
.modal-wrap table, .modal-wrap caption, .modal-wrap tbody, .modal-wrap tfoot, .modal-wrap thead, .modal-wrap tr, .modal-wrap th, .modal-wrap td,
.modal-wrap article, .modal-wrap aside, .modal-wrap canvas, .modal-wrap details, .modal-wrap embed,
.modal-wrap figure, .modal-wrap figcaption, .modal-wrap footer, .modal-wrap header, .modal-wrap hgroup,
.modal-wrap menu, .modal-wrap nav, .modal-wrap output, .modal-wrap ruby, .modal-wrap section, .modal-wrap summary,
.modal-wrap time, .modal-wrap mark, .modal-wrap audio, .modal-wrap video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline; }
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap html {
    line-height: 1; }
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap ol, .modal-wrap ul {
    list-style: none; }
/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap table {
    border-collapse: collapse;
    border-spacing: 0; }
/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap caption, .modal-wrap th, .modal-wrap td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }
/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap q, .modal-wrap blockquote {
    quotes: none; }
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap q:before, .modal-wrap q:after, .modal-wrap blockquote:before, .modal-wrap blockquote:after {
    content: "";
    content: none; }
/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap a img {
    border: none; }
/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
.modal-wrap article, .modal-wrap aside, .modal-wrap details, .modal-wrap figcaption, .modal-wrap figure, .modal-wrap footer, .modal-wrap header, .modal-wrap hgroup, .modal-wrap menu, .modal-wrap nav, .modal-wrap section, .modal-wrap summary {
    display: block; }
/* line 1, ../sass/helpers/_helpers.sass */
.modal-wrap .group:after, .modal-wrap .quick-checkout__content:after {
    content: "";
    display: table;
    clear: both; }
/* line 6, ../sass/helpers/_helpers.sass */
.modal-wrap .visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
/* line 16, ../sass/helpers/_helpers.sass */
.modal-wrap .no-shift {
    -webkit-transform: translate3d(0, 0, 0); }
/* line 19, ../sass/helpers/_helpers.sass */
.modal-wrap .dollar-amount {
    line-height: 1em;
    font-size: 1.5em;
    margin-bottom: 0; }
/* line 24, ../sass/helpers/_helpers.sass */
.modal-wrap .dollar-amount:before {
    content: "\24"; }
/* line 28, ../sass/helpers/_helpers.sass */
.modal-wrap .more-info {
    display: inline-block;
    margin-left: 0.35em; }
/* line 32, ../sass/helpers/_helpers.sass */
.modal-wrap .more-info:after {
    position: relative;
    content: "\e603";
    font-family: "lvmc";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 1.5em;
    line-height: 0.5em;
    top: 0.35ex; }
/* line 1, ../sass/helpers/_sprite_sheet.sass */
.modal-wrap .icon {
    background: url('/assets/img/sprite-sheet-s3877bf3f9d.png');
    display: inline-block; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    /* line 1, ../sass/helpers/_sprite_sheet.sass */
    .modal-wrap .icon {
        background: url('/assets/img/sprite-sheet-retina-s366fa89234.png');
        -webkit-background-size: 185px 146px;
        -moz-background-size: 185px 146px;
        -o-background-size: 185px 146px;
        background-size: 185px 146px; }
    /* line 9, ../sass/helpers/_sprite_sheet.sass */
    .modal-wrap .icon.american-express {
        background-position: 0 -72px; }
    /* line 9, ../sass/helpers/_sprite_sheet.sass */
    .modal-wrap .icon.discover {
        background-position: 0 -129px; }
    /* line 9, ../sass/helpers/_sprite_sheet.sass */
    .modal-wrap .icon.facebook_signin {
        background-position: 0 0; }
    /* line 9, ../sass/helpers/_sprite_sheet.sass */
    .modal-wrap .icon.google_signin {
        background-position: 0 -36px; }
    /* line 9, ../sass/helpers/_sprite_sheet.sass */
    .modal-wrap .icon.master-card {
        background-position: 0 -94px; }
    /* line 9, ../sass/helpers/_sprite_sheet.sass */
    .modal-wrap .icon.visa {
        background-position: 0 -113px; } }
/* line 13, ../sass/helpers/_sprite_sheet.sass */
.modal-wrap .icon.american-express {
    background-position: 0 -94px;
    height: 21px;
    width: 24px; }
/* line 13, ../sass/helpers/_sprite_sheet.sass */
.modal-wrap .icon.discover {
    background-position: 0 -134px;
    height: 17px;
    width: 30px; }
/* line 13, ../sass/helpers/_sprite_sheet.sass */
.modal-wrap .icon.facebook_signin {
    background-position: 0 0;
    height: 35px;
    width: 185px; }
/* line 13, ../sass/helpers/_sprite_sheet.sass */
.modal-wrap .icon.google_signin {
    background-position: 0 -37px;
    height: 35px;
    width: 185px; }
/* line 13, ../sass/helpers/_sprite_sheet.sass */
.modal-wrap .icon.master-card {
    background-position: 0 -74px;
    height: 18px;
    width: 29px; }
/* line 13, ../sass/helpers/_sprite_sheet.sass */
.modal-wrap .icon.visa {
    background-position: 0 -117px;
    height: 15px;
    width: 34px; }
/* line 1, ../sass/base/_base.sass */
.modal-wrap *, .modal-wrap *:before, .modal-wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
/* line 4, ../sass/base/_base.sass */
.modal-wrap img {
    max-width: 100%;
    display: block; }
/* line 1, ../sass/base/_typography.sass */
.modal-wrap h2 {
    font-size: 1.875em;
    margin-bottom: 0.25em;
    color: white; }
/* line 6, ../sass/base/_typography.sass */
.modal-wrap h3 {
    font-size: 1.375em;
    color: white; }
/* line 10, ../sass/base/_typography.sass */
.modal-wrap a {
    color: #689aff;
    text-decoration: none; }
/* line 14, ../sass/base/_typography.sass */
.modal-wrap p {
    margin-bottom: 1em;
    line-height: 1.45em; }
/* line 18, ../sass/base/_typography.sass */
.modal-wrap sup, .modal-wrap .dollar-amount:before,
.modal-wrap sub {
    position: relative;
    height: 0;
    margin: 0 0.2em;
    vertical-align: baseline;
    vertical-align: bottom;
    font-size: 0.5em;
    line-height: 0.5em; }
/* line 28, ../sass/base/_typography.sass */
.modal-wrap sup, .modal-wrap .dollar-amount:before {
    bottom: 2ex; }
/* line 31, ../sass/base/_typography.sass */
.lt-ie9 .modal-wrap sup, .lt-ie9 .modal-wrap .dollar-amount:before {
    bottom: 2.5ex; }
/* line 33, ../sass/base/_typography.sass */
.modal-wrap sub {
    top: 2ex; }
/* line 1, ../sass/base/_tooltipster.scss */
.modal-wrap html {
    -webkit-font-smoothing: antialiased; }
/* line 5, ../sass/base/_tooltipster.scss */
.tooltip {
    margin-left: 0.5em;
    cursor: pointer; }
/* line 10, ../sass/base/_tooltipster.scss */
.tooltipster-default {
    background: #fff;
    color: #ccc;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc; }
/* line 18, ../sass/base/_tooltipster.scss */
.tooltipster-default .tooltipster-content {
    font-size: 13px;
    line-height: 21px;
    padding: 10px;
    overflow: hidden;
    color: #333; }
/* line 25, ../sass/base/_tooltipster.scss */
.tooltipster-default .tooltipster-content * {
    margin-bottom: 0; }
/* line 31, ../sass/base/_tooltipster.scss */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */ }
/* line 36, ../sass/base/_tooltipster.scss */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px; }
/* line 42, ../sass/base/_tooltipster.scss */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible; }
/* line 53, ../sass/base/_tooltipster.scss */
.tooltipster-base .tooltipster-content {
    overflow: hidden; }
/* line 58, ../sass/base/_tooltipster.scss */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
/* line 68, ../sass/base/_tooltipster.scss */
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute; }
/* line 74, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -8px; }
/* line 80, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -8px; }
/* line 87, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -8px; }
/* line 93, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -8px; }
/* line 99, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto; }
/* line 104, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px; }
/* line 107, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px; }
/* line 110, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px; }
/* line 113, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px; }
/* line 116, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -8px; }
/* line 124, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px; }
/* line 130, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -8px; }
/* line 138, ../sass/base/_tooltipster.scss */
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px; }
/* line 148, ../sass/base/_tooltipster.scss */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity; }
/* line 156, ../sass/base/_tooltipster.scss */
.tooltipster-fade-show {
    opacity: 1; }
/* line 160, ../sass/base/_tooltipster.scss */
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden; }
/* line 173, ../sass/base/_tooltipster.scss */
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
/* line 187, ../sass/base/_tooltipster.scss */
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform; }
/* line 200, ../sass/base/_tooltipster.scss */
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }
/* line 215, ../sass/base/_tooltipster.scss */
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
/* line 231, ../sass/base/_tooltipster.scss */
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0; }
/* line 241, ../sass/base/_tooltipster.scss */
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
/* line 257, ../sass/base/_tooltipster.scss */
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0; }
/* line 269, ../sass/base/_tooltipster.scss */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
/* line 1, ../sass/module/form/_form-input.sass */
.modal-wrap .form-input {
    display: block;
    width: 100%;
    border: 1px solid #b0b0b0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    margin: 0;
    background-color: #e6e6e6;
    padding: 0.25em 0.6em;
    font-size: 0.875em; }
/* line 11, ../sass/module/form/_form-input.sass */
.modal-wrap .form-input:focus {
    background-color: white;
    border: 1px solid #7d7d7d; }
/* line 1, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity, .modal-wrap .form-quantity--white-theme {
    position: relative;
    width: 100%;
    height: 2em; }
/* line 6, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__input {
    display: block;
    position: absolute;
    width: auto;
    height: 1.45455em;
    line-height: 0.5;
    top: 0;
    bottom: 0;
    left: 33%;
    right: 33%;
    width: 33%;
    font-size: 1.375em;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
@media screen and (min-width: 25em) {
    /* line 6, ../sass/module/form/_form-quantity.sass */
    .modal-wrap .form-quantity__input {
        left: 25%;
        right: 25%;
        width: 50%; } }
/* line 26, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__decrement, .modal-wrap .form-quantity__increment {
    display: block;
    position: relative;
    float: left;
    width: 33%;
    min-height: 2em;
    height: 100%;
    background-color: #6f6f6f;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a7a7a7), color-stop(100%, #6f6f6f));
    background-image: -webkit-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: -moz-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: -o-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: linear-gradient(top, #a7a7a7, #6f6f6f); }
/* line 36, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__decrement:after, .modal-wrap .form-quantity__increment:after, .modal-wrap .form-quantity__decrement:before, .modal-wrap .form-quantity__increment:before {
    content: "";
    position: absolute;
    width: 0.625em;
    height: 0.125em;
    top: 50%;
    left: 50%;
    margin-top: -0.0625em;
    margin-left: -0.3125em;
    background-color: white; }
/* line 48, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__decrement:hover, .modal-wrap .form-quantity__increment:hover {
    background-color: #1b40ff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3271ef), color-stop(100%, #1b40ff));
    background-image: -webkit-linear-gradient(top, #3271ef, #1b40ff);
    background-image: -moz-linear-gradient(top, #3271ef, #1b40ff);
    background-image: -o-linear-gradient(top, #3271ef, #1b40ff);
    background-image: linear-gradient(top, #3271ef, #1b40ff); }
/* line 52, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__decrement:active, .modal-wrap .form-quantity__increment:active {
    background-color: #012bff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a61ed), color-stop(100%, #012bff));
    background-image: -webkit-linear-gradient(top, #1a61ed, #012bff);
    background-image: -moz-linear-gradient(top, #1a61ed, #012bff);
    background-image: -o-linear-gradient(top, #1a61ed, #012bff);
    background-image: linear-gradient(top, #1a61ed, #012bff); }
@media screen and (min-width: 25em) {
    /* line 26, ../sass/module/form/_form-quantity.sass */
    .modal-wrap .form-quantity__decrement, .modal-wrap .form-quantity__increment {
        width: 25%; } }
@media screen and (min-width: 40em) {
    /* line 26, ../sass/module/form/_form-quantity.sass */
    .modal-wrap .form-quantity__decrement, .modal-wrap .form-quantity__increment {
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
/* line 63, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__decrement {
    border-right: 1px solid #363636;
    -webkit-box-shadow: 1px 0 2px -1px #b0b0b0;
    -moz-box-shadow: 1px 0 2px -1px #b0b0b0;
    box-shadow: 1px 0 2px -1px #b0b0b0; }
/* line 68, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__increment {
    float: right;
    border-left: 1px solid #363636;
    -webkit-box-shadow: -1px 0 2px -1px #b0b0b0;
    -moz-box-shadow: -1px 0 2px -1px #b0b0b0;
    box-shadow: -1px 0 2px -1px #b0b0b0; }
/* line 74, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity__increment:before {
    height: 0.625em;
    width: 0.125em;
    margin-top: -0.3125em;
    margin-left: -0.0625em; }
/* line 83, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity--white-theme .form-quantity__decrement {
    border-right: 1px solid white; }
/* line 86, ../sass/module/form/_form-quantity.sass */
.modal-wrap .form-quantity--white-theme .form-quantity__increment {
    border-left: 1px solid white; }
/* line 1, ../sass/module/form/_form-submit.sass */
.modal-wrap .form-submit, .modal-wrap .form-submit--modal {
    display: block;
    position: relative;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 1em;
    padding: 0.5em 1em;
    color: white;
    cursor: pointer;
    text-align: center;
    width: 100%;
    max-width: 11.5625em;
    float: right;
    background-color: #6aae25;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #82c23d), color-stop(100%, #57a213));
    background-image: -webkit-linear-gradient(top, #82c23d, #57a213);
    background-image: -moz-linear-gradient(top, #82c23d, #57a213);
    background-image: -o-linear-gradient(top, #82c23d, #57a213);
    background-image: linear-gradient(top, #82c23d, #57a213); }
/* line 19, ../sass/module/form/_form-submit.sass */
.modal-wrap .form-submit:hover, .modal-wrap .form-submit--modal:hover {
    background-color: #5d9921;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #75af37), color-stop(100%, #4b8b10));
    background-image: -webkit-linear-gradient(top, #75af37, #4b8b10);
    background-image: -moz-linear-gradient(top, #75af37, #4b8b10);
    background-image: -o-linear-gradient(top, #75af37, #4b8b10);
    background-image: linear-gradient(top, #75af37, #4b8b10); }
/* line 23, ../sass/module/form/_form-submit.sass */
.modal-wrap .form-submit:active, .modal-wrap .form-submit--modal:active {
    background-color: #50841c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #689b31), color-stop(100%, #3e740e));
    background-image: -webkit-linear-gradient(top, #689b31, #3e740e);
    background-image: -moz-linear-gradient(top, #689b31, #3e740e);
    background-image: -o-linear-gradient(top, #689b31, #3e740e);
    background-image: linear-gradient(top, #689b31, #3e740e); }
@media screen and (min-width: 40em) {
    /* line 1, ../sass/module/form/_form-submit.sass */
    .modal-wrap .form-submit, .modal-wrap .form-submit--modal {
        margin-right: 1em; } }
/* line 30, ../sass/module/form/_form-submit.sass */
.modal-wrap .form-submit--modal {
    margin-right: 0; }
/* line 1, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select {
    position: relative;
    width: 100%; }
/* line 5, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select.disabled {
    opacity: 0.5; }
/* line 9, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select select:focus + .trigger {
    background-color: white;
    border: 1px solid #7d7d7d; }
/* line 13, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .trigger {
    position: relative;
    width: 100%;
    padding: 0.4375em 2em 0.4375em 0.625em;
    background-color: #e6e6e6;
    border: 1px solid #b0b0b0;
    color: black;
    font-size: 1em;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2em;
    -webkit-box-shadow: 0 0 3px 0 #cccccc inset;
    -moz-box-shadow: 0 0 3px 0 #cccccc inset;
    box-shadow: 0 0 3px 0 #cccccc inset;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out; }
/* line 29, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .trigger:before {
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 2.0625em;
    cursor: pointer;
    border-left: 1px solid white;
    background-color: #6f6f6f;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a7a7a7), color-stop(100%, #6f6f6f));
    background-image: -webkit-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: -moz-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: -o-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: linear-gradient(top, #a7a7a7, #6f6f6f);
    -webkit-box-shadow: -1px 0 2px -1px #b0b0b0;
    -moz-box-shadow: -1px 0 2px -1px #b0b0b0;
    box-shadow: -1px 0 2px -1px #b0b0b0; }
/* line 42, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .trigger:after {
    content: "";
    position: absolute;
    right: 0.5em;
    top: 50%;
    margin-top: -0.125em;
    border: 6px solid transparent;
    border-top: 6px solid white; }
/* line 50, ../sass/module/form/_form-select.sass */
.no-touch .modal-wrap .form-select .trigger:hover {
    background-color: #e4f3f7; }
/* line 53, ../sass/module/form/_form-select.sass */
.no-touch .modal-wrap .form-select .trigger:hover:before {
    background-color: #1b40ff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3271ef), color-stop(100%, #1b40ff));
    background-image: -webkit-linear-gradient(top, #3271ef, #1b40ff);
    background-image: -moz-linear-gradient(top, #3271ef, #1b40ff);
    background-image: -o-linear-gradient(top, #3271ef, #1b40ff);
    background-image: linear-gradient(top, #3271ef, #1b40ff); }
/* line 58, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .trigger.open:after {
    border: 6px solid transparent;
    border-top: 6px solid white; }
/* line 61, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .trigger.open:before {
    background-color: #012bff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a61ed), color-stop(100%, #012bff));
    background-image: -webkit-linear-gradient(top, #1a61ed, #012bff);
    background-image: -moz-linear-gradient(top, #1a61ed, #012bff);
    background-image: -o-linear-gradient(top, #1a61ed, #012bff);
    background-image: linear-gradient(top, #1a61ed, #012bff); }
/* line 65, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .options {
    z-index: 50;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    max-height: 12.5em;
    overflow: auto;
    background-color: white;
    border: 1px solid #b0b0b0;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out; }
/* line 80, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .options.open {
    visibility: visible;
    top: 100%;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
    transition: opacity 300ms ease-out, top 300ms ease-out; }
/* line 86, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .options li {
    display: block;
    position: relative;
    padding: 0.64286em;
    font-size: 0.875em;
    color: black;
    background-color: white;
    cursor: pointer;
    margin-bottom: 0.07143em;
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
    transition: background-color 0.3s ease-out, color 0.3s ease-out; }
/* line 97, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .options li:last-child {
    margin-bottom: 0; }
/* line 100, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .options li.selected {
    color: #689aff; }
/* line 103, ../sass/module/form/_form-select.sass */
.modal-wrap .form-select .options li.hover {
    background-color: #e6e6e6; }
/* line 1, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: top 0.3s ease-in;
    -moz-transition: top 0.3s ease-in;
    -o-transition: top 0.3s ease-in;
    transition: top 0.3s ease-in;
    z-index: 100;
    overflow: hidden;
}

.modal-wrap .quick-checkout.facebook {
    position: relative;
}
/* line 9, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
/* line 16, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout.is-active {
    top: 0;
    overflow: auto; }
/* line 19, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
/* line 28, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__center {
    display: inline-block;
    vertical-align: middle;
    width: 99%; }
/* line 33, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__overflow {
    width: 100%;
    max-height: 100vh;
    overflow: auto; }
/* line 38, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 34.375em;
    background-color: white;
    padding: 1.25em;
    margin: 0 auto; }
/* line 48, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.25em; }
/* line 54, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__title {
    color: #689aff;
    line-height: 1em;
    margin-bottom: 0; }
/* line 59, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__title:before {
    content: "\e601";
    position: relative;
    font-family: "lvmc";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0.1em;
    font-size: 0.95em;
    margin-right: 0.25em; }
/* line 67, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__close {
    position: absolute;
    right: -1.25em;
    top: -1.25em;
    width: 4.375em;
    height: 4.375em;
    color: #333333; }
/* line 75, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__close:after {
    content: "\e602";
    font-family: "lvmc";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 1.25em;
    right: 1.25em; }
/* line 82, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__close:hover {
    color: #689aff; }
/* line 86, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__footer {
    padding-top: 1.25em; }
/* line 89, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__total {
    position: relative;
    float: left;
    color: red;
    font-size: 1.5em;
    color: #333333;
    margin-bottom: 0; }
/* line 97, ../sass/module/modal/_quick-checkout.sass */
.modal-wrap .quick-checkout__total .dollar-amount {
    font-size: 1em; }
/* line 1, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket {
    position: relative;
    padding: 0.625em 0;
    border-bottom: 1px solid #e6e6e6;
    padding-right: 13.75em;
    min-height: 3.375em; }
/* line 8, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket__title {
    color: red;
    font-size: 1.25em;
    color: #666666;
    line-height: 1.4em; }
/* line 14, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket__price, .modal-wrap .quick-ticket__price--left {
    position: absolute;
    right: 6em;
    top: 0.4em;
    font-size: 1.5625em;
    color: #666666;
    line-height: 1.12em; }
/* line 22, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket__price--left {
    right: 8.8em; }
/* line 26, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket__input, .modal-wrap .quick-ticket__input-block {
    position: absolute;
    right: 0;
    top: 0.625em;
    width: 8.125em; }
/* line 32, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket__input-block {
    width: 12.5em; }
/* line 36, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket__info {
    position: relative; }
/* line 39, ../sass/module/modal/_quick-ticket.sass */
.modal-wrap .quick-ticket__info:before {
    content: "\e605";
    font-family: "lvmc";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c8c8c8;
    font-size: 0.8em;
    line-height: 1.75em;
    margin-left: 0.5em; }
/* line 1, ../sass/module/modal/_promo-input.sass */
.modal-wrap .promo-input {
    position: relative;
    float: right;
    width: 100%;
    margin-top: 0.5em;
    min-height: 2em; }
@media screen and (min-width: 40em) {
    /* line 1, ../sass/module/modal/_promo-input.sass */
    .modal-wrap .promo-input {
        margin-top: 0; } }
/* line 11, ../sass/module/modal/_promo-input.sass */
.modal-wrap .promo-input__input {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 33%;
    height: 2em;
    font-size: 1em;
    padding: 0 0.5em; }
@media screen and (min-width: 40em) {
    /* line 11, ../sass/module/modal/_promo-input.sass */
    .modal-wrap .promo-input__input {
        right: 3.875em; } }
/* line 24, ../sass/module/modal/_promo-input.sass */
.modal-wrap .promo-input__submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0.875em;
    width: 33%;
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #6f6f6f;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a7a7a7), color-stop(100%, #6f6f6f));
    background-image: -webkit-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: -moz-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: -o-linear-gradient(top, #a7a7a7, #6f6f6f);
    background-image: linear-gradient(top, #a7a7a7, #6f6f6f);
    border-left: 1px solid #363636;
    -webkit-box-shadow: -1px 0 2px -1px #b0b0b0;
    -moz-box-shadow: -1px 0 2px -1px #b0b0b0;
    box-shadow: -1px 0 2px -1px #b0b0b0; }
/* line 40, ../sass/module/modal/_promo-input.sass */
.modal-wrap .promo-input__submit:hover {
    background-color: #1b40ff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3271ef), color-stop(100%, #1b40ff));
    background-image: -webkit-linear-gradient(top, #3271ef, #1b40ff);
    background-image: -moz-linear-gradient(top, #3271ef, #1b40ff);
    background-image: -o-linear-gradient(top, #3271ef, #1b40ff);
    background-image: linear-gradient(top, #3271ef, #1b40ff); }
/* line 44, ../sass/module/modal/_promo-input.sass */
.modal-wrap .promo-input__submit:active {
    background-color: #012bff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a61ed), color-stop(100%, #012bff));
    background-image: -webkit-linear-gradient(top, #1a61ed, #012bff);
    background-image: -moz-linear-gradient(top, #1a61ed, #012bff);
    background-image: -o-linear-gradient(top, #1a61ed, #012bff);
    background-image: linear-gradient(top, #1a61ed, #012bff); }
@media screen and (min-width: 40em) {
    /* line 24, ../sass/module/modal/_promo-input.sass */
    .modal-wrap .promo-input__submit {
        width: 4.42857em; } }
/* line 51, ../sass/module/modal/_promo-input.sass */
.modal-wrap .promo-input__submit.is-white-theme {
    border-left: 1px solid white; }


.sup {
    position: relative;
    font-size: 0.5em !important;
    vertical-align: top !important;
    line-height: 1.25 !important;
}


