﻿/* 
CONTENTS
------------------------------------------------   

    1.0 GLOBAL STYLES
    2.0 HEADER
    3.0 FOOTER
    
    4.0 MODULES

    5.0 PRODUCT DETAIL

    6.0 SEARCH RESULTS

------------------------------------------------ */

@media (min-width:1200px) {

    /* 1.0 GLOBAL STYLES
------------------------------------------------ */
    body {
        background: #fafafa;
    }

    body .shadow {
        -webkit-box-shadow: 0 0 10px #ccc;
        box-shadow: 0 0 10px #ccc;
        margin:auto;
        max-width:1400px;
    }

    .top-nav,
    .mid-nav,
    .sub-nav {
        max-width: 1400px;
    }

    #body {
        background:#fff;
        margin: auto;
        max-width: 1400px;
    }

    .centered-text-image.height-215 {
        height: 215px;
    }

        .centered-text-image.height-215 img {
            max-height: 215px;
        }


    /* 2.0 HEADER
------------------------------------------------ */
    header li.pair.right {
        margin-right: 138px;
    }

    .language-selector {
        padding: 15px 33px;
        min-width: 137px;
    }

    .cart-icon .text {
        font-family: 'Helvetica Neue 75';
        vertical-align: bottom;
    }

    .cart-icon .number {
        right: 38px;
    }

    .cart-preview {
        left: -275px; /* ((350 - 70 = 280) / 2 = 140) + 6 */
        right: auto;
    }

    .top-nav .navbar-nav > li.mega-nav > .dropdown-menu {
        margin-left: 260px;
    }


    /* 3.0 FOOTER
------------------------------------------------ */
    footer .copyright {
        text-align: left;
    }

    /* 4.0 MODULES
------------------------------------------------ */
    .product-blocks .display-block .text {
        margin-top: 45px;
    }


    /* 5.0 FAMILY LANDING
------------------------------------------------ */
    /* sprite, product icons */
    .family-landing .product-icons .sprite {
        margin-bottom: 10px;
        margin-right: 25px;
    }


    /* 6.0 PRODUCT DETAIL
------------------------------------------------ */
    .small-product-grid .gray-box {
        height: 500px;
    }


        .small-product-grid .gray-box p {
            display: block;
        }


    .product-detail-rotator .item {
        height: 255px;
        display: table-cell;
        vertical-align: middle;
    }

    .product-detail-right .social-links li a {
        height: 45px;
        width: 45px;
    }

    .product-detail h2 {
        font-size: 38px;
    }

    /* video carousel */
    .product-detail-videos .video-carousel .carousel-indicators {
        bottom: 75px;
    }

    .product-detail-videos .video-carousel .item img {
        max-width: none;
    }

    .customer-reviews .ratings .rating-num {
        font-size: 32px;
        line-height: 32px;
    }

    .stars.large .fa {
        font-size: 32px;
        margin: 0 3px;
    }




    /* 7.0 CATEGORY LANDING
------------------------------------------------ */
    .product-blocks.cat-landing .overlay p {
        height: 80px;
    }

    /* 8.0 PRODUCT COMPARE
------------------------------------------------ */



    /* 9.0 MY ACCOUNT
------------------------------------------------ */
    /* vertically aligning*/
    .my-account .my-wishlist-preview .row a {
        height: 150px;
    }

        .my-account .my-wishlist-preview .row a .col-sm-9 {
            height: 110px;
        }

    /* 9.0 SUPPORT
------------------------------------------------ */
    .product-diagram-table .header-row {
        font-size: 22px;
    }

    /* ARCHITECTS & BUILDERS
------------------------------------------------ */
    .arch-builders-banner h3 {
        font-size: 45px;
    }

    /* grid */
    .arch-builder-grid .grid-body > .row > div > div {
        height: 175px;
    }

    .grid-body > .row > div.centered {
        height: 177px;
    }


    /* PRODUCT SELECTOR */
        .prod-select h3 {
        font-size: 24px;
        line-height: 32px;
    }
    
    .prod-select h4 {
        font-size: 20px;
    }


    .predictive-search-dropdown {
        width: 362px;
    }

}
/* end media query */
