@charset "utf-8";
/* CSS Document */
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: auto;
	border: 0;
	font-size: 100%;
	font-family: "Gill Sans MT", "Gill Sans MT Condensed", "Gill Sans MT Ext Condensed Bold", "Gill Sans Ultra Bold", "Gill Sans Ultra Bold Condensed";
}
/* HTML5 display-role reset for older browsers */
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:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.hide {
	display:none;
}
.text-hide {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
.text-caps {
	text-transform:uppercase;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.text-block {
	display:block;
}
a {
	text-decoration:none;
	color:#FFF;
	outline:none;
	font-size: 12px;
}
a:hover {
	color:#FFCB14;
}
strong {
	font-weight:600;
}
em {
	font-style:italic;
}
@font-face {
    font-family: 'NeoSansMedium';
    src: url('../fonts/neosans-medium-webfont.eot');
    src: url('../fonts/neosans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neosans-medium-webfont.woff') format('woff'),
         url('../fonts/neosans-medium-webfont.ttf') format('truetype'),
         url('../fonts/neosans-medium-webfont.svg#NeoSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NeoTechRegular';
    src: url('../fonts/neotech-webfont.eot');
    src: url('../fonts/neotech-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neotech-webfont.woff') format('woff'),
         url('../fonts/neotech-webfont.ttf') format('truetype'),
         url('../fonts/neotech-webfont.svg#NeoTechRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'NeoTechBold';
    src: url('../fonts/neotech-bold-webfont.eot');
    src: url('../fonts/neotech-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neotech-bold-webfont.woff') format('woff'),
         url('../fonts/neotech-bold-webfont.ttf') format('truetype'),
         url('../fonts/neotech-bold-webfont.svg#NeoTechBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.padd-02{
	padding:5px 0 0 0;
}
input, textarea, select{
	outline:0;
}
