/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.8 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{html.with-featherlight{}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000000000000;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(249,250,252,.95)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}

.featherlight .featherlight-content{
  position: relative;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  margin-left: 10%;
  margin-right: 10%;
  max-height: 90vh;
  background: transparent;
  cursor: auto;
  white-space: normal;
  width:80%;
  margin-top:7%;
}

img.featherlight-image.featherlight-inner {
    display: block;
    margin: 0 auto;
}


.featherlight .featherlight-inner{display:inline-block;position: relative;
    top: 0px;}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}
.featherlight .featherlight-close-icon{
  position: fixed;
  z-index: 9999;
  top: 46px;
  right: 71px;
  line-height: 27px;
  cursor: pointer;
  text-align: center;
  color: transparent;
  border: 0;
  padding: 0;
  background-image: url(../img/hamburgerclose.png);
  background-size: cover;
  background-position: center;
  background-color: transparent;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.featherlight .featherlight-close-icon:hover {
		opacity: .8;
}


  .featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}

  .featherlight-iframe .featherlight-content{
    border-bottom:0;
    padding:0;
    -webkit-overflow-scrolling:touch;
    overflow-y:scroll
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 50px 0px #ffffff;
    -moz-box-shadow: 0px 0px 50px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px #ffffff;

  }



  .featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:0px;border-bottom:10px solid transparent}}

.caption {
  text-align: center;
  margin-top: 50px;
}

.featherlight .featherlight-content {
  overflow: auto;
}
