.navbar.navbar-inverse .container{
	padding-bottom: 0px;
}

.page-header, .page-header h1{
	color: black;
}

.image-show{
	max-height: 300px;
	height: 300px;

	width: 100%;
	max-width: 100%;
}

.form-group .form-control{
	border: 1px solid #ccc;
}

.img-small{
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
}

.img-normal{
	display: inline-block;
	width: 100px;
	height: 100px;
}

.feature-wrap img{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  /*border-radius: 100%;*/
  border-radius: 10%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  /*border: 3px solid #ffffff;*/
  border: 5px solid #F2F2F2;
  box-shadow: inset 0 0 0 5px #e5e5e5;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.ft-small h2{
	font-size: 11px;
}

.ft-small h3{
	font-size: 13px;
}

.section h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0px !important;
}

.section{
  padding-bottom: 55px !important;
}

.ui-timepicker-div dl{
  padding: 0px;
  padding-left: 2px;
}