/********************************************************
*************** MAIN BODY/WRAPPER STYLES ****************
********************************************************/

body {
    background-image: url('/img/background.gif');
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0 5px;
    color: #000;
}

.mfp-arrow-right:before,
.mfp-arrow-right:after,
.mfp-arrow-left:before,
.mfp-arrow-left:after {
    display: none !important;
}

.mfp-arrow-right,
.mfp-arrow-left {
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    height: 60px !important;
}

.mfp-arrow-right {
    background-image: url(/img/detail_arrow_right.svg) !important;
    background-position: center center !important;
}

.mfp-arrow-left {
    background-image: url(/img/detail_arrow_left.svg) !important;
    background-position: center center !important;
}

/********************************************************
****************** COVID BANNER STYLES ******************
********************************************************/

.covid-banner {
    text-align: center;
    color: #404040;
    background-color: #e8e8e8;
    padding: 30px 20px;
    width: 1300px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

.covid-banner a {
    color: inherit;
    border-bottom-color: currentColor;
}

.covid-banner__container {
    max-width: 800px;
}

.covid-banner__heading {
    font-size: 24px;
    font-weight: 600;
}

.covid-banner__close-icon {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    transition: transform 0.25s ease;
}

.covid-banner__close-icon path,
.covid-banner__close-icon polygon,
.covid-banner__close-icon rect {
    fill: #6a0009;
}

.covid-banner__close-icon circle {
    stroke: #6a0009;
    stroke-width: 1;
}

.covid-banner__close-icon:hover {
    transform: scale(1.1);
}

/********************************************************
********************* COLUMN STYLES *********************
********************************************************/
/* line 193, C:/wamp/www/lpr-master/scss/style.scss */
.row {
    position: relative;
}

/* line 1, C:/wamp/www/lpr-master/scss/header */
header {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 1300px;
    padding: 12px 30px 10px;
}

header:after {
    content: "";
    display: table;
    clear: both;
}

/* line 6, C:/wamp/www/lpr-master/scss/header */
header a, header a:active, header a:visited {
    text-decoration: none;
    color: #000;
}

/* line 11, C:/wamp/www/lpr-master/scss/header */
header nav {
    margin-top: 34px;
    float: right;
}

@media screen and (max-width: 980px) {
    header nav {
        text-align: center;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 500px) {
    header nav {
        margin-top: 20px;
        display: none;
    }
}

/* line 27, C:/wamp/www/lpr-master/scss/header */
header nav>ul {
    display: block;
}

/* line 31, C:/wamp/www/lpr-master/scss/header */
header nav>ul ul {
    z-index: 3000;
    padding: 15px 2px;
    position: absolute;
    width: 170px;
    top: 15px;
    left: 50%;
    margin-left: -112px;
    list-style: none;
    display: none;
}

@media screen and (max-width: 500px) {
    header nav>ul ul {
        padding: 0;
        position: relative;
        display: none;
        margin-left: 0;
        width: auto;
        left: 0;
        top: 0;
    }
}

/* line 51, C:/wamp/www/lpr-master/scss/header */
header nav>ul ul:before {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -10px;
    content: '';
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

@media screen and (max-width: 500px) {
    header nav>ul ul:before {
        display: none;
    }
}

@media (min-width: 500px) {
    header nav>ul>li:hover ul, header nav>ul ul:hover {
        display: block;
    }
}

/* line 75, C:/wamp/www/lpr-master/scss/header */
header nav ul ul .wrap {
    box-shadow: 0px 5px 25px 0px #999999;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 500px) {
    header nav ul ul .wrap {
        box-shadow: none;
    }
}

/* line 84, C:/wamp/www/lpr-master/scss/header */
header nav>ul ul li {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
    text-transform: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    font-size: 13px;
    width: auto;
}

@media screen and (max-width: 500px) {
    header nav>ul ul li {
        background-color: transparent;
        border-bottom: none;
        font-size: 16px !important;
        padding-right: 0;
        text-align: left;
        display: block;
        padding: 0;
    }

    /* line 103, C:/wamp/www/lpr-master/scss/header */
    header nav>ul ul li:last-of-type {
        padding-bottom: 10px;
    }
}

/* line 108, C:/wamp/www/lpr-master/scss/header */
header nav>ul ul li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* line 113, C:/wamp/www/lpr-master/scss/header */
header nav>ul ul li:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* line 120, C:/wamp/www/lpr-master/scss/header */
header nav>ul>li {
    text-transform: uppercase;
    position: relative;
    padding-right: 50px;
    font-size: 14px;
    display: inline;
}

@media screen and (max-width: 500px) {
    header nav>ul>li {
        border-bottom: 1px solid #c5c5c5;
        font-size: 16px !important;
        padding-right: 0;
        text-align: left;
        display: block;
    }

    /* line 134, C:/wamp/www/lpr-master/scss/header */
    header nav>ul>li:first-of-type {
        border-top: 1px solid #c5c5c5;
    }
}

/* line 139, C:/wamp/www/lpr-master/scss/header */
header nav>ul>li:last-of-type {
    padding-right: 0;
}

/* line 143, C:/wamp/www/lpr-master/scss/header */
header nav>ul>li.selected>a {
    color: #8c0013;
}

/* line 147, C:/wamp/www/lpr-master/scss/header */
header nav>ul>li a:hover {
    color: #8c0013;
}

@media screen and (max-width: 500px) {
    header nav>ul>li a {
        display: block;
        padding: 15px;
    }
}

@media screen and (max-width: 500px) {
    header nav>ul>li a.parent {
        position: relative;
    }

    /* line 160, C:/wamp/www/lpr-master/scss/header */
    header nav>ul>li a.parent:before {
        content: '';
        position: absolute;
        right: 10px;
        top: 17px;
        z-index: -1;
        width: 18px;
        height: 9px;
        background-image: url('/img/nav/arrow.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    /* line 175, C:/wamp/www/lpr-master/scss/header */
    header nav>ul>li a.parent.open:before {
        background-position: center top -9px;
    }
}

@media screen and (max-width: 1400px) {
    header {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

/* line 188, C:/wamp/www/lpr-master/scss/header */
header .logo-wrap {
    display: block;
    float: left;
}

@media screen and (max-width: 980px) {
    header .logo-wrap {
        text-align: center;
        display: block;
        float: none;
        width: 100%;
    }
}

/* line 203, C:/wamp/www/lpr-master/scss/header */
header .logo svg {
    height: 50px;
    width: 245px;
    max-width: 100%;
}

@media screen and (max-width: 980px) {
    header .logo {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 500px) {
    header .logo {
        margin-right: 70px;
        margin-bottom: 0px;
        max-width: 100%;
        float: left;
    }
}

@media screen and (max-width: 980px) {
    header {
        padding: 20px 0;
    }
}

/* line 226, C:/wamp/www/lpr-master/scss/header */
header .hamburger {
    display: block;
    width: 35px;
    height: 35px;
    background-image: url('/img/nav/hamburgers.svg');
    background-size: 35px auto;
    position: absolute;
    top: 30px;
    right: 10px;
}

/* line 236, C:/wamp/www/lpr-master/scss/header */
header .hamburger.open {
    background-position: center top -36px;
}

@media (min-width: 500px) {
    header .hamburger {
        display: none;
    }
}

.tab-details.options {
    background-color: #fff;
}

.tabs-wrapper {
    background-image: url('/img/tabs-bg.jpg');
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
    height: 62px;
    margin-top: 50px;
    width: 100%;
    clear: both;
}

@media screen and (max-width: 888px) {
    .tabs-wrapper {
        background-image: none;
        border-right: 2px solid #eee;
        border-left: 2px solid #eee;
        border-top: 2px solid #eee;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 5px;
        height: auto;
    }
}

@media screen and (max-width: 888px) {
    .tab-details-wrapper {
        border-right: 2px solid #eee;
        border-left: 2px solid #eee;
        border-bottom: 2px solid #eee;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 20px;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .tab-details-wrapper {
        padding: 0 20px;
    }
}

/* line 300, C:/wamp/www/lpr-master/scss/details */
.tabs {
    margin: 0 auto;
    width: 888px;
}

@media screen and (max-width: 888px) {
    .tabs {
        width: 100%;
    }
}

/* line 308, C:/wamp/www/lpr-master/scss/details */
.tabs a {
    background-image: url('/img/tab-bg.jpg');
    font-family: Miller, Georgia, serif;
    display: inline-block;
    margin-right: 2px;
    line-height: 43px;
    margin-top: 19px;
    font-weight: 600;
    font-size: 15px;
    color: #6d6d6d;
    float: left;
    width: 220px;
    height: 43px;
}

@media screen and (max-width: 888px) {
    .tabs a {
        background-color: #eee;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-top: 0;
        background-image: none;
        border: 1px solid #eee;
        height: auto;
        float: left;
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 48.7179487179%;
    }

    /* line 38, C:/wamp/www/lpr-master/scss/neat/grid/span-columns */
    .tabs a:last-child {
        margin-right: 0;
    }

    /* line 52, C:/wamp/www/lpr-master/scss/neat/grid/omega */
    .tabs a:nth-child(2n) {
        margin-right: 0;
    }

    /* line 57, C:/wamp/www/lpr-master/scss/neat/grid/omega */
    .tabs a:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 500px) {
    .tabs a {
        font-size: 10px;
    }
}

/* line 339, C:/wamp/www/lpr-master/scss/details */
.tabs a.active {
    background-image: none;
    background-color: #fff;
    color: #8c0013;
}

/* line 347, C:/wamp/www/lpr-master/scss/details */
.tab-details.components ul>li {
    background-image: url('/img/details/checkmark.svg');
}

/* line 351, C:/wamp/www/lpr-master/scss/details */
.tab-details.options ul>li {
    background-image: url('/img/details/exclamation.svg');
}

/* line 355, C:/wamp/www/lpr-master/scss/details */
.tab-details {
    min-height: 344px;
    display: none;
}

@media screen and (max-width: 888px) {
    .tab-details {
        padding: 0 20px;
    }
}

@media screen and (max-width: 500px) {
    .tab-details {
        padding: 0;
    }
}

/* line 367, C:/wamp/www/lpr-master/scss/details */
.tab-details:first-of-type {
    display: block;
}

/* line 371, C:/wamp/www/lpr-master/scss/details */
.tab-details>img {
    width: 30%;
    float: left;
    padding-top: 20px;
}

@media screen and (max-width: 888px) {
    .tab-details>img {
        padding-top: 0;
        margin: 0 auto;
        display: block;
        float: none;
        width: 80%;
    }
}

@media screen and (max-width: 500px) {
    .tab-details>img {
        width: 100%;
    }
}

/* line 389, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content {
    padding: 40px 20px 0;
    float: right;
    width: 70%;
}

@media screen and (max-width: 888px) {
    .tab-details .tab-content {
        width: 100%;
        padding: 0 0 20px 0;
    }
}

/* line 399, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content.wide {
    padding: 40px 0 0;
    width: 100%;
}

/* line 403, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content.wide p {
    margin-top: 0px;
    display: block;
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .tab-details .tab-content.wide p {
        padding-left: 0;
    }
}

/* line 413, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content.wide .column1 {
    float: left;
    width: 60%;
}

@media screen and (max-width: 888px) {
    .tab-details .tab-content.wide .column1 {
        width: 100%;
    }
}

/* line 421, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content.wide .column1 img {
    position: relative;
    margin-right: 10px;
    float: left;
    top: -6px;
}

@media screen and (max-width: 888px) {
    .tab-details .tab-content.wide .column1 img {
        top: 5px;
    }
}

@media screen and (max-width: 600px) {
    .tab-details .tab-content.wide .column1 img {
        margin-bottom: -10px;
        height: 80px;
        top: 0;
    }
}

/* line 439, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content.wide .column2 {
    float: left;
    width: 40%;
}

/* line 443, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content.wide .column2 img {
    width: 100%;
}

@media screen and (max-width: 888px) {
    .tab-details .tab-content.wide .column2 {
        width: 100%;
    }
}

/* line 457, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content.wide .column2 p {
    padding: 0;
}

@media screen and (max-width: 500px) {
    .tab-details .tab-content .column2 h2 {
        text-align: center;
    }
}

/* line 469, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content h2 {
    font-family: Miller, Georgia, serif;
    line-height: 24px;
    font-weight: 600;
    font-size: 20px;
    max-width: 550px;
    color: #8c0013;
}

@media screen and (max-width: 500px) {
    .tab-details .tab-content h2 {
        text-align: left;
        font-size: 16px;
    }
}

/* line 482, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content h2 span {
    display: block;
}

@media screen and (max-width: 570px) {
    .tab-details .tab-content h2 span {
        display: inline;
    }
}

/* line 490, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content h2 u {
    text-decoration: none;
    border-bottom: 1px solid #8c0013;
}

/* line 495, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content h2 i {
    font-style: italic;
}

/* line 500, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content ul {
    margin-top: 20px;
}

/* line 503, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content ul li {
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 3px 24px;
    margin-left: 20px;
    line-height: 1.2;
    min-width: 225px;
    font-size: 15px;
    list-style: none;
    margin-left: 0;
    float: left;
    width: 50%;
}

@media screen and (max-width: 800px) {
    .tab-details .tab-content ul li {
        width: 100%;
    }
}

/* line 530, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content img+h2+p {
    padding-left: 30px;
}

.analysis p {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

/* line 534, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content p {
    position: relative;
    padding-right: 65px;
    padding-left: 55px;
    line-height: 20px;
    font-size: 15px;
    margin: 25px 0;
    opacity: 0.3;
}

@media screen and (max-width: 775px) {
    .tab-details .tab-content p {
        display: none;
        padding-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .tab-details .tab-content p {
        padding-left: 0;
    }
}

/* line 552, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content p.selected {
    display: block;
    opacity: 1;
}

/* line 557, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content p strong {
    font-weight: 600;
}

/* line 561, C:/wamp/www/lpr-master/scss/details */
.tab-details .tab-content p .svg {
    position: absolute;
    margin-top: -20px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 0;
}

@media screen and (max-width: 500px) {
    .tab-details .tab-content p .svg {
        display: none;
    }
}

/* line 1, C:/wamp/www/lpr-master/scss/footer */
footer {
    position: relative;
    font-size: 13px;
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

footer a {
    color: inherit;
}

/* line 7, C:/wamp/www/lpr-master/scss/footer */
footer .footer-info {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 58.9743589744%;
    margin-top: 30px;
}

/* line 38, C:/wamp/www/lpr-master/scss/neat/grid/span-columns */
footer .footer-info:last-child {
    margin-right: 0;
}

@media screen and (max-width: 650px) {
    footer .footer-info {
        text-align: center;
        width: 100%;
    }
}

/* line 18, C:/wamp/www/lpr-master/scss/footer */
footer .branding {
    width: 275px;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: center;
}

@media screen and (max-width: 650px) {
    footer .branding {
        position: relative;
        top: 0;
        margin-right: auto !important;
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
        float: none;
    }
}

/* line 35, C:/wamp/www/lpr-master/scss/footer */
footer table {
    margin: 10px 0;
}

@media screen and (max-width: 650px) {
    footer table {
        width: 100%;
    }
}

/* line 42, C:/wamp/www/lpr-master/scss/footer */
footer table td {
    vertical-align: bottom;
    line-height: 1.3;
    padding: 0 10px;
    display: block;
    padding: 10px 0;
}

/* line 51, C:/wamp/www/lpr-master/scss/footer */
footer .restoring {
    margin: 10px;
}

/********************************************************
******************* PROMOTIONS STYLES *******************
********************************************************/
/********************************************************
******************* PROMOTIONS STYLES *******************
********************************************************/
.mfp-content>#faq-popup.mfp-hide {
    display: block !important;
}

.faq-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 10px;
}

.faq-popup h1 {
    font-size: 16px;
}

.faq-popup p {
    margin-bottom: 0;
    font-size: 14px;
}

.promotions {
    margin: 50px 0 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 765px) {
    .promotions {
        justify-content: flex-start;
    }
}

.promotions .column {
    position: relative;
    padding: 10px 20px;
    padding-left: 50px;
}

@media screen and (max-width: 765px) {
    .promotions .column {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .promotions .column {
        width: 100%;
        text-align: center;
    }
}

.promotions .svg {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 580px) {
    .promotions .svg {
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }
}

.promotions h3 {
    font-family: Miller, Georgia, serif;
    line-height: 1.5;
    font-weight: 600;
    font-size: 16px;
    color: #8c0013;
}

.promotions span {
    line-height: 1.5;
    font-size: 13px;
    display: block;
}


/* line 354, C:/wamp/www/lpr-master/scss/style.scss */
.video, .image {
    position: relative;
    display: block;
}

/* line 357, C:/wamp/www/lpr-master/scss/style.scss */
.video>img, .image>img {
    width: 100%;
}

/* line 363, C:/wamp/www/lpr-master/scss/style.scss */
.video:before {
    background-image: url(/img/play.svg);
}

/* line 369, C:/wamp/www/lpr-master/scss/style.scss */
.video .video-title {
    font-family: Miller, Georgia, serif;
    position: absolute;
    text-align: center;
    margin-top: -55px;
    font-weight: 600;
    font-size: 35px;
    line-height: 0;
    display: block;
    color: #fff;
    width: 100%;
    top: 50%;
}

@media screen and (max-width: 700px) {
    .video .video-title {
        font-size: 20px;
        line-height: 1.5;
    }
}

/* line 387, C:/wamp/www/lpr-master/scss/style.scss */
.video .video-title svg {
    width: 90px;
    height: 90px;
    margin-bottom: -32px;
    margin-left: 20px;
}

@media screen and (max-width: 700px) {
    .video .video-title svg {
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        top: 30px;
    }
}

/* line 407, C:/wamp/www/lpr-master/scss/style.scss */
.image:before {
    background-image: url(/img/details/magnify.svg);
}

/* line 412, C:/wamp/www/lpr-master/scss/style.scss */
.video:before, .image:before {
    content: '';
    opacity: 0.75;
    position: absolute;
    background-size: 100% 100%;
}

@media screen and (max-width: 500px) {
    .video:before, .image:before {
        opacity: 0.6;
        top: 50%;
        left: 50%;
    }
}

/* line 425, C:/wamp/www/lpr-master/scss/style.scss */
.video.small:before, .image.small:before {
    height: 25px;
    width: 25px;
    bottom: 10px;
    right: 10px;
}

@media screen and (max-width: 500px) {
    .video.small:before, .image.small:before {
        margin-left: -12.5px;
        margin-top: -12.5px;
    }
}

/* line 437, C:/wamp/www/lpr-master/scss/style.scss */
.video.medium:before, .image.medium:before {
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}

/* line 453, C:/wamp/www/lpr-master/scss/style.scss */
.video.large:before {
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}

@media screen and (max-width: 500px) {
    .video.large:before {
        height: 70px;
        width: 70px;
        margin-left: -35px;
        margin-top: -35px;
    }
}

/* line 469, C:/wamp/www/lpr-master/scss/style.scss */
.image.large:before {
    height: 80px;
    width: 80px;
    bottom: 40px;
    right: 40px;
}

@media screen and (max-width: 500px) {
    .image.large:before {
        margin-left: -40px;
        margin-top: -40px;
    }
}


/********************************************************
****************** TESTIMONIALS STYLES ******************
********************************************************/
.testimonial p {
    padding: 0;
    font-size: 15px;
}

.testimonial p strong {
    display: block;
}

.customers .testimonial:after, .customers .small:after {
    content: "";
    display: table;
    clear: both;
}

/* line 37, C:/wamp/www/lpr-master/scss/customers */
.customers .testimonial h2 {
    font-family: Miller, Georgia, serif;
    font-weight: 600;
    font-size: 16px;
    color: #8c0013;
}

/* line 485, C:/wamp/www/lpr-master/scss/style.scss */
.testimonial-1 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 100%;
}

/* line 38, C:/wamp/www/lpr-master/scss/neat/grid/span-columns */
.testimonial-1:last-child {
    margin-right: 0;
}

/* line 486, C:/wamp/www/lpr-master/scss/style.scss */
.testimonial-2 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 48.7179487179%;
}

/* line 38, C:/wamp/www/lpr-master/scss/neat/grid/span-columns */
.testimonial-2:last-child {
    margin-right: 0;
}

/* line 487, C:/wamp/www/lpr-master/scss/style.scss */
.testimonial-3 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 339.3128205128%;
}

/* line 38, C:/wamp/www/lpr-master/scss/neat/grid/span-columns */
.testimonial-3:last-child {
    margin-right: 0;
}

/* line 488, C:/wamp/www/lpr-master/scss/style.scss */
.testimonial-4 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 23.0769230769%;
}

/* line 38, C:/wamp/www/lpr-master/scss/neat/grid/span-columns */
.testimonial-4:last-child {
    margin-right: 0;
}

/* line 489, C:/wamp/www/lpr-master/scss/style.scss */
.testimonial-5 {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 17.9487179487%;
}

/* line 38, C:/wamp/www/lpr-master/scss/neat/grid/span-columns */
.testimonial-5:last-child {
    margin-right: 0;
}

.other-pianos h3, .testimonials-right h3 {
    color: #8c0013;
    font-family: Miller, Georgia, serif;
    margin-bottom: 10px;
    padding-left: 5px;
    font-weight: 600;
    font-size: 18px;
}


/* line 491, C:/wamp/www/lpr-master/scss/style.scss */
.testimonials-right {
    padding-left: 20px;
    position: absolute;
    width: 500px;
    right: 0;
    top: 0;
}

@media screen and (max-width: 900px) {
    .testimonials-right {
        position: relative;
        padding-left: 0;
        width: 100%;
    }
}

/* line 504, C:/wamp/www/lpr-master/scss/style.scss */
.testimonials-right h3 a {
    float: right;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #8c0012;
}

/* line 513, C:/wamp/www/lpr-master/scss/style.scss */
[class*="testimonial-"] {
    font-size: 15px;
    line-height: 1.2;
}

@media screen and (max-width: 500px) {
    [class*="testimonial-"] {
        margin: 0 0 20px 0;
        padding: 10px;
        display: none;
        width: 100%;
    }

    /* line 523, C:/wamp/www/lpr-master/scss/style.scss */
    [class*="testimonial-"]:first-of-type {
        display: block;
    }
}

/* line 528, C:/wamp/www/lpr-master/scss/style.scss */
[class*="testimonial-"]:last-of-type {
    margin-right: 0;
}

/* line 532, C:/wamp/www/lpr-master/scss/style.scss */
[class*="testimonial-"] img {
    width: 100%;
}

/* line 536, C:/wamp/www/lpr-master/scss/style.scss */
[class*="testimonial-"] h2 {
    font-size: 15px !important;
}

/* line 540, C:/wamp/www/lpr-master/scss/style.scss */
[class*="testimonial-"] p strong {
    font-size: 14px !important;
    padding-bottom: 3px;
}

/* line 564, C:/wamp/www/lpr-master/scss/style.scss */
[class*="testimonial-"] .read {
    text-decoration: underline;
    font-size: 12px;
    margin: 3px 0;
}


/********************************************************
****************** GLOBAL PIANO STYLES ******************
********************************************************/
/* line 650, C:/wamp/www/lpr-master/scss/style.scss */
.other-pianos .piano {
    padding-right: 10px;
}

/* line 654, C:/wamp/www/lpr-master/scss/style.scss */
.piano {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
    float: left;
}

/* line 660, C:/wamp/www/lpr-master/scss/style.scss */
.piano img {
    width: 100%;
}

/* line 664, C:/wamp/www/lpr-master/scss/style.scss */
.piano span {
    display: block;
}

/* line 667, C:/wamp/www/lpr-master/scss/style.scss */
.piano span>span {
    display: inline;
    padding-left: 3px;
}

.piano span {
    color: #000;
}

.piano {
    position: relative;
}

/* line 84, C:/wamp/www/lpr-master/scss/style.scss */
.piano .ribbon {
    position: absolute;
    width: 90px !important;
    right: 0;
    top: 0;
}

/* line 589, C:/wamp/www/lpr-master/scss/details */
.other-pianos {
    margin-right: 500px;
}

@media screen and (max-width: 900px) {
    .other-pianos {
        margin-right: 0;
        width: 100%;
    }
}

/* line 597, C:/wamp/www/lpr-master/scss/details */
.other-pianos .piano-gallery-wrap {
    box-shadow: inset 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
    background-color: #fbfbfb;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 10px 0;
    padding: 15px;
    padding-bottom: 10px;
}

/* line 606, C:/wamp/www/lpr-master/scss/details */
.other-pianos .piano-gallery-wrap .piano-gallery {
    width: 800px;
}

/* line 610, C:/wamp/www/lpr-master/scss/details */
.other-pianos .piano-gallery-wrap .piano {
    margin-bottom: 0;
    width: 268px;
    float: left;
}

@media screen and (max-width: 500px) {
    .other-pianos .piano-gallery-wrap .piano {
        width: 175px;
    }

    /* line 618, C:/wamp/www/lpr-master/scss/details */
    .other-pianos .piano-gallery-wrap .piano .piano-details, .other-pianos .piano-gallery-wrap .piano .piano-price {
        display: none;
    }
}

/* line 623, C:/wamp/www/lpr-master/scss/details */
.other-pianos .piano-gallery-wrap .piano .ribbon {
    right: 10px;
}


/* line 674, C:/wamp/www/lpr-master/scss/style.scss */
.contact {
    padding: 20px 0;
}

/* line 677, C:/wamp/www/lpr-master/scss/style.scss */
.contact .button-blue {
    padding: 10px 40px;
    position: relative;
    top: -12px;
}

/* line 683, C:/wamp/www/lpr-master/scss/style.scss */
.contact .inquire {
    width: auto;
    display: inline;
}

/* line 688, C:/wamp/www/lpr-master/scss/style.scss */
.contact .or {
    padding: 0 20px;
    position: relative;
    top: -10px;
    color: #777;
}

@media screen and (max-width: 575px) {
    .contact {
        text-align: center;
    }

    /* line 697, C:/wamp/www/lpr-master/scss/style.scss */
    .contact .call-us {
        display: block;
        margin-bottom: 20px;
    }

    /* line 702, C:/wamp/www/lpr-master/scss/style.scss */
    .contact>span {
        display: none;
    }

    /* line 705, C:/wamp/www/lpr-master/scss/style.scss */
    .contact .inquire {
        display: inline-block;
    }
}

/* line 1, C:/wamp/www/lpr-master/scss/crumbs */
.container.signature .breadcrumbs, .container.sold .breadcrumbs {
    padding-right: 100px;
}

/* line 5, C:/wamp/www/lpr-master/scss/crumbs */
/*
.breadcrumbs {
    //z-index: 1000;
    //position: absolute;
    //left: 20px;
    //top: -40px; }*/

.breadcrumbs {
    background-color: #fff;
    padding: 30px 0 20px 20px;
}

.breadcrumbs:after {
    content: "";
    display: table;
    clear: both;
}

/* line 11, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs a {
    color: #8c0013;
}

/* line 14, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs a:hover {
    color: #000;
}

/* line 19, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs .svg {
    float: left;
    width: 25px;
    height: 25px;
}


/* line 29, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs ul {
    margin-left: 30px;
    list-style: none;
}

/* line 33, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs ul>li {
    font-size: 13px;
    float: left;
    line-height: 22px;
}

/* line 39, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs ul>li:after {
    content: '/';
    padding-left: 3px;
    padding-right: 3px;
}

/* line 45, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs ul>li:last-of-type:after {
    content: '';
    padding-left: 0;
}

/* line 50, C:/wamp/www/lpr-master/scss/crumbs */
.breadcrumbs ul>li:last-of-type a {
    color: #8c0013;
}

@media screen and (max-width: 550px) {
    .breadcrumbs {
        display: none;
    }
}

img {
    border: 0;
}

#slider {
    /*margin-top:90px;*/
    background: #000;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
}

.slide {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.slide img {
    width: 100%;
}

.slide.first {
    display: inline;
}

.piano-featured {
    position: absolute;
    top: 15px;
    left: 50%;
    height: 625px;
    margin-left: -347px;
    z-index: 1000;
}

@media (max-width:1399px) {
    .piano-featured {
        height: 480px;
        margin-left: -160px;
    }
}

@media (max-width:1025px) {
    .piano-featured {
        height: 400px;
        margin-left: -200px;
    }
}

@media (max-width:900px) {
    .piano-featured {
        height: 350px;
        margin-left: -175px;
    }
}

@media (max-width:800px) {
    .piano-featured {
        height: 300px;
        margin-left: -150px;
    }
}

.foreground {
    position: absolute;
    bottom: 40px;
    left: 100px;
    width: calc(100% - 200px);
    z-index: 1000;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

@media (max-width:1024px) {
    /*  .foreground {
            width: 80%;
            margin: 0 10%;
            left: 0;
            bottom: 10px;
        }*/
}

.foreground .year {
    font-size: 60px;
    line-height: 50px;
}

.foreground .model {
    font-size: 22px;
    padding-left: 7px;
}

.foreground .serial {
    font-size: 16px;
    padding-left: 7px;
}

.foreground .arrow-left {
    position: absolute;
    height: 50px;
    left: -40px;
    bottom: 0;
    z-index: 1000;
}

.foreground .arrow-right {
    position: absolute;
    height: 50px;
    right: -40px;
    bottom: 0;
    z-index: 1000;
}

*, body, html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    margin-bottom: 20px;
    font-family: 'Inter', Arial, sans-serif;
}

a {
    text-decoration: none;
}

h1 {
    font-family: Miller, serif;
}

p {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 17px;
    line-height: 25px;
    padding: 20px 0;
}

.wrapper {
    overflow: hidden;
}

.container {
    margin: 0 auto;
    max-width: 1300px;
    /*border-top: 60px solid #fff;*/
    position: relative;
    width: 100%;

}

.piano-featured.mobile {
    position: relative;
    background: #fff;
    ;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    margin-left: auto;
    display: none;
    z-index: 1;
}

.piano-featured.mobile:after, .piano-featured.mobile footer:after {
    content: "";
    display: table;
    clear: both;
}


.piano-featured.mobile .background {
    width: 200%;
    max-width: none;
}

.piano-featured.mobile .piano {
    left: 50%;
    margin-left: -40%;
    position: absolute;
    width: 80%;
    top: 30px;
}

.piano-featured.mobile .content {
    padding: 30px 20px;
}

.piano-featured.mobile .content h2 {
    text-align: center;
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 35px;
    margin: 10px 0;
}

.piano-featured.mobile .content h2 span {
    padding-bottom: 2px;
    font-size: 16px;
    display: block;
}

.piano-featured.mobile .content h3 {
    padding-bottom: 20px;
    text-align: center;
    margin: 15px 0 0;
    font-size: 17px;
    color: #8c0013;
}

.piano-featured.mobile .content .contact {
    border-bottom: 1px solid #ccc;
}

.piano-featured.mobile .content .contact .call-us {
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #0086c4;
}

.piano-featured.mobile .content .contact .call-us span {
    font-size: 24px;
}

.piano-featured.mobile .content .contact .button-blue {
    background-color: #0086c4;
    border-radius: 5px;
    padding: 12px 40px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.piano-featured.mobile footer, .history footer {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 15px 0;
}

.piano-featured.mobile footer h4, .history footer h4 {
    font-weight: 400;
    font-size: 14px;
    float: left;
}

.piano-featured.mobile footer h4 span, .history footer h4 span {
    line-height: 36px;
    font-size: 26px;
    display: block;
}

.piano-featured.mobile footer .social, .history footer .social {
    margin-top: 10px;
    font-size: 13px;
    float: right;
}

.piano-featured.mobile footer span, .history footer span {
    padding-right: 2px;
}

.piano-featured.mobile footer svg, .history footer svg {
    position: relative;
    height: 25px;
    width: 25px;
    top: 7px;
}

.piano-featured.mobile table, .history table {
    font-size: 14px;
    margin: 25px 0;
    width: 100%;
}

/* line 55, C:/wamp/www/lpr-master/scss/details */
.piano-featured.mobile table td, .history table td {
    padding: 5px 0;
    width: 50%;
}

/* line 60, C:/wamp/www/lpr-master/scss/details */
.piano-featured.mobile table strong, .history table strong {
    padding-right: 3px;
}

@media screen and (max-width: 440px) {
    .piano-featured.mobile table, .history table {
        display: block;
    }

    /* line 67, C:/wamp/www/lpr-master/scss/details */
    .piano-featured.mobile table tr, .history table tr {
        display: block;
    }

    /* line 71, C:/wamp/www/lpr-master/scss/details */
    .piano-featured.mobile table td, .history table td {
        font-size: 16px;
        display: block;
        width: 100%;
    }

    /* line 76, C:/wamp/www/lpr-master/scss/details */
    .piano-featured.mobile table td strong, .history table td strong {
        display: inline-block;
        width: 100px;
    }
}

@media (max-width:550px) {
    .container {
        border-top: 0px;
    }

    #slider {
        display: none;
    }

    .piano-featured.mobile {
        display: block;
        /*z-index: -1;*/
    }

    .piano-featured.mobile h1 {
        text-align: center;
        font-size: 30px;
        padding: 0 10px;
        color: #7F0E0B;
    }

    .history h1 {
        font-size: 28px;
    }

    .ribbon {
        top: 0 !important;
    }
}

.container .container {
    padding-left: 60px;
    padding-right: 40px;
    border-top: 0;
}

.container .ribbon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    display: none;
}

.container.signature .ribbon.signature {
    display: block;
}

.container.sold .ribbon.sold {
    display: block;
}

.column_one {
    float: left;
    width: 100%;
}

.column_two {
    float: left;
    width: 50%;
}

.column_three {
    float: left;
    width: 33.333%;
}

.column_four {
    float: left;
    width: 25%;
}

.column_three_fourths {
    float: left;
    width: 75%;
}

.column_two_thirds {
    float: left;
    width: 66.66%;
}

.transparent {
    -ms-filter: "alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: .95;
    -khtml-opacity: .95;
    opacity: .95;
}

/*header {
	position:fixed;
	top:0;
	width:100%;
	z-index:99999;
}
header .background {
	height:92px;
	background:#fff;
	background:-moz-linear-gradient(top, #fff 0, #fff 43%, #dbdad9 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(43%, #fff), color-stop(100%, #dbdad9));
	background:-webkit-linear-gradient(top, #fff 0, #fff 43%, #dbdad9 100%);
	background:-o-linear-gradient(top, #fff 0, #fff 43%, #dbdad9 100%);
	background:-ms-linear-gradient(top, #fff 0, #fff 43%, #dbdad9 100%);
	background:linear-gradient(to bottom, #fff 0, #fff 43%, #dbdad9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#dbdad9',  GradientType=0);
}
@media (max-width:730px) {
	header .background {
		height:72px;
	}
}
@media (max-width:1024px) {
	header .container {
		width:100%;
		padding:0 10px;
	}
}
header .column_three {
	height:92px;
}
@media (max-width:575px) {
	header .column_three {
		width:50%;
	}
}
@media (max-width:575px) {
	header .column_three:last-of-type {
		display:none;
	}
}
header .lindeblad_logo {
	margin:16px 0;
}
@media (max-width:730px) {
	header .lindeblad_logo {
		width:200px;
	}
}
@media (max-width:370px) {
	header .lindeblad_logo {
		width:150px;
		margin:22px 0;
	}
}
header .signature_logo {
	height:128px;
	display:block;
	margin:0 auto;
}
@media (max-width:730px) {
	header .signature_logo {
		height:100px;
	}
}
@media (max-width:450px) {
	header .signature_logo {
		position:relative;
		right:-10px;
		float:right;
	}
}
header .inquire {
	text-align:right;
}
header .inquire .wrapper {
	margin-top:15px;
}
@media (max-width:730px) {
	header .inquire .wrapper {
		margin:5px;
	}
}
header .inquire .phone {
	font-family:Arial;
	font-size:18px;
	color:#7F0E0B;
	padding:0 12px;
}
header .inquire .inquire_button {
	position:relative;
	text-align:left;
	display:inline-block;
	color:#FFF;
	font-size:14px;
	line-height:32px;
	margin-top:3px;
	padding:0 35px;
	border-radius:5px;
	background-color:#BCBCBC;
}
header .inquire .inquire_button img {
	padding-left:3px;
	position:relative;
	bottom:-3px;
	height:15px;
	width:auto;
}
header .inquire .inquire_button:hover {
	background-color:#AAA;
}*/


#slider_container {
    margin-top: 90px;
    font-family: 'Open Sans', 'Inter';
    color: #fff;
}

@media (max-width:730px) {
    #slider_container {
        margin-top: 72px;
    }
}

#slider_container .date {
    font-size: 60px;
}

