@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, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

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 {color:#0d59b3; text-decoration: none;}
a:hover{color:#fb6c08; text-decoration:none;}
img{ border:0;}

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

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