.tls-overlay{
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  z-index: 150;
}
.tls-pop-up{
  color: #FFF;
  font-weight: 300;
  width: 610px;
  border: 2px solid #525151;
  font-size: 15px;
  z-index: 200;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -305px;
}
.tls-pop-up .close-tls{
  background-image: url(../../img/form-close-btn.png);
  width: 30px;
  height: 19px;
  position: absolute;
  top: 15px;
  right: 14px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.tls-pop-up h1, p{
  margin:0;
}
.tls-pop-up h1{
  font-size: 32px;
}
.tls-pop-up a{
  color: #FFF;
}
.tls-pop-up p{
  text-align: center;
  margin-bottom: 30px;
}
.tls-pop-up p a{
  text-decoration: underline;
}
.tls-pop-up img{
  float: left;
  margin-right: 15px;
}
.tls-pop-up .head{
  background-color: #25537a;
  padding:30px 95px;
}
.tls-pop-up .notice{
  background-color: #1c4b73;
  padding: 50px 65px 30px;
  text-align: center;
}
.tls-pop-up a.close-link{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 650px){
  .tls-pop-up{
    width: 90%;
    margin-left: 0;
    left: 5%;
    top: 300px;
  }
  .tls-pop-up .head{
    padding:30px 40px;
  }
  .tls-pop-up .notice{
    padding:30px 5%;
  }
}
@media (max-width: 565px){
  .tls-pop-up img{
    float: none;
  }
}

/* LANDSCAPE */
/* iPhone 6 */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
    .tls-pop-up{
      width: 90%;
      margin-left: 0;
      left: 5%;
      top: 300px;
    }
}
/* LANDSCAPE */
/* iPhone 6+ */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    .tls-pop-up{
      width: 90%;
      margin-left: 0;
      left: 5%;
      top: 300px;
    }
}
/* SAMSUNG S7, S6, S5 LANDSCAPE*/
@media
    (-webkit-min-device-pixel-ratio: 3)
    and (min-resolution: 192dpi){
    .tls-pop-up{
      width: 90%;
      margin-left: 0;
      left: 5%;
      top: 300px;
    }
}
