		#banner{
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            min-height: 50%;
            min-width: 50%;
            background: url('/img/main/gandiva.jpg') no-repeat;
            background-size: 100%;
            z-index: 3;
            cursor: pointer;
            width: 1680px;
            height: 1110px;
        }

        #banner_2{
            position: absolute;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            min-height: 50%;
            min-width: 50%;
            background: url('/img/main/lobera.jpg') no-repeat;
            background-size: 100%;
            z-index: 2;
            cursor: pointer;
            width: 1680px;
            height: 1110px;
        }

        .image_bg{
            height: 200%;
            width: 200%;
            position: absolute;
            top: -50%;
            left: -50%;
            text-align: center;
            background: #fff;
        }

        .image_bg_wrapper{
            width: 100%;
            height: 100%;
            text-align: center;
            position: absolute;
            overflow: hidden;
        }


        .banner_switch{
            -webkit-filter: blur(4px);
            opacity: 0;
            -webkit-transform: scale(1.2, 1.2);
            -webkit-transition: opacity 0.7s ease-out, filter 0.7s ease-out, -webkit-transform 0.7s ease-out;

            z-index: 4 !important;
        }

        #footer{
            display: none;
        }


        #support{
            background: rgba(55,55,55,0.6);
            padding: 10px 0;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 46px;
        }

        #support p{
            margin-bottom: 0;
            font-family: Din, sans-serif;
            font-weight: 300;
            font-size: 18px;
            color: #eee;
        }

        .special h2{
            top: 50%;
            position: absolute;
            margin-top: -35px;
            color: #fff;
            text-shadow: 0 2px 3px #333;
            width: 948px;
            text-align: left;
            margin-top: 0;
        }

        .special a{
            color: #fff;
            text-decoration: none;
        }

        .special a:hover{
            color: #ddd;
        }

        .special p{
            top: 50%;
            position: absolute;
            margin-top: 15px;
            font-family: 'Din Thin', sans-serif;
            font-size: 15px;
            text-shadow: 0 2px 3px #333;
            margin-top: 50px;
            color: #fff;
            text-align: left;
            width: 948px;
        }


        #click{
            display: block;
            position: fixed;
            top: 80px;
            bottom: 66px;
            left: 0;
            right: 0;
        }

        header, #support{
            z-index: 100;
        }

        #click{
            z-index: 10;
            left: 70% !important;
        }

        #click:hover{
            background: url('/img/next_banner.png') no-repeat rgba(0,0,0,0.2) 20px;
        }

        header{
            position: absolute;
            left: 0;
            right: 0;
        }

        .special{
            cursor: auto !important;
        }

        .special h2 a:hover{
            color: #966bfe;
        }

        .special div {
            width: 948px;
            margin: auto;
        }

