@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
 .snip1506 {
  font-family: 'Open Sans', Arial, sans-serif;
  position: relative;
  float: left;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
  box-shadow: none !important;
}
.snip1506 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1506 .profile-image {
  width: 26%;
}
.snip1506 .profile-image img {
  max-width: 100%;
  vertical-align: top;
  border-radius: 0px 15px 0px;
}
.snip1506 .profile-image img.screenshot {
  width: 100%;
  height: auto;
  position: relative;
  border: 3px solid transparent;
  box-shadow: 0 0 3px #1190e3;
}
.snip1506 .profile-image,
.snip1506 figcaption {
  float: left;
}
.snip1506 figcaption {
  width: 70%;
  background-color: rgba(0, 11, 24, 0.5);
  color: #58D3F7;
  border: 1px rgba(88, 211, 247, 0.2) solid;
  padding: 25px;
  border-radius: 0px 15px 0px;
  display: inline-block;
  margin-left: 4%;
}
.snip1506 figcaption:after {
  content: '';
  position: absolute;
  right: 70%;
  top: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgba(0, 11, 24, 0.5) transparent transparent;
}
.snip1506 h3,
.snip1506 h4,
.snip1506 p {
  margin: 0 0 5px;
}
.snip1506 h3 {
  font-weight: 600;
  font-size: 1.2em;
  font-family: 'Montserrat', Arial, sans-serif;
  color: #fff;
}
.snip1506 h4 {
  font-size: 1em;
  color: rgba(255, 255, 255, .4);
}
.snip1506 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.snip1506 .icons {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.snip1506 i {
  padding: 10px 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.75;
}
.snip1506 i:hover {
  opacity: 1;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1506 a {
  text-decoration: none;
}
.snip1506 .icons a:hover {
  color: rgba(255, 255, 255, .5);
}
.profile-main {
  padding-top: 80px;
  width: 90%;
  text-align: center;
}
.profile-container {
  padding-top: 20px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.snip1506 figcaption:nth-of-type(1) {
  flex-grow: 1;
}
.snip1506 figcaption:nth-of-type(2) {
  flex-grow: 1;
}
.snip1506 figcaption:nth-of-type(3) {
  flex-grow: 1;
}
.snip1506 figcaption:nth-of-type(4) {
  flex-grow: 1;
}
.snip1506 figcaption:nth-of-type(5) {
  flex-grow: 1;
}
