@charset "utf-8";
/* CSS Document */

/* Utility Styles
===========================================*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
}
.al {
	text-align:left;
}
.fw {
	width:100%;
}
.hide {
display:none !important;
}
.invisible {
visibility: hidden !important;
}
.iblock {
display:inline-block;
}
.pad0 {padding:0 !important;}
.pad10 {padding:10px !important;}
.pt5{padding-top:5px !important;}
.pb5{padding-bottom:5px !important;}
.pb20{padding-bottom:5px !important;}
.ptb5{padding-top:5px !important; padding-bottom:5px !important;}
.pt10{padding-top:10px !important;}
.pad20 {padding:20px !important;}
.pr20 {padding-right:20px !important;}
.pl20 {padding-left:20px !important;}
.m0 {margin:0 !important;}
.mt0 {margin-top:0 !important;}
.mb0 {margin-bottom:0 !important;}
.ml0 {margin-left:0 !important;}
.mr0 {margin-right:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mt5 {margin-top:5px !important;}
.ml5 {margin-left:5px !important;}
.mr5 {margin-right:5px !important;}
.ml10 {margin-left:10px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.ml100 {margin-left:100px !important;}
.ml180 {margin-left:180px !important;}
.mrb10 {
	margin-right:10px !important;
	margin-bottom:10px !important;
}
.mtb10 {
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.mtb20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mtb50 {
	margin-top:50px !important;
	margin-bottom:50px !important;
}