/* ==============================================

Template: 404 Rabbit
Version: 1.0
Author:	Ukieweb

 - General setting
 - Button
 - Wrapper
 - Rabbit
 - Info
 - Animationload
 - Animated setting

================================================ */


/* ------------------
    General setting
-------------------- */
*{
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
html{
    height: 100%;
}
body{
    position: relative;
}

h1, h2, h3, h4, h5, h6{
    color: #ffffff;
}

p{
    font-weight: 300;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding-bottom: 10px;
}

img{
    background-size: auto;
}

.error{
    border-color: #000000 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
}

.container{
    position: relative;
}

/* ------------------
    Button
-------------------- */
.btn{
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border: 0px solid;
    border-bottom: 2px solid;
    border-color: #0099d2;
    padding: 5px 5px;
    border-radius: 5px;
    background: none;
    text-transform: uppercase;
    display: block;
    margin: 10px 20px 10px 0;
    background-color: #00b6f9;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	width: 85px;
}
.btn:hover{
    background: #0099d2;
    color: #ffffff;
    text-decoration: none;
}
.btn-brown{
    border-color: #4b0ea8;
    background-color: #5e13d2;
}
.btn-brown:hover{
    background: #4b0ea8;
}

/* ------------------
    Wrapper
-------------------- */
#wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/* ------------------
    Info
--------------------*/
.info{
    position: relative;
    z-index: 999;
    bottom: 30px;
}

.info h1{
    font-size: 80px;
    font-weight: 700;
    line-height: 45px;
    color: #000000;
    text-transform: uppercase;
	text-align: center;
}

.info h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    text-transform: uppercase;
	text-align: center;
}

.info p{
    font-size: 16px;
    line-height: 14px;
    font-weight: 300;
    color: #000000;
    margin: 15px 0;
	text-align: center;
}

.info div.ululul{
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #000000;
    margin: 15px auto;
    width: 1000px;
}