﻿@charset 'utf-8';

@media only screen and (min-width: 1024px) {

    header, nav, .content, footer, #divContact, .poweredby {
        max-width: 1020px;
        margin: 0 auto;
    }

    .MFBPopup {
        max-width: 1030px;
        margin: 0 auto;
        overflow: hidden;
    }

    .MFBPopup-NoVTO {
        max-width: 600px;
    }

    .MFBPopupWL {
        max-width: 830px;
    }
        
    .navContact {
        text-align: left;
    }

    #divFrameContainerPub {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    #divWLContainerPub {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
    }

    .MFGWLResultsThumbCntnr {
        border: none;
    }

    .MFGWLResultsThumbCntnr:first-child {
        border: none;
    }

    .MFGSrchResultsThumbCntnr {
        flex: auto;
        border: none;
        padding-bottom: 1em;
    }

    .MFGSrchResultsThumbCntnr:first-child {
        border: none;
    }

    .flex-container {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        align-content: space-between;
        border: 1px solid #ccc;
        width: 150px;
        height: 150px;
        padding: 4px .2em 2px .2em;
    }

    .flex-container-wl {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        align-content: space-between;
        border: 1px solid #ccc;
        width: 150px;
        height: 150px;
        padding: 4px .2em 2px .2em;
    }

    .flex-container:hover {
        cursor: pointer;
        border-color: #666;
    }

    .ImgLyr1 {
        text-align: center;
        min-height: 69px;
    }

    .ImgLyr2 {
        text-align: center;
        flex: 2 0 auto;
        width: 140px;
        min-height: 43px;
    }

    .ImgLyr3 {
        width: 140px;
        min-height: 22px;
    }

    .ImgLyr3-WL {
        width: 140px;
        min-height: 22px;
    }

    .ImgLyr3-flex-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        align-content: space-between;
        min-height: 22px;
    }

    .ImgLyr3-flex-item {
        padding-bottom: 0px;
    }

    .WLHeart {
        text-align: right;
    }

    .textellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        width: 140px;
    }

    /*--------------------- Begin Frame Detail ---------------------*/
        .FrameContentContainer {
        max-width: 990px;
        overflow: hidden;
    }

    .FrameContentContainer-NoVTO {
        max-width: 600px;
    }
  
    /*.FtrdBnnr {
        width: 972px;
        height: 120px;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
    }

    .FtrdBdyLogo {
        clear: both;
        width: 566px;
    }

    .FtrdTxt {
        background-color: #E0F7FD;
        width: 300px;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 14px;
        font-weight: bold;
    }

    .FtrdBtns {
        margin-bottom: 20px;
    }

    .btnFtrdClk, #btnBuyThisFrame, #btnFtrdVdo {
        margin: 0 10px 10px 0;
        width: 136px;
    }

    #btnFtrdCntctMe, #btnFtrdVdo {
        width: 96px;
    }

    .FtrdCntctMeHdrLbl {
        text-align: center;
        background-color: #eee;
        font-weight: bold;
        padding: 3px;
    }

    .FtrdCntctMeLbl {
        text-align: right;
        background-color: #eee;
        font-weight: bold;
        width: 1%;
        white-space: nowrap;
    }

    .FtrdCntctMeInpt {
        width: 329px;
        padding: 4px;
    }

    .FtrdPop_blk {
        display: none; 
        background: transparent;
        float: left;
        font-size: 1.2em;
        position: fixed;
        top: 0;
        left: 50%;
        z-index: 502; 
    }

    #txtContactMeMsg {
        width: 400px;
        padding: 4px;
    }*/

    .FrameContent {
        flex-flow: column wrap;
        height: 720px;
        min-height: 720px;
    }

    .AddlClrs {
        height: 70px;
        overflow-y: auto;
    }
    
    .DetailSizeWrapper {
        order: 2;
    }

    #divFrameContentCol2 {
        margin-left: 10px;
        margin-top: 0px;
        min-height: 655px;
        order: 3;
    }

    #divFrmImgContainer {
        overflow: hidden;
        min-height: 420px;
    }

    .FrmImgLgImg {
        min-height: 388px;
    }

    .fbx_ph {
        margin-top: 0;
    }

    /*--------------------- End Frame Detail ---------------------*/

    #divWishListContentCol {
        padding: 0;
    }


}