<!DOCTYPE HTML>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>This website is for ADULTS ONLY</title>
    <meta http-equiv="Content-Language" content="en" />
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
    <link rel="stylesheet" type="text/css" href="ca.css" />
    <style>
        #adultonly {
            position: relative;
            width: 600px;
            min-height: 400px;
            margin: 0 auto;
            background: url(images/ca_flat.png) no-repeat 0px 70px;
            padding-top: 220px;
            text-align: center;
        }

        #text textarea {
            background: black;
            border: 1px solid gray;
            color: white;
            width: 560px;
            height: 150px;
            padding: 5px;
        }

        #buttons {
            position: relative;
            margin: 40px auto 100px;
            text-align: center;
        }

        #buttons a {
            -webkit-transition: border .3s ease, box-shadow .3s ease, text-shadow .3s ease !important;
            -moz-transition: border .3s ease, box-shadow .3s ease, text-shadow .3s ease !important;
            transition: border .3s ease, box-shadow .3s ease, text-shadow .3s ease !important;
        }

        #enter {
            display: block;
            width: 300px;
            margin: 20px auto;
            font-size: 145%;
            border: 1px solid #179615;
            background: #028200;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyODIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZlMmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #028200 0%, #006e2e 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #028200), color-stop(100%, #006e2e));
            background: -webkit-linear-gradient(top, #028200 0%, #006e2e 100%);
            background: -o-linear-gradient(top, #028200 0%, #006e2e 100%);
            background: -ms-linear-gradient(top, #028200 0%, #006e2e 100%);
            background: linear-gradient(to bottom, #028200 0%, #006e2e 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028200', endColorstr='#006e2e', GradientType=0);
        }

        #enter:hover {
            border: 1px solid #3aa838 !important;
            box-shadow: 0 0 15px rgba(58, 168, 56, 0.8) !important;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, .5), 0 0 15px rgba(255, 255, 255, 0.8) !important;
        }

        #leave {
            display: block;
            width: 200px;
            margin: 20px auto;
            font-size: 75%;
            border: 1px solid #e33704;
            background: #d23000;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyMzAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2FhMWYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background: -moz-linear-gradient(top, #d23000 0%, #aa1f00 99%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d23000), color-stop(99%, #aa1f00));
            background: -webkit-linear-gradient(top, #d23000 0%, #aa1f00 99%);
            background: -o-linear-gradient(top, #d23000 0%, #aa1f00 99%);
            background: -ms-linear-gradient(top, #d23000 0%, #aa1f00 99%);
            background: linear-gradient(to bottom, #d23000 0%, #aa1f00 99%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d23000', endColorstr='#aa1f00', GradientType=0);
        }

        #leave:hover {
            border: 1px solid #ff511e !important;
            box-shadow: 0 0 15px rgba(255, 92, 45, 0.8) !important;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, .5), 0 0 15px rgba(255, 255, 255, 0.8) !important;
        }

        #footer {
            background: none;
            text-align: center;
            color: #777;
            font-size: 65%;
            margin: 0 auto;
        }

        /* mobile */
        @media only screen and (max-width : 500px) {
            #adultonly {
                padding-top: 75px;
                width: 100%;
                background-size: contain;
                background-position: center 20px;
            }

            #text textarea {
                width: 90% !important;
                margin: 0 auto;
            }

            #buttons {
                margin-bottom: 40px;
            }

            #enter {
                font-size: 19px;
                width: 200px;
            }

            #leave {
                width: 180px;
                font-size: 14px;
            }
        }
    </style>
</head>

<body>
    <div id="adultonly">

        <div id="text">
            <textarea readonly="readonly">
This website is for ADULTS ONLY!

Please read the terms and conditions below before entering www.Mood-Universe.com.

This site contains uncensored sexually explicit material unsuitable for minors. You must be at least 18 to enter!
If you are under 18 years of age and you do enter, you may be violating the of the United States federal or state law.

Parents, use the Parental Control Bar to control what your kids see online.
Access may be prohibited in certain states or countries. If your local laws forbid sexually explicit material, please LEAVE.

BY CLICKING ON 'ENTER' BELOW YOU DECLARE AND AFFIRM THAT THE FOLLOWING STATEMENTS ARE TRUE:
I am at least 18 years of age.
I will not redistribute any material from this site.
I will not allow any minors to access this site or any material found herein.
Any material I download from this site is for my own personal use, I will not show it to a minor.
Sexually explicit material depicting bondage, S/M and other fetish activities is allowed by the local law governing my region.
I was not contacted by the suppliers of this material and I willingly choose to download it.
I agree that pictures depicting men or women being penetrated by objects is not obscene or offensive in any way.
In addition I do not believe that such material could be considered obscene or offensive.
I have carefully read the above and agree to all of them.   
        </textarea>
        </div>
        <div id="buttons">
            <a id="enter" class="button" href="home.php">I ACCEPT · ENTER THE SITE</a>
            <a id="leave" class="button" href="http://google.com">I DONT'T ACCEPT · LEAVE THE SITE</a>
        </div>
        <div id="footer">
            <a href="https://safety.google/families/parental-supervision/" target="_blank">Parental Controls</a><br />
            <br /><br />
            All models were older than 18 years years of age when visual image was produced.<br />
            © Copyright Mood-Universe.com
        </div>

    </div>
</body>

</html>