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

/* Reset Begins */

body{
	position: relative;
}

*{
	outline:none;
	-webkit-text-size-adjust: none;
	border:0 none;
}

html{
	overflow-y:scroll;
	min-height:100%;
	margin-bottom:1px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

header, nav, section, article, aside, footer {
   display:block;
}

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

fieldset,img {
	border:0;
    max-width: 100%;
    height: auto;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:300;
}

ol,ul {
	list-style:none;
	-webkit-padding-start: 0;
	-webkit-margin-before:0;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6,h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
	font-size:100%;
	font-weight:bold;
}

q:before,q:after {
	content:'';
}

abbr,acronym { border:0;
}

a, u{
	text-decoration:none;
	color:#07b;
}

input{
 	-webkit-appearance:none;
}

input[type=text]{
	-webkit-appearance: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.clear:before, .clear:after {
	content: "";
	display: table;
}

.clear:after {clear: both;}

.clear{zoom:1;}

.left{
	float:left;
}

.right{
	float:right;
}

#overlay .lightbox{
	display:none;
}

/* Reset Ends */