/**
 * ------------------------------------------------------------------------
 * JA Jason Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

/* MAIN STYLE
---------------------*/

* {
	box-sizing: border-box;
}
html {
	height: 100%;
}

body {
	font-family: arial;
	font-size: 16px;
	line-height: 1.625;
	height: 100%;
	margin: 0;
}
/* OutLine */
#outline {
	text-align: center;
	animation: scale linear 700ms;
}

@keyframes scale {
	0% {transform: scale(0.7); 
		-o-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-web-kit-transform: scale(0.7);
		opacity: 0;}
	100% {transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-web-kit-transform: scale(1);
		opacity: 1;}
}

@-o-keyframes scale {
	0% {transform: scale(0.7); 
		-o-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-web-kit-transform: scale(0.7);
		opacity: 0;}
	100% {transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-web-kit-transform: scale(1);
		opacity: 1;}
}

@-moz-keyframes scale {
	0% {transform: scale(0.7); 
		-o-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-web-kit-transform: scale(0.7);
		opacity: 0;}
	100% {transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-web-kit-transform: scale(1);
		opacity: 1;}
}

@-webkit-keyframes scale {
	0% {transform: scale(0.7); 
		-o-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-web-kit-transform: scale(0.7);
		opacity: 0;}
	100% {transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-web-kit-transform: scale(1);
		opacity: 1;}
}

.page-error {
	position: relative;
}

.error {
	width: 100%;
	padding: 50px 0 100px;
	background: #039be5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* Eror Code */
.error-code {
	font-size: 240px;
	line-height: normal;
	font-weight: bold;
	color: #fbfbfb;
}

/* Message Error */
.error-message {
}

.error-message h2 {
	font-size: 45px;
	color: #fff;
	margin: 0;
}

#errorboxbody {
	margin-bottom: 40px;
}

#errorboxbody p {
	color: #fff;
	opacity: 0.5;
	display: block;
	font-size: 20px;
	margin-top: 0;
}

/* Button Home */
.button-home {
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50px;
	font-size: 18px;
	display: inline-block;
	padding: 14px 52px;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0.9;
}

.button-home:hover,
.button-home:focus,
.button-home:active {
	background: rgba(255, 255, 255, 0.9);
	color: #039be5;
}
