.rel{position:relative;z-index:1;overflow:hidden}
html,body{width:100%;height:100%;margin:0;padding:0;background:#1c1c1c;color:#f6f6f6;font:400 18px/26px Arial,sans-serif}
.inline{display:table-cell;text-align:center;vertical-align:middle}
.minwidth{min-width:1200px}

/* Preloader */
.preloader{position:fixed;z-index:20;top:0;left:0;display:table;width:100%;height:100%;min-height:600px}
.preloader{
background: #1c1c1c;
background: -moz-linear-gradient(top,  #1c1c1c 0%, #252525 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#252525));
background: -webkit-linear-gradient(top,  #1c1c1c 0%,#252525 100%);
background: -o-linear-gradient(top,  #1c1c1c 0%,#252525 100%);
background: -ms-linear-gradient(top,  #1c1c1c 0%,#252525 100%);
background: linear-gradient(to bottom,  #1c1c1c 0%,#252525 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#252525',GradientType=0 );
}
.preloader .inline{
background: -moz-radial-gradient(center, ellipse cover,  rgba(28,28,28,0.5) 0%, rgba(51,51,51,0.37) 65%, rgba(51,51,51,0.3) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(28,28,28,0.5)), color-stop(65%,rgba(51,51,51,0.37)), color-stop(100%,rgba(51,51,51,0.3)));
background: -webkit-radial-gradient(center, ellipse cover,  rgba(28,28,28,0.5) 0%,rgba(51,51,51,0.37) 65%,rgba(51,51,51,0.3) 100%);
background: -o-radial-gradient(center, ellipse cover,  rgba(28,28,28,0.5) 0%,rgba(51,51,51,0.37) 65%,rgba(51,51,51,0.3) 100%);
background: -ms-radial-gradient(center, ellipse cover,  rgba(28,28,28,0.5) 0%,rgba(51,51,51,0.37) 65%,rgba(51,51,51,0.3) 100%);
background: radial-gradient(ellipse at center,  rgba(28,28,28,0.5) 0%,rgba(51,51,51,0.37) 65%,rgba(51,51,51,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801c1c1c', endColorstr='#4d333333',GradientType=1 );
}
.preloader h1{margin:60px 0 80px;font:400 44px/50px Vollkorn,Arial,sans-serif}
/* .Preloader */

/* Header */
header{position:fixed;z-index:10;top:0;left:0;width:100%;height:50px}
header{
background: #1c1c1c;
background: -moz-linear-gradient(top,  #1c1c1c 0%, #252525 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c1c1c), color-stop(100%,#252525));
background: -webkit-linear-gradient(top,  #1c1c1c 0%,#252525 100%);
background: -o-linear-gradient(top,  #1c1c1c 0%,#252525 100%);
background: -ms-linear-gradient(top,  #1c1c1c 0%,#252525 100%);
background: linear-gradient(to bottom,  #1c1c1c 0%,#252525 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#252525',GradientType=0 );
}
/* .Header */

/* Case */
.for-header{height:50px}
.case{position:relative;z-index:1;height:100%;min-height:600px;overflow:hidden}
.case .screen{position:relative;overflow:visible}
.case .screen .inner{position:relative;z-index:2;width:1200px;height:100%;margin:0 auto;overflow:visible}
/* .Case */

/* Footer */
footer{position:relative;z-index:3;height:102px;background:rgba(0,0,0,0.6)}
/* .Footer */