/**
 * ------------------------------------------------------------------------
 * 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
---------------------*/
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,300,900);

* {
	box-sizing: border-box;
}

body {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 1.625;
	margin: 0;
}

/* OutLine */
#outline {
	margin-top: 9%;
	text-align: center;
}

/* Eror Code */
.error-code {
	color: #000;
	font-size: 200px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -10px;
	position: relative;
	margin-bottom: 40px;
}

.error-code:after {
	content: "";
	width: 40px;
	border-bottom: 3px solid #e55a55;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
}



/* Message Error */
.error-message {
}

/* Message Error */
.error-message h2 {
	color: #000;
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 20px;
	text-transform: uppercase;
}

#errorboxbody p {
	color: #666;
	display: block;
	margin: 0 0 30px;
}

/* Button Home */
.button-home {
	border: 2px solid #e55a55;
	color: #e55a55;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 40px;
	font-weight: bold;
	font-family: sans-serif;
	position: relative;
}

.button-home:hover,
.button-home:focus,
.button-home:active {
	background: #e55a55;
	color: #fff;
}

@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;
	}
}