.address{
	height: 250px;
}
.light_font{
	font-weight:300;
}
.medium_font{
	font-weight:600;
}
.bold_font{
	font-weight:700;
}
.regular_font{
	font-weight:400;
}
.black_font{
	font-weight:900;
}
.black_ifont{
	font-weight:900i;
}
.roboto_Clight{
	font-weight:300;
	font-family: 'Roboto Condensed', sans-serif;
}
.roboto_Clighti{
	font-weight:300i;
	font-family: 'Roboto Condensed', sans-serif;
}
.roboto_regular{
	font-weight:400i;
	font-family: 'Roboto Condensed', sans-serif;
}
.roboto_regulari{
	font-weight:400i;
	font-family: 'Roboto Condensed', sans-serif;
}
.roboto_Cboldi{
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
}
.roboto_Cboldi{
	font-weight:700i;
	font-family: 'Roboto Condensed', sans-serif;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.green_text{
	color:#c3d82d;
}
.black_text{
	color:#333;
}
.white_text{
	color:#fff;
}
.white_bg{
	background-color:#fff;
}
.lightGrey_bg{
	background:#fafafa;
}
.Grey_bg{
	background:#fafafa;
}
.no-Marginrt{
	margin-right:0 !important;
}
.no-Marginbtm{
	margin-bottom:0 !important;
}
.v-align{
	display:table-cell;
	vertical-align:middle;
}

.no_padding{
	padding-left:0px;
	padding-right:0px;
}
.border{
	float:left;
	width:100%;
	border-top:2px solid #ddd;
}
