@charset "utf-8";

/* CSS Document */

/**

    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)

    * http://cssreset.com

    */

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, 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, footer, header, hgroup, menu, nav, section {

	display: block;

}

a:link {

	text-decoration: none;

}

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

.clearfix {

	clear:both;

}

html[xmlns] .clearfix {

	display: block;

}

* html .clearfix {

	height: 1%;

}

figure img {

	line-height: 0;

}

a:focus{ text-decoration:none; outline:none;}

/*********************************************************************************/

/* COMMON CSS                                                                             */

/*********************************************************************************/

body {

	font-family: 'OpenSansRegular', sans-serif;

	margin: 0px;

	padding: 0px;

	font-size: 13px;

	line-height: normal;

}

ol, ul {

	list-style: none;

}

.clear {

	clear: both

}

img {

	/*max-width: 100%;*/

	border: none;

	background-repeat: no-repeat;

}

p {

	color: #6c6c6c;

	margin: 0;

	font-size: 1em;

}

@font-face {

	font-family: 'FontAwesome';

	src: url('fonts/fontawesome-webfont.eot?v=4.0.3');

	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),  url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),  url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),  url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'OpenSansBold';

	src: url('fonts/opensans-bold.eot');

	src: url('fonts/opensans-bold.eot') format('embedded-opentype'), url('fonts/opensans-bold.woff2') format('woff2'), url('fonts/opensans-bold.woff') format('woff'), url('fonts/opensans-bold.ttf') format('truetype'), url('fonts/opensans-bold.svg#OpenSansBold') format('svg');

}

@font-face {

	font-family: 'OpenSansRegular';

	src: url('fonts/opensans-regular.eot');

	src: url('fonts/opensans-regular.eot') format('embedded-opentype'), url('fonts/opensans-regular.woff2') format('woff2'), url('fonts/opensans-regular.woff') format('woff'), url('fonts/opensans-regular.ttf') format('truetype'), url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');

}

@font-face {

	font-family: 'OpenSansSemibold';

	src: url('fonts/opensans-semibold.eot');

	src: url('fonts/opensans-semibold.eot') format('embedded-opentype'), url('fonts/opensans-semibold.woff2') format('woff2'), url('fonts/opensans-semibold.woff') format('woff'), url('fonts/opensans-semibold.ttf') format('truetype'), url('fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');

}

@font-face {

	font-family: 'OpenSansLight';

	src: url('fonts/opensans-light.eot');

	src: url('fonts/opensans-light.eot') format('embedded-opentype'), url('fonts/opensans-light.woff2') format('woff2'), url('fonts/opensans-light.woff') format('woff'), url('fonts/opensans-light.ttf') format('truetype'), url('fonts/opensans-light.svg#OpenSansLight') format('svg');

}

@font-face {

    font-family: 'OpenSansExtrabold';

    src: url('fonts/opensans-extrabold_0.eot');

    src: url('fonts/opensans-extrabold_0.eot') format('embedded-opentype'),

         url('fonts/opensans-extrabold_0.woff2') format('woff2'),

         url('fonts/opensans-extrabold_0.woff') format('woff'),

         url('fonts/opensans-extrabold_0.ttf') format('truetype'),

         url('fonts/opensans-extrabold_0.svg#OpenSansExtrabold') format('svg');

}

@font-face {

	font-family: "vijaya";

	src:url("../fonts/vijaya.ttf");	

}@font-face{	 font-family:'Glyphicons Halflings';	 src:url('fonts/glyphicons-halflings-regular.eot');	 src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),	 url('fonts/glyphicons-halflings-regular.woff2') format('woff2'),	 url('fonts/glyphicons-halflings-regular.woff') format('woff'),	 url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),		 url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')	 }



