/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Background: Gradient Silver
----------------------------------------------------------------------------------------------------*/



body#page { background: #ddd; }

@media only screen and (min-device-width: 769px) {

        body#page {
                background: #ddd  url(../../images/background/gradient_silver/gradient.svg) 50% 0 repeat-y fixed;
                background-size: 100% 1500px;
        }

        .wrapper {
                -moz-box-shadow:
                        0 0 8px rgba(0,0,0,0.2),
                        0 0 100px rgba(255,255,255,0.8);
                -webkit-box-shadow:
                        0 0 8px rgba(0,0,0,0.2),
                        0 0 200px rgba(255,255,255,0.8);
                box-shadow:
                        0 0 8px rgba(0,0,0,0.2),
                        0 0 100px rgba(255,255,255,0.8);
        }

}