#slider_container .model {
    font-size: 28px;
}

#slider_container .serial {
    font-size: 16px;
}

.hideme {
    opacity: 0;
}

.block {
    width: 100%;
    overflow: hidden;
}

.block .video {
    width: 100%;
}

/*@media (max-width:730px) {
	.block .container {
		width:100%;
	}
}*/
.description {
    position: relative;
    font-family: Miller, Georgia, serif;
    line-height: 1.3em;
    font-weight: normal;
    font-size: 2.2em;
    padding: 160px 50px 40px 50px;
    text-align: center;
}

.history {
    position: relative;
    font-weight: 300;
    background: #eee !important;
}

@media (max-width:575px) {
    .history {
        display: none;
    }
}

@media (max-width:575px) {
    .history {
        background: #fff !important;
        text-align: center;
        padding: 30px 10px;
    }

    .history .column_two {
        padding-top: 0 !important;
    }

    .history img {
        display: none;
    }
}

@media (max-width:1024px) {
    .history .container {
        padding: 0 10px;
    }
}

.history .column_two:first-of-type {
    padding: 75px 0;
}

@media (max-width:730px) {
    .history .column_two:first-of-type {
        padding-top: 100px;
        padding-bottom: 10px;
        width: 100%;
    }
}

.history .column_two:last-of-type {
    height: 583px;
}

