#breadcrumb {
    display: none;
}

#page-title {
    display: none;
}

.dd-quiksilver {
    background: White;
    font-family: Source Sans Pro;
    line-height: 1.5;
}

.dd-logo {
    background-size: cover;
    display: inline-block;
    height: 125px;
    overflow: hidden;
    text-indent: -1000px;
    width: 225px;
}

.dd-h3 {
    font-family: Soho Gothic W01 Regular;
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
}

.dd-frame-h3 {
    font-family: Soho Gothic W01 Regular;
    font-size: 20px;
    line-height: 1;
}

.dd-body-text {
    color: Black;
    font-size: 16px;
    text-align: left;
}

.dd-header-topline {
    font-family: Soho Gothic W01 Regular;
    font-size: 20px;
    line-height: 1.25;
    margin: 0 0 20px;
}

.dd-bold {
    font-family: Soho Gothic W01 Bold;
    font-size: 20px;
}

.dd-frame-sku {
    font-family: Source Sans Pro;
    font-size: 16px;
    margin: 0 0 15px;
}

.dd-button {
    background: White;
    color: Black;
    display: block;
    border: 1px solid #888;
    padding: 5px 0;
    text-align: center;
    text-decoration: none !important;
}

.dd-button:hover {
    background: #888;
    color: Black !important;
}

.dd-header {
    overflow: hidden;
    padding: 0 0 20px 0;
}

.dd-header .dd-button {
    margin: 10px auto;
    width: 90%;
}

.dd-header .dd-button:first-of-type {
    margin: 0 auto 10px;
}

.dd-header .dd-button:last-of-type {
    margin: 10px auto 0;
}

.dd-header-logo {
    background: White;
    padding: 30px 0;
    text-align: center;
}

.dd-header-frame {
    display: block;
    height: auto;
    width: 100%;
}

.dd-header-text-box {
    background: White;
    border: solid #888;
    border-width: 0 0 0 0;
    box-sizing: border-box;
    margin: 10px 0 0;
    padding: 20px 20px 0px 20px;
    width: 97%;
}

.dd-header-text-box p {
    clear: both;
}

.dd-header-nav {
    margin: 30px 0;
}

.dd-header-nav ul {
    list-style-type: none;
    text-align: center;
}

.dd-header-nav li {
    margin: 10px 0;
}

.dd-header-nav .dd-button {
    margin: auto;
    width: 90%;
}

#dd-frames {
    padding: 0 0 40px;
}

#dd-frames>article {
    overflow: hidden;
    margin: auto;
    max-width: 480px;
    width: 100%;
}

#dd-frames>article:nth-of-type(even) .dd-frame-img {
    float: right;
}

#dd-frames>article:nth-of-type(even) .dd-frame-img img {
    float: right;
}

#dd-frames>article:nth-of-type(odd) .dd-frame-img img {
    float: left;
}

.dd-frame-img {
    border: solid #888;
    border-width: 0 0 1px 0;
    float: left;
    overflow: hidden;
    width: 95%;
}

.dd-frame-img img {
    display: block;
    width: 90%;
    max-width: 530px;
}

.dd-frame-text {
    overflow: hidden;
    padding: 20px 20px 50px;
}

.dd-frame-text .dd-button {
    margin: 20px 0 0;
    width: 160px;
}

.dd-frames-links {
    overflow: hidden;
}

.dd-frames-links ul {
    text-align: center;
    list-style-type: none;
}

.dd-frames-links .dd-button {
    margin: 10px auto;
    width: 90%;
}

#dd-designer-brands {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

#dd-designer-brands .dd-h3 {
    margin: 0 0 0px;
}

#dd-designer-brands .dd-button {
    margin: 40px auto 20px;
    width: 90%;
}

#dd-designer-brands .dd-logo-container {
    overflow: hidden;
}

#dd-designer-brands img {
    display: block;
    float: left;
    height: auto;
    margin: 15px 5%;
    width: 40%;
}

#dd-request-appointment {
    padding: 30px 0 30px;
}

