.img-logo{
	height: 110px;
	width: 120px;
}
.img-iso{
	height: 60px;
	width:60px;
}
.home-pro-img{
	height: 400px;
	width: 100%;
}
.text-white{
	color: #fff;
}
.text-yellow{
	color: #B1A296;
	font-size: 20px;
}
.widget-titles
{
  font-size: 20px;
  color: #e72636;
}
.clr-red{
	color: #e72636;
}
.ft-buttom{
	background-color: #5d5d66;
	color: #fff;
}
.ft-icon{
	color: #000;
}
#someDiv {
    line-height: 1.5em;
    height: em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
}