@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,400);
/*   Core: General style
----------------------------*/

html {
    height: 100%;
}

body {
    text-align: center;
    font-family: 'Open Sans' !important;
    background: url('../../images/404.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.cloud-black {
    width: 200px;
    height: 220px;
    background: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    margin: 0 auto;
    z-index: 0;
    top: 20px;
}

.cloud-black:after,
.cloud-black:before {
    content: '';
    position: absolute;
    background: #000;
    z-index: -1
}

.cloud-black:after {
    width: 150px;
    height: 150px;
    top: 70px;
    left: -76px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.cloud-black:before {
    width: 130px;
    height: 130px;
    top: 90px;
    right: -59px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.bottom-black {
    width: 100px;
    position: absolute;
    bottom: 0px;
    background: #000;
    z-index: -1;
    background: #000;
    height: 20px;
}

.cloud-inner {
    width: 160px;
    height: 180px;
    background: #F2F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.cloud-inner:after,
.cloud-inner:before {
    content: '';
    position: absolute;
    background: #F2F2F2;
    z-index: -1
}

.cloud-inner:after {
    width: 110px;
    height: 110px;
    top: 70px;
    left: -74px;
    background: #F2F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.cloud-inner:before {
    width: 90px;
    height: 90px;
    top: 90px;
    right: -59px;
    background: #F2F2F2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.bottom-inner {
    width: 190px;
    position: absolute;
    bottom: 0px;
    z-index: -1;
    background: #F2F2F2;
    height: 24px;
    left: -18px;
}

.break {
    width: 80px;
    position: absolute;
    background: #F2F2F2;
    -moz-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    height: 30px;
    bottom: -21px;
    left: 40px;
}

.thunder-bolt {
    width: 55px;
    height: 80px;
    position: relative;
    -moz-transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    z-index: 20;
    left: 57px;
    top: 5px;
    background: #f8b506;
}

.thunder-bolt:before,
.thunder-bolt:after {
    content: '';
    position: absolute;
    z-index: 30;
}

.thunder-bolt:before {
    width: 103px;
    height: 35px;
    left: 0;
    top: 45px;
    -moz-transform: skew(-7deg);
    -webkit-transform: skew(-7deg);
    background: #f8b506;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2Y4YjUwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2Y5NmMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #f8b506 30%, #f96c00 70%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(30%, #f8b506), color-stop(70%, #f96c00));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #f8b506 30%, #f96c00 70%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #f8b506 30%, #f96c00 70%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #f8b506 30%, #f96c00 70%);
    /* IE10+ */
    background: linear-gradient(135deg, #f8b506 30%, #f96c00 70%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8b506', endColorstr='#f96c00', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
}

.thunder-bolt,
.thunder-bolt:before,
.thunder-bolt:after {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: flashyflash;
    -webkit-animation-timing-function: ease;
}

.thunder-bolt:after {
    width: 0;
    height: 0;
    border-top: 100px solid #F96C00;
    border-left: 30px solid transparent;
    border-right: 25px solid transparent;
    top: 79px;
    left: 50px;
    -moz-transform: skew(4deg);
    -webkit-transform: skew(4deg);
}

@-webkit-keyframes flashyflash {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

h2 {
    text-align: center;
    margin-top: 185px;
    font-size: 60pt;
    color: #ffffff;
    font-weight: bold;
    text-shadow: -1px 0 #ef6f6c, 0 1px #ef6f6c, 1px 0 #ef6f6c, 0 -1px #ef6f6c;
}

.btn {
    background-color: #fff;
    color: #4FC1E9;
    border-radius: 5px !important;
}
.btn:hover, .btn:focus, .btn.focus{
    color: #4FC1E9;
}
