/*
Theme Name: EMERAA
Theme URI: http://www.greentic.net
Version: 1.0
Author: Greentic
Author URI: http://www.greentic.net
*/
*{
	outline:none;
}
body{
	padding-top:60px;
}
/******* format margin ****************/
.noMargin{
	margin:0;
}
.noMarginTop{
	margin-top:0;
}
.noMarginBottom{
	margin-bottom:0;
}
.marginTop{
	margin-top:15px;
}
.marginTop2x{
	margin-top:30px;
}
.marginTop4x{
	margin-top:60px;
}
.marginBottom{
	margin-bottom:15px;
}
.marginBottom2x{
	margin-bottom:30px;
}
.marginBottom4x{
	margin-bottom:60px;
}
.noPadding{
	padding:0;
}
.noPaddingTop{
	padding-top:0;
}
.noPaddingBottom{
	padding-bottom:0;
}
.paddingTop{
	padding-top:15px;
}
.paddingTop2x{
	padding-top:30px;
}
.paddingTop4x{
	padding-top:60px;
}
.paddingBottom{
	padding-bottom:15px;
}
.paddingBottom2x{
	padding-bottom:30px;
}
.paddingBottom4x{
	padding-bottom:60px;
}
/************* format txt ************************/
.text-justify{
	text-align:justify;
}
.cap{
	text-transform:uppercase;
}
.bold{
	font-weight:bold;
}
.noBold{
	font-weight:normal !important;
}
a,
button{
	-moz-transition:all linear .3s;
	-ms-transition:all linear .3s;
	-o-transition:all linear .3s;
	-webkit-transition:all linear .3s;
	transition:all linear .3s;
}
/****************** color *************************/
.text-blanc{
	color:#fff;
}
.text-noir{
	color:#000;
}