﻿html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust:none;
}
body {
	font-size:12px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******Handy class***************/
.fl{float:left;}
.fr{float:right;}
.hidden{display:none;}
.block{display:block;}
.disabled {
	pointer-events: none;
	opacity: 0.7;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* IE6/7 support */
.clearfix {
	*zoom: 1;
}
.hide_text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.break {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/******Project class***************/
*{	
	margin:0px;padding:0px;
}
a{
	text-decoration:none;
}
a img{
	border:0px;
	outline:none;
}
img{
	display:block;
}
.clear{
	clear:both;
	display:block;
}
input,textarea{
	outline:none;
	font-size:13px;
}

@font-face {
    font-family: 'npb-lightlight';
    src: url('npb-light-webfont.eot');
    src: url('npb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('npb-light-webfont.woff') format('woff'),
         url('npb-light-webfont.ttf') format('truetype'),
         url('npb-light-webfont.svg#npb-lightlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'npb-thinthin';
    src: url('npb-thin-webfont.eot');
    src: url('npb-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('npb-thin-webfont.woff') format('woff'),
         url('npb-thin-webfont.ttf') format('truetype'),
         url('npb-thin-webfont.svg#npb-thinthin') format('svg');
    font-weight: normal;
    font-style: normal;

}