/* IceCube2.Net Framework : error.css
-------------------------------------------------------------- */
.IC2Error								{ padding:0;margin:0;font-size:14px;line-height:1.5em;font-family:'Lato',sans-serif;color:#e5e3d9;
										  background:url('../../Images/lib/error/header.jpg') center top no-repeat #151515; }
.header									{ width:100%; }
.IC2Error .IC2Site .headerInner,
.IC2Error .IC2Site .contentContainer	{ width:660px;margin:0 auto;position:relative;text-align:center; }
.IC2Error .IC2Site .contentContainer	{ padding-top:60px; }
img.notFound							{ margin-top:28px;max-width:100%; }
.IC2Error .IC2Site h1 					{ text-indent:-9999px;line-height:0;font-size:0; }
.IC2Error .IC2Site h2 					{ font-size:1.7857em;line-height:1.2em;font-weight:300;text-transform:uppercase;letter-spacing:0.025em;color:#e5c90e;padding:0;margin:0 0 1em 0; }
.IC2Error .IC2Site a					{ color:#e5c90e;text-decoration:none; }
.IC2Error .IC2Site a:hover				{ color:#e5c90e;text-decoration:underline; }
.IC2Error .IC2Site .hidden				{ display:none; }
.IC2Error .IC2Site .content				{ text-align:center;}
.IC2Error .IC2Site .content a.btn		{ display:inline-block;font-size:0.8571em;line-height:1em;padding:1em 1.5em;text-decoration:none;background:#e5c90e;color:#151515;margin:1em 0;border:none;
										  text-transform:uppercase;letter-spacing:0.025em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-weight:700; }
.IC2Error .IC2Site .content a.btn:hover { background:#e5e3d9;color:#151515;text-decoration:none; }
.IC2Error .IC2Site .copyright			{ color:#e5e3d9;text-align:center;margin:60px 0 0 0; }
.IC2Error .IC2Site .copyright a			{ color:#e5e3d9;text-decoration:none; }
.IC2Error .IC2Site .copyright a:hover	{ color:#e5c90e;text-decoration:none; }
.IC2Error .IC2Site .language 			{ position:absolute;top:0;right:20px;width:89px;height:26px;padding-left:6px;background:url("../../Images/lib/error/language.png") no-repeat 100% 0; }
.IC2Error .IC2Site .language a 			{ display:block;width:20px;height:15px;float:left;margin:6px 0 0 6px;font-size:0;line-height:0;text-indent:-999px;overflow:hidden; }
.IC2Error .IC2Site .language a.fr		{ background:url("../../Images/lib/error/language.png") no-repeat 0 0; }
.IC2Error .IC2Site .language a.en		{ background:url("../../Images/lib/error/language.png") no-repeat 0 -15px; }
.IC2Error .IC2Site .language a.de		{ background:url("../../Images/lib/error/language.png") no-repeat 0 -30px; }
@media (max-width: 660px) {	
	.IC2Error .IC2Site .headerInner,
	.IC2Error .IC2Site .contentContainer		{ width:90%; }
	
	.IC2Error .IC2Site .contentContainer		{ padding-top:30px; }
	.IC2Error .IC2Site .copyright				{ margin:30px 0 0 0; }
	.IC2Error .IC2Site h2 						{ font-size:1.2857em;line-height:1.2em;letter-spacing:0.025em;margin:0 0 1em 0; }
}