div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html{
	-webkit-text-size-adjust: 100%;
}
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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
    quotes:none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0px;
	margin-bottom: 1.714285714rem;
}
body {
	line-height: 1;
    font-size: 13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	
	text-decoration: none;
	
}


input[type="button"],
input[type="submit"],
button{
	border: solid 1px #C1C1C1;
    padding: 5px 10px;
	cursor: pointer;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clearfix:before{
	content: '';
	display: block;
	clear: both;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.nopad{
	padding: 0 !important;
}
.nomar{
	margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
    line-height: 1.1;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}
p{
	margin: 0 0 10px;
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}



::selection
{
	background-color:#3399ff;
	color:#fff;
}
::-webkit-selection
{
	background-color:#3399ff;
	color:#fff;
}
::-moz-selection
{
	background-color:#3399ff;
	color:#fff;
}
::-ms-selection
{
	background-color:#3399ff;
	color:#fff;
}
::-o-selection
{
	background-color:#3399ff;
	color:#fff;
}