html {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

body {
  background-color: #ffffff;
  color: #333333;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}

hr {
  background-color: #eee;
  border: 0;
  clear: both;
  color: #eee;
  height: 1px;
  margin: 5px 30px;
}

#fullscreen {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  -webkit-transition: background-image 1s;
          transition: background-image 1s;
}

#container {
  display: block;
  margin: 0 auto;
  padding: 90px 0 20px 0;
  text-align: center;
  width:100%;
}

div#selector {
  background-color: white;
  -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
  height: 500px;
  margin: 12px auto;
  width: 500px;
}

.lightbox {
  background-color: rgba(255,255,255,0.9);
  display: inline-block;
  -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
}

.darkbox {
  color: #129cc0;
  display: inline-block;
  margin: 12px;
  max-width: 800px;
  padding: 10px 15px 6px;
  position: relative;
  -webkit-transition: color 1s;
          transition: color 1s;
}

.darkbox a {
  color: #129cc0;
  text-decoration: underline;
}

.darkbox a:hover {
  color: #127aa0;
  text-decoration: none;
}

p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 12px;
}

/*****************/
/* Error Styling */
/*****************/

body.error #fullscreen {
  background-image: none !important;
}

body.error h1 {
  margin-top: 20px;
}

div#extra_error {
	font-size: 20px;
  height: 50px;
	margin-top: 20px;
}

div.computer {
  display: block;
  position: relative;
  margin-top: -20px;
  z-index: -1;
}

div#computer {
  background-image: url('/static/img/bgs/error.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40%;
  height: 600px;
  width: 100%;
}

div#error_code {
  color: #ccc;
  font-family: "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: 200;
  left: 50%;
  margin-left: -101px;
  opacity: 0.75;
  position: absolute;
  text-align: center;
  top: 262px;
  width: 80px;
}

/*****************/
/* Title Styling */
/*****************/

h1 {
  display: block;
  font-size: 28px;
  font-weight: lighter;
  line-height: 30px;
  margin-bottom: 6px;
  opacity: 1;
}

h2 {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  line-height: 20px;
  margin-bottom: 6px;
  opacity: 1;
}

h3 {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  line-height: 18px;
  margin-bottom: 4px;
  opacity: 1;
}

/******************/
/* Loader Styling */
/******************/

div.loading {
  bottom: 0px;
  left: 0px;
  opacity: 1;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
          transition: opacity 0.6s;
  z-index: 10000;
}

div.loading > i {
  color: #af1f24;
  display: inline-block;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -32px;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  -webkit-animation: spin 2s infinite linear, pulsate 6s infinite linear;
          animation: spin 2s infinite linear, pulsate 6s infinite linear;
}

@-webkit-keyframes pulsate {
  0% { color: #af1f24; }
  16% { color: #e0902d; }
  32% { color: #3daf49; }
  48% { color: #1abbee; }
  64% { color: #742777; }
  80% { color: #d67ab0; }
  96% { color: #af1f24; }
  100% { color: #af1f24; }
}

@-moz-keyframes pulsate {
  0% { color: #af1f24; }
  16% { color: #e0902d; }
  32% { color: #3daf49; }
  48% { color: #1abbee; }
  64% { color: #742777; }
  80% { color: #d67ab0; }
  96% { color: #af1f24; }
  100% { color: #af1f24; }
}

@keyframes pulsate {
  0% { color: #af1f24; }
  16% { color: #e0902d; }
  32% { color: #3daf49; }
  48% { color: #1abbee; }
  64% { color: #742777; }
  80% { color: #d67ab0; }
  96% { color: #af1f24; }
  100% { color: #af1f24; }
}

div.loading > i {
  font-size: 60px;
}

div.loading > .text {
  color: #888;
  font-size: 16px;
  margin-top: -11px;
  position: absolute;
  text-align: center;
  text-shadow: 0px 0px 6px #efefef;
  top: 50%;
  width: 100%;
}

/********************/
/* Infinite Loading */
/********************/
div.infinite_loading {
  height: 100px;
  position: relative;
}

/*******************/
/* Popover Styling */
/*******************/

div#popover_mask {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 5000;
  background-color: #fafafa;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
       -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
}

div.popover {
  background-color: white;
  -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
          box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
  display: none;
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transition: opacity 0.6s;
     -moz-transition: opacity 0.6s;
       -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
  z-index: 5001;
}

/*******************/
/*   Survey Block  */
/*******************/

.survey-block img {
    position: absolute;
    top: -77px;
    left: 50%;
    margin-left: -80px;
    cursor: pointer;
}

.survey-block a {
	padding:15px 0px;
	width:100%;
	font-size:14px;
	display: block;
	text-align: center;
	color: white;
	background-color: #EE191A;

}
.survey-block a:hover {
	color: #fff;
	background-color:#cc1f20;

}

.survey-block {
	position: fixed;
	bottom: -320px;
	right: 10px;
	width: 250px;
	background-color: #FFF;
	border-top: 5px solid #EE191A;
	height: 250px;
	padding: 30px;
	color: #666;
	text-align: justify;
	font-size: 12px;
	box-shadow: -1px 0px 22px #666;
	z-index: 760;
}
