

@import url("templates.css");


body{
	margin:0 auto; padding:0;
	font-family: Arial, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#555;
	background:#f7f7e7;
	
}
.fa {
    font-family: "FontAwesome";
}

@charset "utf-8";

/* Reset ================================================================================= */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

*{ margin:0; padding:0;}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
 }
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

a {
	text-decoration: none;
}


button:focus, select:focus, textarea:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="text"]:focus{border-color:rgba(82, 168, 236, 0.75) !important;box-shadow:0 0 4px rgba(82, 168, 236, 0.5);outline:0 none;transition:all 0.25s ease-in-out 0s;}


/* Until ================================================================================= */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
.clearfix {display: block;}
.clear {
	clear: both;
}


.clr{ clear:both;}



img{
	border:0;
	behavior: url(iepngfix.htc);
	
}

p{ font-size:14px; line-height:20px;}