#external-link-container,
#gate-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  background: #000;
  background: rgba(0,0,0,0.7);
  overflow: scroll;
}
#external-link,
#gate {
  background: #f7f7f7;
  width: 60%;
  margin: 5% auto;
  border-radius: 4px;
  z-index: 99999;
  padding: 30px;
  box-shadow: 0px 0px 10px #000;
}
#gate { padding: 30px 80px; }
  #external-link p,
  #gate p { margin: 1em 0; font-size: 18px; }
  #external-link h2,
  #gate h2 {
    position: relative;
    margin-top: 0;
  }
  #gate h2::after {
    position: absolute;
    content: "\e086";
    font-family: 'Glyphicons Halflings';
    font-size: 40px;
    left: -50px;
    top:0;
  }
  #external-link .btn,
  #gate .btn {
    display: block;
    white-space: normal;
    text-align: left;
    padding-top: 12px;
    border: none;
    border-radius: 6px;
    border-bottom: 3px solid #1c404a;
    background: #1E4E5B;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: #fff;
  }
  #external-link .btn:hover,
  #external-link .btn:focus,
  #gate .btn:hover,
  #gate .btn:focus {
    background-color: #1c404a;
    color: #fff;
  }
  #external-link .btn .glyphicon,
  #gate .btn .glyphicon {
    position: relative;
    top: 4px;
    font-size: 1.2em;
  }
  #gate .glyphicon-info-sign {
    display: block;
    font-size: 40px;
    color:#771b75;
    float: left;
    margin: 0 20px 200px 0;
  }
  @media only screen and (max-width : 767px){
    #external-link,
      #gate {
        width: 90%;
        margin: 5% auto;
        }
        #gate { padding-top: 60px; }
        #gate h2::after {
          left: 0px;
          top: -50px;
        }
        #external-link .btn,
        #gate .btn {
          margin: 0 0 0px 0px;
          }
          #gate .glyphicon-info-sign {
            float: none;
            margin: 0 20px 20px 0;
            }
  }

  #social-link-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    background: #000;
    background: rgba(0,0,0,0.7);
    overflow: scroll;
  }
  #social-link-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: transparent;
  }
  #social-link {
    position: relative;
    background: #f7f7f7;
    width: 40%;
    margin: 5% auto;
    border-radius: 4px;
    z-index: 1000001;
    padding: 30px;
    box-shadow: 0px 0px 10px #000;
  }
  #social-link-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
  }
    #social-link p p { margin: 1em 0; font-size: 18px; }
    #social-link h2 {
      position: relative;
      margin-top: 0;
    }
    #social-link .btn {
      display: block;
      white-space: normal;
      text-align: left;
      padding-top: 12px;
      border: none;
      border-radius: 6px;
      border-bottom: 3px solid #1c404a;
      background: #1E4E5B;
      -webkit-transition: all ease-in-out .2s;
      -moz-transition: all ease-in-out .2s;
      transition: all ease-in-out .2s;
      color: #fff;
    }
    #social-link .btn:hover,
    #social-link .btn:focus {
      background-color: #1c404a;
      color: #fff;
    }
    #social-link .btn .glyphicon {
      position: relative;
      top: 4px;
      font-size: 1.2em;
    }
    @media only screen and (max-width : 767px){
      #social-link {
          width: 90%;
          margin: 5% auto;
          }
          #social-link {
            margin: 0 0 0px 0px;
            }
    }
