﻿/* ==================================================================

    DEMO NOTIFICATION

================================================================== */
#demoInfoWrapper {
    background-color: rgba(0,0,0, 0.9);

    display: flex;
    position: fixed;
    z-index: 90000000000;
    top: 0; bottom: 0;
    right: 0; left: 0;

    justify-content: center;
    align-items: center;
}
#demoInfo {
    background-color: #fff;
    border-radius: 2px;

    max-width: 400px;
    padding: 2em 4em;
    margin: 2em;

    text-align: center;
}
#demoInfo #attribution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ddd;
}
#demoInfo .demo-title {
    font-size: 1.5em;
}
#demoInfo #attribution img {
    width: 45px;
    height: 19px;
    margin-left: 6px;
}

/* ==================================================================

    DEMO PRODUCT PHOTOS ATTRIBUTION

================================================================== */
.photo-attribution {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 1;
    margin: 0.7em;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.photo-attributon-logo {
    width: 12%;
    max-width: 40px;
    opacity: 0.4;
}

/* ==================================================================

 Design A&B Modifications

================================================================== */

.list_image {
    width:100%;
    height: auto;
}

#imgLogo {
   max-width: 200px;
}





