/* Reset CSS */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

input, textarea, button { border: none; outline: none; background-color:transparent; }
.middle { display: table; width: 100%; height: 100%; }
.middle .middle-helper { *display: inline-block; *height: 100%; vertical-align: middle; }
.middle .middle-content { display: table-cell; *display: inline; width: 100%; vertical-align: middle; }
#loader-box { 
	position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; text-align: center; overflow: hidden; 
	opacity: 0; filter: alpha(opacity=0); 
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}
#loader-box.active { z-index: 9999; opacity: 100; filter: alpha(opacity=100); }
	#loader-box .overlay { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: rgba(255,255,255,0.9); }
	#loader-box .content { position: relative; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; color: #000; }
