div.col-md-2 {
  height: 195px; }

a.radial-link {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  background-color: #006699;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  z-index: 1102; }

div.radial {
  width: 60px;
  height: 60px;
  z-index: 1100;
  /* Horizontal and vertical centering */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* */ }

div.radial-center {
  top: 30px;
  left: 30px;
  position: relative; }
  div.radial-center a {
    position: absolute;
    color: #FFFFFF;
    background-color: #000000;
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    z-index: 1101;
    /* Slide out/in transition */
    transition: all .4s linear;
    opacity: 0;
    left: -20px;
    top: -20px;
    /* */ }
  div.radial-center a.open {
    opacity: 1; }
