/* =============================================================================

   HTML5 display definitions

   ============================================================================= */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

textarea, select, 
input[type="text"],
input[type="button"],
input[type="submit"], input[type="number"], input[type="email"] {
     -webkit-appearance: none;
     border-radius: 0;
}



html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b, i,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, figure, footer, header,  hgroup, menu, nav, section, menu,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

p { font-family:Arial, Helvetica, sans-serif;}

.clear { clear:both;}

article, aside, figure, footer, header,  hgroup, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	outline: none;
}

a:link, a:focus { color:#3498db;}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/* tables still need cellspacing="0" in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* Make sure sup and sub don't screw with your line-heights */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* standardize any monospaced elements */

pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}

body {background:#f0f0f0;}


/*-----Heading tags------*/


h1 { font-family: 'Arial'; font-size:40px;}
h2 {font-family: 'Arial'; font-size:24px;}
h3 {color: #050e14;
    font-family: "Arial";
    font-size: 24px;
    line-height: normal;
    margin-bottom: 13px;
    margin-top: 3px;}
h4 { font-family: 'Arial';font-size:20px;}
h5 { font-family: 'Arial'; font-size:16px; }
h6 { font-family: 'Arial'; font-size:15px;}








/*------------------------*/



/*---Alignment------------*/
.fl { float:left !important;}
.fr { float:right !important;}

.tl { text-align:left;}
.tr { text-align:right;}
.tc { text-align:center;}


/*---Border------*/
.bRnone { border-right:0px !important;}
.bordernone { border:0px !important;}


/*-----Margin none--*/
.margin_none { margin:0px !important;}
.marginT15 { display: inline-block;
    margin-top: 15px !important;
    width: 100%;}
.margin_none { margin:0px !important;}
.marginT25 { margin-top:25px !important;}
.marginT34 { margin-top:34px !important;}
.marginRnone { margin-right:0px !important;}
.marginLnone { margin-left:0px !important;}



.uppercase { text-transform:uppercase;}
.capitalize { text-transform:capitalize;}
.lowercase { text-transform:lowercase;}


