/**
 * ------------------------------------------------------------------------
 * 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 {
	background: #fff;
	font-family: 'Noticia Text', serif;
	font-size: 16px;
	line-height: 1.625;
	margin: 0;
}

.error {
    left: 0;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

/* ERROR CODE 
--------------------*/
.error-code {
	color: #222;
	font-family: 'Heebo', sans-serif;
  font-size: 300px;
  font-weight: bold;
  line-height: 1;
}

/* ERROR IMAGE
---------------------*/
#offline-img {
	margin-bottom: 10px;
}

#offline-img img {
	max-width: 100%;
}

/* ERROR MESSAGE
--------------------*/
#errorboxbody {
	color: #818181;
	font-size: 16px;
	margin: 20px 0 30px;
}

.error-message h2 {
	background: #eee;
	color: #272727;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 5px 20px;
}

/* BTN HOME PAGE 
---------------------*/
.button-home {
  color: #333;
  font-weight: 100;
  display: inline-block;
}

.button-home:hover,
.button-home:focus,
.button-home:active {
	color: #d91e00;
	cursor: pointer;
}

@media (max-width: 676px) {
	.error-code {
		font-size: 120px;
	}
}