/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* @import url(../warp/css/error.css);  */


/* Page Defaults
----------------------------------------------------------------------------------------------------*/

.error {  font-family:'EB Garamond', serif;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.9), 0 1px 0 rgba(255,255,255,0.7);
	margin: 0;
	font-size: 4rem;
	line-height: 110px;
	font-weight: bold;
 }

.error > span {
	display: inline-block;
	position: relative;
}

.error > span:before {
	content: "";
	position: absolute;
	top: 85%;
	left: -30px;
	right: -30px;
	height: 80px;
	background: url(../images/error.png) no-repeat;
	background-size: 100% 100%;
}
.brand-title {font-family:'EB Garamond', serif; font-size: 24px;}
.message { width: 600px; }
.page {background: url(../images/back_home.jpg); background-size: cover;background-repeat: no-repeat; background-position: center center;}
.page2 {background: url(../images/machines1.jpg); background-size: cover;background-repeat: no-repeat; background-position: center center;}
/* Offline */
.error-offline .error > span:before { top: 65%; }
.error-offline .message { width: 350px; }
.mutedLink{ text-decoration: none; cursor: pointer; cursor: hand; }
/* Browser */
.error-browser .message { width: 500px; }
