img {
    max-width: 100%;
    height: auto;
}

.slicknav_menu {
    display: none;
    background: #999;
    padding: 5px;
    border-bottom: 1px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.slicknav_btn {
    background-color: #444;
}

.slicknav_menu > ul > li:first-child {
    display: none;
}

.slicknav_nav li {
    display: block;
    background-color: #ccc;
    line-height: 40px;
    border-radius: 4px;
    margin: 2em 0;
}

.slicknav_nav .slicknav_item a {
    color: #333;
}

.slicknav_nav li li {
    background-color: #eee;
    margin: 0.5em auto 1em auto;
    width: 93%;
}

.slicknav_nav li ul {
    margin-left: 0;
}

.slicknav_nav .slicknav_row:hover {
    background: inherit;
}

@media only screen and (max-width: 1024px) {
    .page-outer > .container {
        width: 100%;
        max-width: 980px;
    }

    #home-page #main-content-left {
        width: 34%;
    }

    #home-page .left-col {
        width: auto;
    }

    .home-left {
        width: 100%;
    }

    .home-right h2, .home-left h2 {
        height: auto;
        font-size: 15px;
    }

    #home-page .box h2 {
        height: auto;
        font-size: 14px;
    }

    #home-page #main-content-right {
        width: 65%;
        margin-left: 1%;
    }

    .home-right {
        width: auto;
    }

    #home-page .right-col {
        margin-right: 8px;
    }

    #home-page .feature {
        width: auto;
    }

    #home-page .flow-image img {
        width: 100%;
        height: auto;
    }

    .product-carousel-outer {
        max-width: 100% !important;
    }


    .product-carousel p {
        font-size: 0.875em !important;
    }

    .top-header {
        padding-top: 40px;
    }
    .top-header .social {
        display: none;
    }
    .top-header .logo {
        position: absolute;
        top: 68px;
        left: 30px;
    }
    .top-header .lily, .top-header .pricematch {
        position: absolute;
        margin: 0;
    }
    .top-header .lily {
        right: 220px;
        bottom: 22px;
    }
    .top-header .pricematch {
        right: 70px;
        bottom: 16px;
    }
    .frame-option, .panel-colour {
        width: 56px;
        height: 56px;
        margin: 10px;
        background-size: 100%;
    }

    img[data-role=frame_image] {
        margin-right: 8px !important;
    }
}

@media only screen and (max-width: 768px) {
    .top-header .logo img {
        width: 100%;
        height: auto;
    }
    .top-header .logo {
        position: absolute;
        top: 80px;
        left: 30px;
        width: 350px;
    }
    .top-header .lily {
        right: 170px;
        bottom: 22px;
    }
    .top-header .pricematch {
        right: 30px;
        bottom: 16px;
    }

    #nav-content {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }

    #home-page #main-content-left, #main-content-left {
        width: 100%;
        display: none;
    }

    #home-page #main-content-right, #main-content-right {
        width: 98%;
        margin: 0 1%;
    }

    #main-content-right.design-tool {
        width: auto;
        float: none;
        margin: 0 6px;
    }

    #main_content_container {
        margin: 0 12px;
    }
}

@media only screen and (max-width: 650px) {
    img.alignright {
        float: none;
        margin: 1em 0;
        max-width: 98%;
        display: block;
    }
    .top-header {
        height: auto;
    }
    .top-header .logo {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .top-header .logo img {
        width: 90%;
        margin: 1em auto;
        display: block;
    }
    .top-header .lily, .top-header .pricematch {
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        width: 49%;
        margin: 1em 0;
        text-align: center;
        float: none;
        height: auto;
    }
    .top-header .lily img, .top-header .pricematch img {
        width: 40%;
        height: auto;
    }

    .home-right {
        height: 300px;
        margin: 0 1em 1em 1em;
    }

    .home-right h1 {
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(153, 153, 153, 0.85);
        font-size: 22px;
    }

    .home-left h2 {
        min-height: 52px;
    }

    .home-right h2 {
        background-color: rgba(51,51,51,1);
    }

    #home-page .feature .flash {
        top: 0 !important;
        height: auto !important;
        width: 100% !important;
        border-radius: 0;
        padding-top: 4px;
        padding-bottom: 4px;
        left: 0;
    }

    #home-page .feature .flash br {
        display: none;
    }

    #home-page .feature .flash br:before {
        display: inline-block;
        content: " ";
    }

    #home-page .feature .flash h3 {
        padding-top: 0 !important;
    }

    .home-right .flash {
        display: none;
    }

    #home-page .right-col {
        margin: 1em;
    }

    .offers-header {
        height: auto;
    }

    .offers-header h3 {
        line-height: 1.3em;
        padding: 1em;
    }

    .footer-reviews {
        display: none;
    }

    .footer-links ul {
        text-align: center;
        font-size: 1em;
    }

    .footer-links li.header {
        line-height: 50px;
    }

    .footer-links a {
        display: block;
        line-height: 50px;
        height: 50px;
    }

    .footer-logos > .left {
        border-top: 1px solid #ccc;
        margin-top: 2em;
        float: none;
        line-height: 1.4em;
        padding: 2em 0 1em 0;
        font-size: 0.8125em;
        text-align: center;
    }

    .footer-logos .right {
        text-align: center;
    }

    .footer-logos .right img {
        max-width: 100%;
        height: auto;
    }

    .footer-logos .right img.payments {
        display: block;
        margin: 1em auto 2em auto;
        margin: 1em auto 2em auto;
        width: 90%;
        height: auto;
    }

    .footer-logos .right img.amex {
        margin-right: 2em;
    }
}

@media only screen and (max-width: 500px) {
    #mtm_flow {
        display: none !important;
    }

    #page-tabs {
        display: none;
    }

    #page-tabs ul {

    }

    body.page-template-template-design #page-tabs li {
        white-space: nowrap;
        padding: 0 0.35em
    }

    body.page-template-template-design #page-tabs li a {
        padding: 6px 8px;
    }
}