/**reset **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 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;
}
html, body{
	height: 100%;
	width: 100%;
}

body{
	position: relative;
	overflow-x: hidden;
}
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;
}
a{
	/*display: inline-block;*/
	
}
a:hover , a:visited, a:link, a:link:active, a:visited:active{
	text-decoration: none;
}
/**reset**/
/*h1, h2, h3, h4, h5, h6{
	line-height: 1.6em;
}*/
h1{
	font-size: 36px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}
h6{
	font-size: 14px;
}
span{
	display: inline-block;
}
.nopadd{
	padding-right: 0;
	padding-left: 0;
}
.padd{
	padding-right: 15px;
	padding-left: 15px;
}
.center{
	margin-left: auto;
    margin-right: auto;
    display: table;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.justify{
	text-align: justify;
}
.center-txt{
	text-align: center;
}
.left-txt{
	text-align: left;
}
.uppercase-txt{
    text-transform: uppercase;
}
.lowercase-txt{
    text-transform: lowercase;
}
.capitalize-txt{
    text-transform: capitalize;
}
.right-txt{
	text-align: right;
}
.clearfix{
	clear:both;
}
.bold{
	font-weight: bold;
}
.mls{
	margin-left: 5px;
}
.mrs{
	margin-right: 5px;
}
.mts{
	margin-top: 5px;
} 
.mbs{
	margin-bottom: 5px;
}
.mlm{
	margin-left: 10px;
}
.mrm{
	margin-right: 10px;
}
.mtm{
	margin-top: 10px;
} 
.mbm{
	margin-bottom: 10px;
}
.mll{
	margin-left: 15px;
}
.mrl{
	margin-right: 15px;
}
.mtl{
	margin-top: 15px;
} 
.mbl{
	margin-bottom: 15px;
}
.pls{
	padding-left: 5px;
}
.prs{
	padding-right: 5px;
}
.pts{
	padding-top: 5px;
}
.pbs{
	padding-bottom: 5px;
}
.plm{
	padding-left: 10px;
}
.prm{
	padding-right: 10px;
}
.ptm{
	padding-top: 10px;
}
.pbm{
	padding-bottom: 10px;
}
.pll{
	padding-left: 15px;
}
.prl{
	padding-right: 15px;
}
.ptl{
	padding-top: 15px;
}
.pbl{
	padding-bottom: 15px;
}
.block{
	display: block;
}
.relative{
    position: relative;
}
.divider{
	height: 6px;
}
.bg-divider{
	height: 60px;
}
.bg-divider, .divider{
	position: relative;
	width: 100%;
	margin: 15px 0;
}

