.backlink {
    position: absolute;
    width: 155px;
    height: 45px;
    bottom: 15px;
    right: 60px;
    background-image: url(../images/fortius_consultancy.png);
}
.ams.backlink {
    position: absolute;
    width: 155px;
    height: 45px;
    bottom: 15px;
    right: 60px;
    background-image: url(../images/fortius_consultancy.png);
}
.social {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99999999999;
    width:  30px;
    height: 30px;
}
.social a {
    float: left;
    display: inline-block;
    margin: 0px 12px 0 0;
}
.social img {
    width: 70%!important;
    float: left;
    display: inline-block;
}
.insta, .facebook, .apps {
  width: 83px;
  height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
.insta {
  background-image: url(../images/insta.png);
  width: 35px;
}
.ams .insta {
  background-image: url(../images/a-insta.png);
}
.facebook {
  background-image: url(../images/fb-w.png);
  width: 35px;
}
.ams .facebook {
  background-image: url(../images/a-fb-w.png);
}
.apps {
  background-image: url(../images/app.png);
  width: 118px;
}
.ams .apps {
  background-image: url(../images/a-app.png);
}
.ams #price {
  position: absolute;
  height: 50px;
  top: 1px;
  right: 90px;
  margin: 0;
  border: 0px;
  padding: 0 20px;
  background: #fff;
  color: #000;
}
.greendutch #price {
  position: absolute;
  height: 50px;
  top: 1px;
  right: 90px;
  margin: 0;
  border: 0px;
  padding: 0 20px;
  background: #000;
  color: #fff;
}
.ams #price {
  position: absolute;
  height: 50px;
  top: 1px;
  right: 90px;
  margin: 0;
  border: 0px;
  padding: 0 20px;
  background: #fff;
  color: #000;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
     /* Fallback color */
    background-color: rgba(0,0,0,0.0); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: rgba(0,0,0,0);
  margin: auto;
  padding: 20px;
  border: 0px solid #888;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height:  800px;
  box-shadow: none;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
.modal-content iframe {
  max-width: 700px
}

/* The Close Button */
.close {
    position: fixed;
    bottom: auto;
    top: 72px;
    right: 50%;
    margin-right: -400px;
    width: 30px;
    height: 30px;
    background-image: url(../images/a_close.png);
    opacity: 1!important;
}
.ams .close {
    background-image: url(../images/a_close.png);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.social {
    display: block;
    background-image: url(../images/social.png);
}
.ams.social {
    display: block;
    background-image: url(../images/a-social.png);
}


@media (max-width: 787px) {
  .social {
    display: block;
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 30px 0 0 0;
    height: 30px;
    bottom: 60px;
    width: 30px;
    overflow: hidden;
  }
  .ams.social {
    display: block;
    background-image: url(../images/a-social.png);
  }
  .social:hover {
    height: 153px;
    padding: 0 0 30px 0;
  }
  .social a {
    float: left;
    display: block;
    margin: 0px 0 8px 0;
  }
  .social img {
    width: 30px!important;
    float: left;
    display: inline-block;
  }
  .insta, .facebook, .apps {
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin: 5px 0;
  }
  .apps {
    background-image: url(../images/m-app.png)
  }
  .ams .apps {
    background-image: url(../images/a-m-app.png)
  }
  .backlink {
    bottom: 15px;
    height: 30px;
    width: 30px;
    left: 20px;
    bottom: 25px;
    right: auto;
    background-image: url(../images/m-fortius_consultancy.png);
  }
  .ams.backlink {
    bottom: 15px;
    height: 30px;
    width: 30px;
    left: 20px;
    bottom: 25px;
    right: auto;
    background-image: url(../images/a-m-fortius_consultancy.png);
  }
  .greendutch #price, .ams #price {
    position: relative;
    width: 100%;
    top: 1px;
    right: 0;
  }
  .modal {
    padding-top: 50px;
    overflow: hidden;
  }
  .modal-content {
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height:  100%;
  }
  iframe {
  }
  .close {
    position: fixed;
    bottom: 20px;
    top: auto;
    margin: 0px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../images/b_close.png);
    opacity: 1!important;
  }
}