/*
 * ====================================================================================================================
 * PRODUCTS PAGE -- CSS layout of products pages
 * ====================================================================================================================
 */

body #header {
    border-bottom: none !important;
}

#page {
    padding-bottom: 0 !important;
}

img.buy-now-splash {
    max-width: 100%;
    height: auto;
}

.prod-blurb {
    position: absolute;
    top: 200px;
    width: 500px;
}

.prod-face {
    width: 500px;
    float: right;
    margin-left: 2em;
}

.prod-face-blurb {
    margin-top: 5em;
    margin-left: 2em;
}

.prod-box-shot {
    width: 240px;
}

.prod-logos {
    float: right;
    margin-left: 1em;
    width: 320px;
}



/*
 * Responsive Layout
 */

@media (max-width: 1199px) {
    .prod-blurb {
        top: 180px;
        width: 425px;
    }
    .prod-title {
        font-size: 190%;
    }
    .prod-face-blurb {
        margin-top: 5em;
    }
}
@media (max-width: 1024px) {
    .prod-blurb {
        position: relative;
        top: 0;
        width: auto;
    }
    .prod-face {
        width: 320px;
        margin-left: 1em;
    }
    .prod-face-blurb {
        margin-top: 3em;
        margin-left: 1em;
    }
}
@media (max-width: 600px) {
    .prod-title {
        font-size: 150%;
    }
    .prod-face {
        display: block;
        float: none;
        margin: 0.25em auto 0.5em auto;
        width: 210px;
    }
    .prod-face-blurb {
        margin-top: 1em;
        margin-left: 0;
    }
    .prod-box-shot {
        width: 140px;
    }
    .prod-logos {
        display: block;
        float: none;
        margin: 0.25em auto 0.5em auto;
        width: 190px;
    }
}

/*
  CrossOver Android Page Specific
*/

.android-splash {
    background-color: #D7D8DD;
    background-image: url('../images/pages/products/codeweavers-crossover-android-preview-acer-chromebook.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.android-splash-alt {
    height: 250px;
    background-size: 100%;
    display: none;
}
.video-cell {
    display:inline-block;
    width: 160px;
    height: 150px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 9px;
    font-weight: bold;
}
.android-faq {
    background-color: #D7D8DD;
}
.android-faq .faq-caret {
    display: inline-block;
    color: #044469;
    font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
}
.android-faq .faq-q {
    cursor: pointer;
    font-weight: bold;
}
.android-faq .faq-a {
    margin-left: 2em;
}
@media (max-width: 991px) {
    .android-splash-top {
        background-image: none;
    }
    .android-splash-alt {
        display: block;
        height: 200px;
    }
}
@media (max-width: 1199px) {
    .cw-btn-nostretch {
        font-size: 14px;
    }
}

