@charset "UTF-8";
/* CSS Document */

/***
* common.css
*/

/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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

sup,
sub{
	line-height: 1;
	vertical-align: baseline;
  position: relative;   
}

sup{ bottom: 5px; }
sub{ top: 0.5em; }

small{
  font-size:60%;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  vertical-align: top;
  font-size:0;
  line-height: 0;
}

/* utility */

.floatL{
  float:left;	
}

.floatR{
  float:right;	
}

.clearBoth{
  clear:both;	
}

.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {display: inline-block;}

.anti{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.transtion{
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

::-moz-selection { color:#fff; background: #ccc; }
::selection      { color:#fff; background: #ccc; }

img{
  touch-callout:none;
  user-select:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
}

#loader{
	position: absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	z-index:9999;
}

#wrapper{
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}