﻿/*
        .effect1
        {
            box-shadow: 0 10px 6px -6px #777;
        }
        .effect2
        {
            position: relative !important;
        }
        .effect2:before, .effect2:after
        {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 15px;
            left: 10px;
            width: 50%;
            top: 80%;
            max-width: 300px;
            background: #777;
            box-shadow: 0 15px 10px #777;
            transform: rotate(-3deg);
        }
        .effect2:after
        {
            transform: rotate(3deg);
            right: 10px;
            left: auto;
        }
        .effect3
        {
            position: relative !important;
        }
        .effect3:before
        {
            z-index: -1 !important;
            position: absolute !important;
            content: "" !important;
            bottom: 15px !important;
            left: 10px !important;
            width: 50% !important;
            top: 80% !important;
            max-width: 300px !important;
            background: #777 !important;
            box-shadow: 0 15px 10px #777 !important;
            transform: rotate(-3deg) !important;
        }
        .effect4
        {
            position: relative;
        }
        .effect4:after
        {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 15px;
            right: 10px;
            left: auto;
            width: 50%;
            top: 80%;
            max-width: 300px;
            background: #777;
            box-shadow: 0 15px 10px #777;
            transform: rotate(3deg);
        }
        .effect5
        {
            position: relative;
        }
        .effect5:before, .effect5:after
        {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 25px;
            left: 10px;
            width: 50%;
            top: 80%;
            max-width: 300px;
            background: #777;
            box-shadow: 0 35px 20px #777;
            transform: rotate(-8deg);
        }
        .effect5:after
        {
            transform: rotate(8deg);
            right: 10px;
            left: auto;
        }
        .effect6
        {
            position: relative;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        .effect6:before, .effect6:after
        {
            content: "";
            position: absolute;
            z-index: -1;
            box-shadow: 0 0 20px rgba(0,0,0,0.8);
            top: 50%;
            bottom: 0;
            left: 10px;
            right: 10px;
            border-radius: 100px / 10px;
        }
        .effect7
        {
            position: relative;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        .effect7:before, .effect7:after
        {
            content: "";
            position: absolute;
            z-index: -1;
            box-shadow: 0 0 20px rgba(0,0,0,0.8);
            top: 0;
            bottom: 0;
            left: 10px;
            right: 10px;
            border-radius: 100px / 10px;
        }
        .effect7:after
        {
            right: 10px;
            left: auto;
            transform: skew(8deg) rotate(3deg);
        }
        .effect8
        {
            position: relative;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        .effect8:before, .effect8:after
        {
            content: "";
            position: absolute;
            z-index: -1;
            box-shadow: 0 0 20px rgba(0,0,0,0.8);
            top: 10px;
            bottom: 10px;
            left: 0;
            right: 0;
            border-radius: 100px / 10px;
        }
        .effect8:after
        {
            right: 10px;
            left: auto;
            transform: skew(8deg) rotate(3deg);
        }
        
        
        .effect9
        {
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        }
    */