@media (max-width:730px) {
    .history .column_two:last-of-type {
        width: 100%;
        height: auto;
    }
}

.history h1 {
    color: #7F0E0B;
}

.history h2 {
    font-size: 20px;
    font-weight: 400;
    color: #7F0E0B;
}

.history p {
    padding-right: 25px;
}

.history span {
    font-size: 13px;
    font-style: italic;
    color: #010200;
}

.history .piano1 {
    position: relative;
    margin-top: 50px;
    height: auto;
    -webkit-filter: sepia(1);
    -webkit-filter: sepia(100%);
    -moz-filter: sepia(100%);
    -ms-filter: sepia(100%);
    -o-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media (max-width:900px) {
    .history .piano1 {
        position: relative;
        margin-top: 250px;
    }
}

@media (max-width:730px) {
    .history .piano1 {
        margin-top: 0;
        width: 100%;
        height: auto;
    }
}

.history a.button {
    position: relative;
    text-align: left;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    line-height: 38px;
    margin-top: 20px;
    padding: 0 45px;
    border-radius: 5px;
    background-color: #0086c4;
}

.history a.button img {
    padding-left: 3px;
    position: relative;
    bottom: -3px;
    height: 15px;
    width: auto;
}

.history a.button:hover {
    background-color: #0177ad;
}

.history.active {
    background: #fff;
    background-image: -moz-linear-gradient(top, #ededed 0, rgba(255, 255, 255, .1)53%, rgba(255, 255, 255, .1)100%);
    background-image: -webkit-gradient(left top, left bottom, color-stop(0%, #ededed), color-stop(53%, rgba(255, 255, 255, .1)), color-stop(100%, rgba(255, 255, 255, .1)));
    background-image: -webkit-linear-gradient(top, #ededed 0, rgba(255, 255, 255, .1)53%, rgba(255, 255, 255, .1)100%);
    background-image: -o-linear-gradient(top, #ededed 0, rgba(255, 255, 255, .1)53%, rgba(255, 255, 255, .1)100%);
    background-image: -ms-linear-gradient(top, #ededed 0, rgba(255, 255, 255, .1)53%, rgba(255, 255, 255, .1)100%);
    background-image: linear-gradient(to bottom, #ededed 0, rgba(255, 255, 255, .1)53%, rgba(255, 255, 255, .1)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
}

.history.active .piano1 {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.gallary {
    display: block;
    width: 100%;
    max-height: 405px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.gallary .thumbs {
    width: 5670px;
}

.gallary .thumb {
    float: left;
    border-right: 1px solid #fff;
}

@media (max-width:730px) {
    .gallary .thumb {
        height: 300px;
        width: auto;
    }
}

@media (max-width:575px) {
    .gallary .thumb {
        height: 200px;
        width: auto;
    }
}

.authentication {
    background: url(/signature/common/authentication_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    color: #FFF;
}

.authentication h1 {
    font-weight: 680;
    font-size: 34px;
}

.authentication p {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 0;
}

@media (max-width:670px) {
    .authentication p {
        padding: 20px 10px 0;
        width: 100%;
    }
}

.authentication .checkmark {
    padding: 30px 0 5px;
}

.authentication .letter {
    position: relative;
    bottom: -150px;
}

@media (max-width:800px) {
    .authentication .letter {
        width: 100%;
    }
}

.dates {
    background: url(/signature/common/paper_background.jpg) no-repeat;
    /*-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    color: #FFF;
}

.dates .container {
    padding: 80px 40px;
    padding-left: 80px;
}

@media (max-width:1050px) {
    .dates .container {
        padding: 30px 10px 40px;
    }
}

.dates h1 {
    position: relative;
    bottom: 3px;
    display: inline;
    color: #392b1d;
    border-bottom: 2px solid #78634F;
    padding-bottom: 3px;
}

.dates h1:last-of-type {
    position: relative;
    top: 9px;
    display: inline;
    color: #392b1d;
    border-top: 2px solid #78634F;
    border-bottom: 0;
    line-height: 20px;
}

.dates .timeline {
    border-left: 2px solid #78634F;
    position: relative;
    margin-left: 32px;
    list-style: none;
    padding: 2px 0;
    width: 550px;
}

@media (max-width:580px) {
    .dates .timeline {
        width: 100%;
    }
}

.dates .timeline li {
    display: block;
    margin: 30px;
    margin-left: 30px;
}

.dates .timeline li:before {
    position: absolute;
    top: -21px;
    left: -32px;
    content: '\2022';
    font-size: 50px;
    color: #78634F;
    padding-right: 10px;
}

.dates .timeline li.note {
    color: #392b1d;
    font-size: 14px;
}

.dates .timeline li.note:before {
    content: "";
}

.dates .timeline li.note a {
    color: #9b000d;
    text-decoration: underline;
}

.dates .timeline .highlighted span, .dates .timeline .highlighted:before {
    color: #9b000d;
}

.dates .timeline li {
    position: relative;
    left: -8px;
}

.dates .timeline .date {
    display: block;
    float: left;
    color: #392b1d;
    width: 60px;
    height: 45px;
}

@media (max-width:435px) {
    .dates .timeline .date {
        width: 100%;
        height: auto;
        padding-bottom: 3px;
    }
}

@media (max-width:435px) {
    .dates .timeline .event {
        width: 100%;
    }
}

.dates .titanic {
    position: absolute;
    right: 0;
    bottom: 8px;
}

@media (max-width:780px) {
    .dates .titanic {
        width: 100%;
        height: auto;
    }
}

.restoration {
    background-image: url(/signature/common/tools_cropped.jpg);
    background-position: right 0;
    background-repeat: no-repeat;
}

.restoration .container {
    padding: 40px 0 30px;
}

@media (max-width:1024px) {
    .restoration .container {
        padding: 10px;
        width: 100%;
    }
}

.restoration h1 {
    position: relative;
    color: #7F0E0B;
    padding-bottom: 20px;
}

@media (max-width:660px) {
    .restoration h1 {
        text-align: center;
    }
}

.restoration .wrapper {
    position: relative;
}

.restoration .labels {
    position: relative;
    float: left;
}

@media (max-width:825px) {
    .restoration .labels {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
}

.restoration .label {
    display: block;
    width: 240px;
    font-size: 15px;
    line-height: 50px;
    border: 1px solid #D9D9D9;
    padding-left: 40px;
    cursor: pointer;
    background-color: #FFF;
}

@media (max-width:825px) {
    .restoration .label {
        float: left;
    }
}

@media (max-width:540px) {
    .restoration .label {
        width: 50%;
    }
}

@media (max-width:450px) {
    .restoration .label {
        float: none;
        width: 80%;
        margin: 0 auto;
    }
}

.restoration .selected {
    position: relative;
    border: 1px solid #0E87C5;
    background-color: #0E87C5;
    color: #FFF;
}

.restoration .selected:before {
    position: absolute;
    bottom: 0;
    right: -20px;
    border-color: transparent #0E87C5;
    border-width: 25px 0 25px 20px;
    border-style: solid;
    display: block;
    content: "";
    z-index: 1;
    width: 0;
}

@media (max-width:825px) {
    .restoration .selected:before {
        bottom: -46px;
        left: -1px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #0E87C5;
    }
}

@media (max-width:450px) {
    .restoration .selected:before {
        border: 0;
    }
}

.restoration .items {
    float: left;
    padding-left: 30px;
    list-style: none;
}

.restoration .items>li>ul {
    padding-left: 0;
}

@media (max-width:825px) {
    .restoration .items {
        padding-top: 25px;
    }
}

.restoration .items li {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', 'Inter';
    text-shadow: 1px 1px 1px #fff;
}

.restoration .items li .check-icon {
    position: relative;
    padding-right: 7px;
    top: 3px;
}

.restoration .items li:first-of-type {
    margin-top: 0;
}

.options {
    background-color: #E5E5E5;
    padding-bottom: 30px;
}

.options .container {
    padding: 20px;
}

@media (max-width:1024px) {
    .options .container {
        padding: 10px;
        width: 100%;
    }
}

.options h1 {
    color: #676767;
    margin-bottom: 20px;
}

@media (max-width:515px) {
    .options h1 {
        text-align: center;
    }
}

.options h2 {
    color: #9b000d;
    font-size: 17px;
    font-family: 'Open Sans', 'Inter';
    font-weight: 700;
}

.options p {
    font-family: 'Open Sans', 'Inter';
    line-height: 22px;
    font-size: 14px;
    padding: 0;
}

.options .option {
    background-color: #FFF;
    margin: 10px 0;
    padding: 11px 25px;
    position: relative;
    -moz-box-shadow: 0 10px 25px #bbb;
    -webkit-box-shadow: 0 10px 25px #bbb;
    box-shadow: 0 10px 25px #bbb;
}

.options .option .icon {
    position: absolute;
    top: 14px;
    left: 10px;
}

.options .option .wrapper {
    padding-left: 40px;
}

.options .option .stains {
    position: relative;
    bottom: -4px;
    width: 100%;
}

.options .option:first-of-type {
    margin-top: 0;
}

.options .column_two {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:635px) {
    .options .column_two {
        width: 100%;
    }
}

.options .column_two:first-of-type {
    padding-right: 5px;
}

.options .column_two:last-of-type {
    padding-left: 5px;
}

.options .column_two:last-of-type .option {
    padding-bottom: 0;
}

.includes {
    padding: 20px 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #fff 51%, #dbdad9 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(51%, #fff), color-stop(100%, #dbdad9));
    background: -webkit-linear-gradient(top, #fff 0, #fff 51%, #dbdad9 100%);
    background: -o-linear-gradient(top, #fff 0, #fff 51%, #dbdad9 100%);
    background: -ms-linear-gradient(top, #fff 0, #fff 51%, #dbdad9 100%);
    background: linear-gradient(to bottom, #fff 0, #fff 51%, #dbdad9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdad9', GradientType=0);
}

@media (max-width:1024px) {
    .includes .container {
        width: 100%;
    }
}

@media (max-width:815px) {
    .includes .side {
        text-align: center;
    }
}

@media (max-width:815px) {
    .includes .column_three_fourths, .includes .side {
        width: 100%;
    }
}

.includes .piano {
    width: 100%;
}

@media (max-width:815px) {
    .includes .piano {
        width: 400px;
    }
}

@media (max-width:475px) {
    .includes .piano {
        width: 100%;
    }
}

.includes .column_three_fourths {
    text-align: center;
}

.includes .column_three_fourths .column_four {
    padding: 0;
}

@media (max-width:550px) {
    .includes .column_three_fourths .column_four {
        width: 100%;
    }
}

.includes .column_three_fourths .column_four img {
    width: 70px;
}

@media (max-width:550px) {
    .includes .column_three_fourths .column_four img {
        padding: 10px 0;
    }
}

.includes .column_three_fourths h1 {
    font-size: 32px;
    color: #616161;
    padding: 20px 0 25px;
}

.includes .column_three_fourths h2 {
    font-size: 16px;
    color: #7f000a;
}

.includes .column_three_fourths span {
    font-size: 12px;
}

/*.contact {
	position:relative;
	background:#fff url(/signature/common/contact_bg.jpg) no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.contact .container {
	padding-top:30px;
}
@media (max-width:1024px) {
	.contact .container {
		width:100%;
		padding:30px 10px 10px;
	}
}
.contact .column_three {
	color:#FFF;
}
.contact .column_three p {
	padding-top:10px;
}
@media (max-width:980px) {
	.contact .family_owned {
		display:none;
	}
}
@media (max-width:980px) {
	.contact .family_owned .seal {
		float:left;
		width:100px;
		padding-right:10px;
	}
}
@media (max-width:980px) {
	.contact .family_owned p {
	text-shadow:1px 1px 1px #000;
}
}@media (max-width:980px) {
	.contact .contact_form {
		width:100%;
	}
}
@media (max-width:980px) {
	.contact .contact_form .column_three {
		text-align:center;
	}
}
@media (max-width:650px) {
	.contact .contact_form .column_three {
		width:100%;
		text-align:center;
	}
}
@media (max-width:650px) {
	.contact .contact_form .column_two_thirds {
		width:100%;
	}
}
@media (max-width:650px) {
	.contact .contact_form h2 {
		text-align:center;
	}
}
.contact .column_two_thirds h2 {
	font-family:'Open Sans', Arial;
	font-size:22px;
	font-weight:400;
	padding-bottom:10px;
	color:#B33330;
}
.contact .column_two_thirds h2 .phone {
	font-weight:700;
	font-style:normal;
}
.contact .column_two_thirds h2 .or {
	font-size:18px;
	color:#FFF;
}
@media (max-width:650px) {
	.contact .column_two_thirds h2 .or {
		text-align:center;
		color:#000;
	}
}
.contact .column_two_thirds .owner {
	margin-top:45px;
	height:auto;
	width:195px;
}
.contact .column_two_thirds input[type=text], .contact .column_two_thirds textarea {
	background-color:#fff;
	border-radius:3px;
	border:0;
	font-family:Arial, sans-serif;
	font-size:17px;
	padding:10px;
	margin:10px 0;
	display:block;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.contact .column_two_thirds textarea {
	overflow:auto;
	max-width:100%;
}
.contact .column_two_thirds ::-webkit-input-placeholder {
	color:#444;
}
.contact .column_two_thirds :-moz-placeholder {
	color:#444;
}
.contact .column_two_thirds ::-moz-placeholder {
	color:#444;
}
.contact .column_two_thirds :-ms-input-placeholder {
	color:#444;
}
.contact .column_two_thirds #phone, .contact .column_two_thirds #time {
	margin-top:0;
	float:left;
	width:49%;
}
.contact .column_two_thirds #phone {
	margin-right:2%;
}
.contact .column_two_thirds #comments {
	height:100px;
}
.contact .column_two_thirds a.button {
	position:relative;
	text-align:left;
	display:inline-block;
	color:#FFF;
	font-size:16px;
	line-height:38px;
	margin:5px 0 10px;
	padding:0 45px;
	border-radius:5px;
	background-color:#0086c4;
}
.contact .column_two_thirds a.button img {
	padding-left:3px;
	position:relative;
	bottom:-3px;
	height:15px;
	width:auto;
}
.contact .column_two_thirds a.button:hover {
	background-color:#0177ad;
}
.contact .signature {
	position:relative;
	height:auto;
	bottom:-4px;
}
@media (max-width:1200px) {
	.contact .signature {
		height:109px;
	}
}
.contact .signature img {
	width:100%;
}
@media (max-width:1200px) {
	.contact .signature img {
		position:absolute;
		left:50%;
		margin-left:-600px;
		width:auto;
	}
}*/
.footer {
    text-align: center;
}

.footer p {
    padding: 5px;
    font-size: 12px;
}

.footer a, .footer a:visited {
    color: #7F0E0B;
}

.footer p:last-of-type {
    color: #bbb;
}

#all_pianos {
    display: none;
}

.lprqtip {
    border: 1px solid red !important;
    padding: 0.3em !important;
    font-size: 15px !important;
    color: red !important;
}





a {
    text-decoration: none;
    color: inherit;
}



img {
    max-width: 100%;
}



.clearfix::after, header::after, header .logo-wrap::after, footer::after, .container::after, .row::after, .promotions::after, .details .tailor-details .intro::after, .details footer::after, .tabs-wrapper::after, .purchase form .row::after, .buy-filter-wrap::after, .buy-filter::after, .filter-option-set::after, .option-sub-set::after, .piano-group-results::after, .steinway .tailored::after, .steinway .genuine-parts::after, .steinway .sum::after, .steinway .soundboard::after, .steinway .decades .content::after, .soundboard .header::after, .soundboard .header .columns::after, .soundboard .skill .banner::after, .soundboard .detail::after, .soundboard .warranty::after, .about .profiles::after, .about .profiles .featured::after, .about .history::after, .section.grid::after, .single .wrapper::after, .service .map::after, .service .videos::after, .service .travels::after, .service .questions::after, .faq .question::after, .faq .question .header::after, .container.trust .header::after, .blog::after, .library-single::after, .blog .post-wrapper .post-author::after, .blog .brand-wrapper .post-author::after, .library-single .post-wrapper .post-author::after, .library-single .brand-wrapper .post-author::after, .movers .header::after, .learn-grand-piano .questions::after, .learn-concert-grand .header::after, .learn-concert-grand .questions::after, .learn-baby-grand .header::after, .learn-steinway-upright .questions::after, .keyword-page .questions::after {
    content: "";
    display: table;
    clear: both;
}
