/*******************************
	Table of Contents

	1.0 Typography
    2.0 General Styles	
	3.0 Content Styles 
	4.0 Media Queries
*******************************/

/*----------------------------------------------*/
/* 1.0 Typography */
/*----------------------------------------------*/
@font-face {
	font-family: 'HelveticaNeueLTPro-Bd';
	src: url('../../css/errorpages/neueltpro-bd-webfont.eot');
	src: url('../../css/errorpages/neueltpro-bd-webfont.eot.eot?#iefix') format('embedded-opentype'),
	     url('../../css/errorpages/neueltpro-bd-webfont.woff') format('woff'),
	     url('../../css/errorpages/neueltpro-bd-webfont.ttf')  format('truetype'),
	     url('../../css/errorpages/neueltpro-bd-webfont.svg#svgFontName') format('svg');
}

@font-face {
	font-family: 'HelveticaNeueLTPro-Lt';
	src: url('../../css/errorpages/neueltpro-lt-webfont.eot');
	src: url('../../css/errorpages/neueltpro-lt-webfont.eot.eot?#iefix') format('embedded-opentype'),
	     url('../../css/errorpages/neueltpro-lt-webfont.woff') format('woff'),
	     url('../../css/errorpages/neueltpro-lt-webfont.ttf')  format('truetype'),
	     url('../../css/errorpages/neueltpro-lt-webfont.svg#svgFontName') format('svg');
}


/*----------------------------------------------*/
/* 2.0 General Styles */
/*----------------------------------------------*/
html, body{height:100%}
body {
  margin: 0;
  padding: 0;
  background:url(https://ultracdn.ultrawebhosting.com/images/errorpages/support_background.jpg) #1b79cf;
}
body,td,th {
  font-family: 'Press Start 2P', cursive;
}
body * {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  color:#fff;
}
table {
  border-spacing: 0;
}
table td {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  padding: 100px 0px;
  font-size: 16px;
  text-transform: none;
}

/*----------------------------------------------*/
/* 3.0 Content Styles */
/*----------------------------------------------*/
.global-border{
	position:fixed;
	z-index:9;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 15px rgba(0,0,0,0.8);
}
/*** left section ***/
.left{
	display:inline-block;
	width:55%;
	height:100%;
	margin-bottom:-5px;
	text-shadow:none;
	color: white;
}
.left .content {
	position:relative;
	min-height:100%;
	padding: 30px 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	border-right: dashed 2px rgba(0,0,0,0.5);
	z-index:99;
}
.left h1
{
    margin: 50px 0 0;
    padding-bottom: 10px;  
    font-size: 120px;
    font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    text-shadow: 2px 2px #000000;
}
.left h2
{
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 28px;
	text-transform: none;
}

.left .btn-blue{
	margin:40px 5px 40px 0;
	display: inline-block;
	width: auto;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	background: #1b79cf;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	font-family: "HelveticaNeueLTPro-Bd", Arial, Helvetica, sans-serif;
}
.left .btn-blue:hover{
	background: #1f90f8;
	color: #fff;
}
.small{
	color:#ffa00e;
	font-weight: normal;
	padding-top: 5px;
	font-size:8px;
}
/*** right section ***/
.right{
	float:right;
	width:45%;


	margin-top:80px;
}
.right .content{padding:130px 50px; position:relative; z-index:99}
/* Tetris piece colors: Ultra Web Hosting brand palette (4 blues + 3 oranges) rendered via CSS gradients + 3D inset bevel. Replaces the legacy single cube.png that made every piece look identical, and the earlier classic-Tetris palette that mixed in green/red/purple/yellow off-brand colors. */
.cube,
.bar,
.zleft,
.t,
.zright,
.lright,
.lleft {
  border-radius: 2px;
  box-shadow: inset -2px -2px 0 rgba(0,0,0,0.35), inset 2px 2px 0 rgba(255,255,255,0.35);
}
/* O-piece (square) - bright Ultra orange */
.cube { background: linear-gradient(135deg, #ffc14d 0%, #d97b00 100%); }
/* I-piece (line) - bright cyan-blue */
.bar { background: linear-gradient(135deg, #5de0ff 0%, #0098cf 100%); }
/* Z-piece - deep burnt orange */
.zleft { background: linear-gradient(135deg, #ff8c4d 0%, #c94d00 100%); }
/* T-piece - Ultra mid-blue (brand accent) */
.t { background: linear-gradient(135deg, #4da6e8 0%, #1559b3 100%); }
/* S-piece - light sandy orange */
.zright { background: linear-gradient(135deg, #ffd28a 0%, #e89614 100%); }
/* L-piece - light sky blue */
.lright { background: linear-gradient(135deg, #87c5ff 0%, #2380d0 100%); }
/* J-piece - deep navy */
.lleft { background: linear-gradient(135deg, #4a76d4 0%, #0a2f7a 100%); }

#main {
  overflow: hidden;
  max-width: 485px;
  margin: 0 auto;
}

#main > div {
  float: left;
  /*border: solid 1px;*/
  margin-right: 18px;
}
.border{
  border: solid 1px rgba(255,255,255,0.35);
  margin-top: 10px;
  border-radius: 4px;
  background: rgba(0,0,0,0.25);
  box-shadow: 0 0 16px -4px rgba(91,224,255,0.25), inset 0 0 0 1px rgba(0,0,0,0.3);
  padding: 4px;
}
.border-mini {
  border: solid 1px rgba(255,255,255,0.35);
  margin-top: 10px;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  background: rgba(0,0,0,0.25);
  box-shadow: 0 0 12px -4px rgba(91,224,255,0.25), inset 0 0 0 1px rgba(0,0,0,0.3);
  padding: 4px;
  box-sizing: content-box;
}
#main > div:first-child {
  border: solid 1px rgba(255,255,255,0.4);
}

#right{
  line-height: 15px;
  padding-top: 20px;
}

a {
  color: rgba(0,0,0,0.8);
  text-decoration: none;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
#right a {
  padding: 8px 18px;
  background: linear-gradient(180deg, #1f90f8 0%, #1559b3 100%);
  border: solid 1px rgba(255,255,255,0.25);
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px -4px rgba(27,132,218,0.6), inset 0 1px 0 rgba(255,255,255,0.3);
  text-transform: uppercase;
}
#right a:hover {
  background: linear-gradient(180deg, #4da6e8 0%, #1f90f8 100%);
  color: #fff;
  box-shadow: 0 6px 18px -4px rgba(27,132,218,0.8), inset 0 1px 0 rgba(255,255,255,0.4);
}
#controls{padding-top: 17px;}

.animate td {
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}    
.animate.out td {
  background: #B4B4B4;
}

#keysinfo {
  color: rgba(255,255,255,0.8);
  padding-top: 15px;
  display: block;
}
#keysinfo p {margin-top: 5px;}

footer{
  padding: 15px 0px;
  float: none;
  clear: both;
  color: rgba(0,0,0,0.8);
}
#container,
#preview {
  transition: all .3s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .3s ease-out;
}
.game {
  background: rgba(0,0,0,.2);
}

.more {
  text-align: right;
}
.clear{clear:both}

@media only screen and (max-width : 1255px) {
	.right .content {padding: 20px 50px;}
}
@media only screen and (max-width : 700px) {
	.right {display: inline-block; width:100%; float:none; margin-top: 30px}
	.left {display: inline-block; width:100%; float:none;}
	.btn {right: 15px; left: auto}
}
