@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);
.snip1447 {
  font-family: 'Roboto', Arial, sans-serif;
  color: #fff;
  overflow: hidden;
  margin: 60px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  height: 600px;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #002E41;
  display:inline-block;
  }
.snip1447 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1447 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1447 figcaption {
  width: 100%;
  background-color: #002E41;
  padding: 25px;
  position: relative;
}
.snip1447 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #eb4c1c;
}
.snip1447 figcaption a {
  padding: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  width: 47%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}
.snip1447 figcaption a:hover {
  opacity: 1;
}
.snip1447 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px #002E41;
}
.snip1447 .follow {
  margin-right: 6%;
  border-color: #eb4c1c;
  color: #eb4c1c;
}
.snip1447 h2 {
  margin: 0 0 5px;
  font-weight: 300;
  color:#fff;
}
.snip1447 h2 span {
  display: block;
  font-size: 0.5em;
  color: #eb4c1c;
}
.snip1447 p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}
.snip1447:hover:before,
.snip1447.hover:before {
  bottom: 0;
  box-shadow: 0 0 0px white;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}