/**
 * ------------------------------------------------------------------------
 * 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: #424a4f;
	font-size: 200px;
	font-weight: 700;
	line-height: normal;
}

/* Message Error */
.error-message {
}

/* Message Error */
.error-message h2 {
	color: #424a4f;
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 20px;
	text-transform: uppercase;
}

#errorboxbody p {
	color: #707070;
	display: block;
	margin: 0 0 30px;
}

/* Button Home */
.button-home {
	background: #ffd733;
	border: 1px solid #ffd219;
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 13px 50px;
}

.button-home:hover,
.button-home:focus,
.button-home:active {
	background: #ffcd00;
}

@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;
	}
}