/* your styles go here */
.home-carousel ul {
  color: #FFF;
}
.box-simple h3 {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #20616D;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.box-simple h3 a {
  color: #555555;
}
.box-simple p {
  color: #999999;
}
.box-simple .icon {
  color: #68133E;
  border-color: #68133E;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.showcase .item .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: #68133E;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #68133E;
}
.showcase .item h4 {
  color: #2C3E50;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-size: 16px;
}
.box-simple.box-dark {
  padding: 20px;
  border: dotted 1px #20616D;
  background: #EBF6F8;
  color: #20616D;
}
.box-simple.box-dark .icon {
  color: #405060;
  border-color: transparent;
  font-size: 70px;
}
.box-simple.box-dark h3 {
  color: #BB371B;
}
.box-simple.box-dark h3 a {
  color: #333;
}
.box-simple.box-dark p {
  color: #333;
}
.progress-bar-primary {
  background-color: #f46064;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:42px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
