/* Global 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,sub,sup,tt,var,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,button,hr{margin:0;padding:0;border:0;outline:0;font-weight:inherit;vertical-align:baseline}:focus{outline:0}ol,ul,li{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline; list-style-type: none;}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

/* Floats */
.fLeft, .floatleft			{ float:left !important; }
.fRight, .floatright			{ float:right !important; }
.clear,
.item-separator,
.horizontal-separator { clear:both; }
.border-radius {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;}
.bg-white {background: #fff;}
.margin-bottom {margin-bottom: 10px;}

input, button, textarea, select {font-family: 'Lato', sans-serif; font-size: 12px;}
textarea {resize: none;}
table {margin: 0 0 10px;}
td {vertical-align: top;}
select {max-width: 100%;}

/* Positions */
.aLeft      	{ text-align: left; }
.aRight     	{ text-align: right; }
.aCenter    	{ text-align: center; }
.aJustify		{ text-align: justify; }
.vTop			{ vertical-align: top; }
.vMiddle		{ vertical-align: middle; }
.nowrap			{ white-space:nowrap; }
.auto {margin: 0 auto;}

/* opacity */
.opacity10 { opacity: .10;filter:Alpha(Opacity=10); }
.opacity20 { opacity: .20;filter:Alpha(Opacity=20); }
.opacity30 { opacity: .30;filter:Alpha(Opacity=30); }
.opacity40 { opacity: .40;filter:Alpha(Opacity=40); }
.opacity50 { opacity: .50;filter:Alpha(Opacity=50); }
.opacity60 { opacity: .60;filter:Alpha(Opacity=60); }
.opacity70 { opacity: .70;filter:Alpha(Opacity=70); }
.opacity80 { opacity: .80;filter:Alpha(Opacity=80); }
.opacity90 { opacity: .90;filter:Alpha(Opacity=90); }
.opacity100 { opacity: .100;filter:Alpha(Opacity=100); }

/* links */
a {text-decoration: none; outline: none; cursor: pointer;}
a:hover { text-decoration: none; }
strong {font-weight:bold;}
.pointer { cursor:pointer; }
.abs { position:absolute; }
.relative { position:relative; }
.fixed { position:fixed; }
input, textarea {font-family: 'Lato', sans-serif; cursor: pointer;}
textarea {resize: none;}

/* other */
.bold {font-weight:bold !important;}
.italic {font-style:italic !important;}
.underline {text-decoration:underline !important;}
.line-through {text-decoration:line-through !important;}
.dNone {display:none!important;}
.dBlock {display:block;}
.oHidden {overflow:hidden;}
.lsnone {list-style:none;padding:0;margin:0}
.bgGreen {background-color: #a9c80b;}
.noPadding {padding-right: 0!important; padding-left: 0!important;}

/* width: */
.w25 {width:25px !important;}
.w50 {width:50px !important;}
.w75 {width:75px !important;}
.w85 {width:85px !important;}
.w100 {width:100px !important;}
.w125 {width:125px !important;}
.w150 {width:150px !important;}
.w175 {width:175px !important;}
.w200 {width:200px !important;}
.w225 {width:225px !important;}
.w250 {width:250px !important;}
.w275 {width:275px !important;}
.w290 {width:290px !important;}
.w300 {width:300px !important;}
.w325 {width:325px !important;}.w330 {width:330px !important;}
.w350 {width:350px !important;}.w370 {width:370px !important;}
.w375 {width:375px !important;}
.w400 {width:400px !important;}
.w425 {width:425px !important;}
.w450 {width:450px !important;}
.w475 {width:475px !important;}
.w500 {width:500px !important;}
.w525 {width:525px !important;}
.w550 {width:550px !important;}
.w575 {width:575px !important;}
.w600 {width:600px !important;}
.w625 {width:625px !important;}
.w650 {width:650px !important;}
.w675 {width:675px !important;}
.w700 {width:700px !important;}
.w720 {width:720px !important;}
.w725 {width:725px !important;}
.w750 {width:750px !important;}
.w775 {width:775px !important;}
.w800 {width:800px !important;}
.w825 {width:825px !important;}
.w850 {width:850px !important;}
.w875 {width:875px !important;}
.w900 {width:900px !important;}
.w925 {width:925px !important;}
.w950 {width:950px !important;}

.h100 {height:100px !important;}

.mt-1 {margin-top:-1px !important;}
.mt1 {margin-top:1px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt4 {margin-top:4px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}

.mr5 {margin-right:5px !important;}

.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml16 {margin-left:16px !important;}

.mb0 {margin-bottom:0px !important;}
.mb4 {margin-bottom:4px !important;}
.mb5 {margin-bottom:5px !important;}
.mb9 {margin-bottom:9px !important;}
.mb10 {margin-bottom:10px !important;}
.mb16 {margin-bottom:16px !important;}
.mb30 {margin-bottom:30px !important;}
.marginRight10 {margin-top: 0 10px 0 0!important;}