﻿/*Virtually ‘Try-On’ 20 Wedding Dresses In Minutes*/
#wedding-dresses {
    /* background: */
    background: url(../../img/magicmirror/industry/WeddingBoutique/digital_signage-try_on_wedding_dresses_bg_sm.jpg) no-repeat bottom;
    background-size: cover;
}

    #wedding-dresses > .mm-content > p {
        text-align: center;
    }

@media(min-width: 993px) {
    #wedding-dresses {
        height: 675px;
        background: url(../../img/magicmirror/industry/WeddingBoutique/digital_signage-try_on_wedding_dresses_bg.jpg) no-repeat bottom;
    }

        #wedding-dresses .mm-content {
            text-align: center;
        }


    #weddingCarousel {
        margin-left: -40px;
        margin-right: -40px;
        width: calc(100% + 80px);
    }

        #weddingCarousel > div.weddingCarouselItem {
            text-align: center;
        }

        #weddingCarousel div.weddingCarouselItem > img {
            margin: 0 auto;
            max-width: 70%;
        }
}
    /*Transform Your Museum Into A Pleasant and Welcoming Learning Environment*/


    /*Virtually ‘Try-On’ 20 Wedding Dresses In Minutes*/

    /*Intelligent 3D Body Scanning*/
    #body-scanning {
        background-size: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    @media(min-width: 993px) {
        #body-scanning {
            height: 330px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background-position: bottom;
        }

            #body-scanning > div {
                width: calc(50% - 10px);
            }

                #body-scanning > div:first-child {
                    -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                    order: 1;
                }

                #body-scanning > div.mm-content {
                    -ms-flex-item-align: center;
                    align-self: center;
                }

                #body-scanning > div.body-scan-magic-mirror > img {
                    position: absolute;
                    bottom: 0;
                    max-width: calc(50% - 60px);
                }
    }
    /*Intelligent 3D Body Scanning*/


    /*3D Virtual Gown Fitting Experience*/
    #virtual-gown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: url(../../img/magicmirror/industry/RetailStores/grey-bg.jpg) no-repeat;
        background-size: cover;
    }

        #virtual-gown > .mm-content p {
            /*color: #FFF;*/
        }

    @media(min-width: 993px) {
        #virtual-gown {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background: url(../../img/magicmirror/industry/RetailStores/grey-bg.jpg) no-repeat;
        }

            #virtual-gown > div {
                width: calc(50% - 15px);
            }

            #virtual-gown > .mm-content {
                -ms-flex-item-align: center;
                align-self: center;
            }

                #virtual-gown > .mm-content p {
                    text-align: right;
                }
    }

    @media(max-width: 992px) {
        #virtual-gown.mm-content-block {
            padding: 20px 40px 0 40px;
        }
    }
    /*3D Virtual Gown Fitting Experience*/


    /*Blend into Wedding Boutique’s Interior*/
    #wedding-boutique-interior {
        min-height: 320px;
        /*background: url(../../img/magicmirror/industry/RetailStores/grey-sm.jpg) no-repeat;*/
    }

        #wedding-boutique-interior .magic-mirror-boutique-interior {
            display: block;
        }

    @media(min-width: 993px) {
        #wedding-boutique-interior {
            /*background: url(../../img/magicmirror/industry/RetailStores/grey-bg.jpg) no-repeat;*/
        }

            #wedding-boutique-interior .mm-content {
                text-align: center;
            }

            #wedding-boutique-interior .magic-mirror-boutique-interior img {
                margin: 0 auto;
                max-width: 80%;
            }
    }
    /*Blend into Wedding Boutique’s Interior*/

    /*Magic Mirror for Wedding Boutiques*/
    #magic-mirror-wedding-boutiques {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: url(../../img/magicmirror/industry/RetailStores/grey-sm.jpg) no-repeat;
        background-size: 100% 100%;
    }

        #magic-mirror-wedding-boutiques .mm-content .slide-button-container {
            margin: 20px 0;
        }

            #magic-mirror-wedding-boutiques .mm-content .slide-button-container > a:not(:last-child) {
                margin-bottom: 5px;
            }

        #magic-mirror-wedding-boutiques > div.magic-mirror-downloadable-cover > img {
            box-shadow: 5px 5px 5px #e8e8e8;
        }

    @media(min-width: 993px) {
        #magic-mirror-wedding-boutiques {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #magic-mirror-wedding-boutiques > div.magic-mirror-downloadable-cover {
                width: calc(30% - 20px);
            }


            #magic-mirror-wedding-boutiques > div {
                width: calc(70% - 20px);
            }


                #magic-mirror-wedding-boutiques > div:first-child {
                    -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                    order: 0;
                }

                #magic-mirror-wedding-boutiques > div.mm-content {
                    -ms-flex-item-align: center;
                    align-self: center;
                    text-align: right;
                }
    }
    /*Magic Mirror for Shopping Centres*/

    /*Owl Carousel*/
    /* 
 *  Default theme - Owl Carousel CSS File
 */

    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }

        .owl-theme .owl-controls .owl-nav [class*='owl-'] {
            color: white;
            font-size: 14px;
            margin: 5px;
            padding: 4px 7px;
            background: #d6d6d6;
            display: inline-block;
            cursor: pointer;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            .owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
                background: #869791;
                color: white;
                text-decoration: none;
            }

        .owl-theme .owl-controls .owl-nav .disabled {
            opacity: 0.5;
            cursor: default;
        }

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #FFF;
            border: 1px solid #000;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #000;
        }

    /*Owl Carousel*/

    /*Button*/
    .btn-u {
        background: #523c97 !important;
    }

        .btn-u:hover,
        .btn-u:focus,
        .btn-u:active,
        .btn-u.active,
        .open .dropdown-toggle.btn-u {
            background: #6b68af !important;
            color: #fff !important;
        }
    /*Button*/