#dd-request-appointment .dd-button {
    margin: 20px auto 0;
    width: 90%;
}

@media (min-width: 768px) {
    .dd-header-nav .dd-button {
        margin: 10px auto;
        width: 300px;
    }
    #dd-frames>article {
        max-width: 1200px;
        margin: 50px auto;
        width: 100%;
    }
    #dd-frames>article:nth-of-type(odd) .dd-frame-img,
    #dd-frames>article:nth-of-type(odd) .dd-frame-text {
        float: right;
    }
    #dd-frames>article:nth-of-type(odd) .dd-frame-img {
        border-width: 0 0 0 1px;
    }
    #dd-frames>article:nth-of-type(odd) .dd-frame-img img {
        left: 0px;
    }
    #dd-frames>article:nth-of-type(odd) .dd-frame-text-container {
        right: 5px;
    }
    #dd-frames>article:nth-of-type(even) .dd-frame-img,
    #dd-frames>article:nth-of-type(even) .dd-frame-text {
        float: left;
    }
    #dd-frames>article:nth-of-type(even) .dd-frame-img {
        border-width: 0 1px 0 0;
    }
    #dd-frames>article:nth-of-type(even) .dd-frame-img img {
        right: 0px;
    }
    #dd-frames>article:nth-of-type(even) .dd-frame-text-container {
        left: 10px;
    }
    .dd-frame-img {
        border: solid #888;
        box-sizing: border-box;
        height: 340px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 55%;
    }
    .dd-frame-img img {
        background: none;
        border: 0;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 90%;
    }
    .dd-frame-text {
        box-sizing: border-box;
        height: 340px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 45%;
    }
    .dd-frame-text-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 95%;
    }
    .dd-frames-links .dd-button {
        margin: 10px auto;
        width: 300px;
    }
    #dd-designer-brands {
        padding: 50px 0;
    }
    #dd-designer-brands .dd-button {
        margin: 10px auto;
        width: 300px;
    }
    .dd-logo-container {
        margin: 0 auto 50px;
        width: 450px;
    }
    #dd-request-appointment {
        padding: 50px 0;
    }
    #dd-request-appointment .dd-button {
        margin: 30px auto 10px;
        width: 300px;
    }
}

@media (min-width: 992px) {
    .dd-header {
        position: relative;
    }
    .dd-header-frame {
        float: right;
        width: 55%;
    }
    .dd-header-text-box {
        background: White;
        left: 0px;
        margin: 0;
        padding: 20px 20px 40px;
        position: absolute;
        transform: translate(0, -50%);
        top: 50%;
        float: left;
        width: 45%;
    }
    .dd-header-text-box p {
        float: right;
        width: 400px;
    }
    .dd-header-nav {
        background: White;
        clear: both;
        margin: 0;
        width: 100%;
    }
    .dd-header-nav ul {
        text-align: center;
    }
    .dd-header-nav li {
        display: inline-block;
        margin: 20px 10px;
    }
    .dd-header-nav .dd-button {
        width: 240px;
    }
    #dd-frames>article .dd-frame-text-container {
        width: 95%;
    }
    #dd-frames>article:nth-of-type(odd) .dd-frame-text-container {
        right: 5%;
    }
    #dd-frames>article:nth-of-type(even) .dd-frame-text-container {
        left: 5%;
    }
    .dd-frame-img {
        height: 400px;
    }
    .dd-frame-text-container {
        width: 400px;
    }
    .dd-frames-links {
        width: 100%;
    }
    .dd-frames-links li {
        display: inline-block;
        margin: 20px 10px;
    }
    .dd-frames-links .dd-button {
        width: 240px;
    }
    #dd-designer-brands .dd-logo-container {
        margin: auto;
        width: 800px;
    }
    #dd-designer-brands .dd-button {
        margin: 50px auto 10px;
        width: 240px;
    }
    #dd-designer-brands img {
        display: inline-block;
        float: none;
        margin: 10px;
        width: auto;
    }
    #dd-request-appointment .dd-button {
        width: 240px;
    }
}

/*# sourceMappingURL=main.css.map */