
/*NORMALIZE*/


.dojoxFloatingPane.dijitContentPane{
	position: fixed!important;
	z-index: 999!important;
}
.dojoxFloatingPane.dijitContentPane .dojoxFloatingPaneTitle{
	cursor: pointer;
}
.dojoxDock{
	position: fixed!important;
	top: auto!important;
	bottom: 0!important;
	left: 0!important;
	width: 100%!important;
}
body > img[src*="/_req/"]{
	display: none;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  font: 16px/18px 'Adelle Sans', Calibri, sans-serif;
  height: 100%;
  background-color: white;
  color: black;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding-top: 95px;/*HEADER SIZE*/
  padding-top: 0px;
  min-width: 660px;
  
}

* {
  outline: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a {
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

a:active,
a:hover {
  outline: 0;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
  padding: 0;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  cursor: pointer;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body{min-width:744px;} 
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
<!--	body{
		padding-top: 100px;
	}
-->
}

html{
    background-color: #000;
}

.page-error{
  background: #f97300;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
  
}
.number__error{
	position: absolute;
	font: bold 600px/330px 'Adelle Sans', Calibri, sans-serif;
	left: 50%;
	top: 0;
	color: rgba(0,0,0,.15);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.error-content{
	width: 425px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
	padding-top: 125px;
}

.page-error h3{
	color: white;
	font: bold 35px/35px 'Adelle Sans', Calibri, sans-serif;
	margin-top: 35px;
}
.page-error h4{
	color: white;
	font: 300 18px/24px 'Adelle Sans', Calibri, sans-serif;
	margin-top: 15px;
}
.page-error p{
	margin: 24px 0 78px 0;
	font: 400 14px/18px 'Adelle Sans', Calibri, sans-serif;
	text-transform: uppercase;
	padding-top: 29px;
	color: #000;
	position: relative;
}
.page-error p:before{
	content: '';
	height: 1px;
	background: #000;
	width: 310px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}
.page-error .error-content a{
	background-color: #000;
	display: inline-block;
	width: 100%;
	height: 46px;
	color: #fff;
	font: bold 18px/52px 'Adelle Sans', Calibri, sans-serif;

	text-transform: uppercase;
	text-align: center;
	margin: 42px 0 85px 0;
}
.page-error .error-content a:hover{
	background-color: #9e4000;
	color: #fff;
}
.error__footer{
	background: #000;
	padding: 45px 0;
	text-align:center;
}
@media screen and (max-width: 768px){
	.number__error{
		font: bold 150px/90px 'Adelle Sans', Calibri, sans-serif;
	}
	.error-content{
		padding: 65px 20px 0 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		width: 100%;
	}
	.page-error .error-content img {
		margin: 40px 0 0px 0;
		width: 110px;
		height: auto;
	}
	.page-error h3{
		font: bold 27px/45px 'Adelle Sans', Calibri, sans-serif;
		    margin-top: 25px;
	}
	.page-error h4 {
		color: white;
		font: 300 15px/21px 'Adelle Sans', Calibri, sans-serif;
		margin-top: 5px;
		padding: 0 20px;
	}
	.page-error p:before{
		width: 90%;
	}
	.page-error p{
		    font-weight: bold;
		margin: 20px 0 45px 0;
		padding: 25px 20px 0;
	}
	.error__footer{
		padding: 35px 0 60px;
	}
	.error__footer img {
		margin: 0 0 0px 0;
		width: 200px;
		height: auto;
	}
}
@media screen and (min-height: 580px) and (max-width: 768px){
	.error__footer{
		position: fixed;
		bottom: 0;
		width: 100%;
	}
	.error-content {
		padding: 65px 20px 1px 20px;
	}

}
@media screen and (min-width: 768px) and (min-height: 650px){

	.error__footer {
	    padding: 45px 0;
	    position: fixed;
	    width: 100%;
	    bottom: 0;
	}	

	.error-content{
		position: absolute;
		top: 50%;
		padding-top: 0;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
	}	
	.page-error{
	    height: 100%;
	    
	}

}
@media screen and (min-width: 768px) and (min-height: 1170px){
	.error__footer {
		padding: 45px 0;
	}
}