/**
 * ------------------------------------------------------------------------
 * 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;
}

body {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.625;
	margin: 0;
}

/* OutLine */
#outline {
	margin-top: 9%;
	text-align: center;
}

/* Eror Code */
.error-code {
	color: #333;
	font-size: 230px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -10px;
}

.error-code span {
    position: relative;
    z-index: 1;
    color: #ddd;
    font-weight: bold;
}

.error-code span.first,
.error-code span.last {
    z-index: 2;
    color: #333;
}


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

/* Message Error */
.error-message h2 {
	color: #333;
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 30px;
	text-transform: uppercase;
	position: relative;
}

.error-message h2:after {
	background-color: #333;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	width: 60px;
	margin-left: -30px;
}

#errorboxbody p {
	color: #999;
	display: block;
	margin: 0 0 30px;
}

/* Button Home */
.button-home {
	background: #00bfe6;
	border: 1px solid #00bfe6;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 50px;
}

.button-home:hover,
.button-home:focus,
.button-home:active {
	background: #0095b3;
	border-color: #0095b3;
}

@media (max-width:  360px){

	/* OutLine */
	#outline {
		margin-top: 20%;
	}

	/* Eror Code */
	.error-code {
	  font-size: 150px;
	}

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

	/* Message Error */
	.error-message h2 {
	  font-size: 24px;
	}
}