@charset "utf-8";

/*==================================================
	Heading
	Text
	Unorderd List
	Orderd List
	Difinision List
	Link
	Table
	Form
	Layout
	Option
	Clear Fix
==================================================*/


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



/*--------------------------------------------------
	Text
--------------------------------------------------*/

/*--------------------------------------------------
	Unorderd List
--------------------------------------------------*/



/*--------------------------------------------------
	Orderd List
--------------------------------------------------*/

/*--------------------------------------------------
	Difinision List
--------------------------------------------------*/

/*--------------------------------------------------
	Link
--------------------------------------------------*/

/*--------------------------------------------------
	Table
--------------------------------------------------*/

/*--------------------------------------------------
	Form
--------------------------------------------------*/

/*--------------------------------------------------
	Layout
--------------------------------------------------*/

/*--------------------------------------------------
	Box
--------------------------------------------------*/


/*--------------------------------------------------
	Option
--------------------------------------------------*/

.mb-00 {
margin-bottom:0 !important;
}

.mb-10 {
margin-bottom:10px !important;
}

.mb-20 {
margin-bottom:20px !important;
}

.mb-30 {
margin-bottom:30px !important;
}

.mb-40 {
margin-bottom:40px !important;
}

.mb-50 {
margin-bottom:50px !important;
}

.mb-60 {
margin-bottom:60px !important;
}

.mb-70 {
margin-bottom:70px !important;
}

.ml-10 {
margin-left:10px !important;
}

.mr-10 {
margin-right:10px !important;
}

.mr-00 {
margin-right:0px !important;
}

.mt-10 {
margin-top:10px !important;
}

.align-l {
text-align:left !important;
}

.align-c {
text-align:center !important;
}

.align-r {
text-align:right !important;
}

p.image {
margin-bottom:0px !important;
position: relative;
}

img.po-a {
position:absolute;
}

img.top-10 {
top:-10px;
}




/*--------------------------------------------------
	TinyMCE CSS
--------------------------------------------------*/

img.alignleft {
float:left;
padding-right:20px;
}

img.alignright {
float:right;
padding-left:20px;
}

img.aligncenter {
margin:0 auto;
text-align:center;
}

/*--------------------------------------------------
	clearfix
--------------------------------------------------*/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*--------------------------------------------------
	lastchild
--------------------------------------------------*/

.last-child {
margin-bottom: 0px;
}




