.center {
  text-align: center;
}
.stories {
  overflow: hidden;
  position: relative;
  display:none;
}
.stories a:link,
.stories a:visited {
  text-decoration: none;
}
.stories a:hover,
.stories a:active {
  text-decoration: none;
}

.stories img {
  height: auto;
  max-width: 100%;
}
.stories label {
  color: #ffffff;
}

.stories #modal {
  z-index: 1000001;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
   background:rgba(0, 0, 0, 0.8);
}
.stories #modal > div {
  position: relative;
  overflow: scroll;
  margin: 70px auto 20px;
  display: block;
  background: #ffffff;
  border-radius: 4px;
  border: 3px solid white;
  padding: 0;
  width: 90%;
}
.stories #modal > div img {
  display: block;
  width: 100%;
}
.stories #modal > div iframe {
  max-width: 100%;
}
.stories #modal > div .close {
  background: #81c341;
  border-radius: 0;
  display: block;
  float: right;
  font-size: 26px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  margin-bottom: 3px;
  padding: 4px 5px 8px;
  color: #fff;
  position: static;
  text-align: right;
  width: 100%;
  z-index: 999999999999;
}
.stories #modal > div .close:before {
  content: 'CLOSE  ';
  font-size: 16px;
  text-align: right;
}
.stories #modal > div.active {
  color: #ffffff;
  overflow: scroll;
  padding: 0;
}
.stories #modal > div.active span.prev,
.stories #modal > div.active span.next {
  background: transparent;
  display: none;
  top: -3px;
  bottom: -3px;
  width: 44px;
  position: absolute;
  -webkit-transition: background ease 0.3s,
                                    color linear 0.3s;
  -moz-transition: background ease 0.3s,
                                 color linear 0.3s;
  transition: background ease 0.3s,
                            color linear 0.3s;
}
.stories #modal > div.active span.prev:hover,
.stories #modal > div.active span.next:hover {
  background: url(../img/next-prev-bg-fallback.png);
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.stories #modal > div.active span.prev:hover a,
.stories #modal > div.active span.next:hover a {
  color: #fff;
}
.stories #modal > div.active span.prev a,
.stories #modal > div.active span.next a {
  font-family: "omnes-pro", 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', "Helvetica Neue", Helvetica, Segoe, "Segoe UI", "Segoe WP", Calibri, Arial, clean, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 10px;
  padding: 18px 7px 33px 9px;
  top: 50%;
  margin-top: -30px;
  position: absolute;
  text-decoration: none;
  color: #ffffff;
}
.stories #modal > div.active span.prev {
  border-radius: 5px 0 0 5px;
  left: -44px;
}
.stories #modal > div.active span.next {
  border-radius: 0 5px 5px 0;
  right: -44px;
}
.stories #modal > div.active iframe {
  margin: 10px auto;
  display: block;
}
.stories #modal > div .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.stories #modal > div .iframe-container iframe,
.stories #modal > div .iframe-container object,
.stories #modal > div .iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stories #modal > div .content {
  background: #ffffff;
  border-radius: 3px;
  color: #00446a;
  padding: 3px 3px 0 3px;
}
.stories #modal > div .name {
  color: #00446a;
  margin-bottom: 5px;
  text-align: left;
}
.stories #modal > div .location {
  font-size: 11px;
  text-align: left;
}
.stories #modal > div .full-text {
  margin: 20px 20px 30px;
  padding: 25px 0;
  position: relative;
  color: #555;
  font-size: 14px;
  line-height: 1.3;
}
.stories #modal > div .full-text::before {
  content: ' ';
  border-bottom: thin solid lightgray;
  background: white;
  height: 26px;
  padding: 0;
  position: relative;
  z-index: 28;
  display: block;
  color: lightgray;
  overflow: visible;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', "Helvetica Neue", Helvetica, Segoe, "Segoe UI", "Segoe WP", Calibri, Arial, clean, sans-serif;
  /* background: url(../img/quote-upper.png) no-repeat -40px center; */

  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
}
.stories #modal > div .full-text::after {
  content: ' ';
  border-top: thin solid lightgray;
  background: white;
  height: 26px;
  padding: 0;
  position: relative;
  z-index: 28;
  display: block;
  color: lightgray;
  overflow: visible;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', "Helvetica Neue", Helvetica, Segoe, "Segoe UI", "Segoe WP", Calibri, Arial, clean, sans-serif;
  /* background: url(../img/quote-lower.png) no-repeat right center; */

  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.stories #modal > div nav.sharing {
  background: #81c341;
  border-radius: 0 0 3px 3px;
  margin: 0;
  width: 100%;
}
.stories #modal > div nav.sharing ul {
  height: auto;
  width: 270px;
  margin-left: auto;
  margin-right: auto;
  min-height: 40px;
  padding: 0;
}
.stories #modal > div nav.sharing ul .facebook,
.stories #modal > div nav.sharing ul .twitter {
  height: 21px;
  margin: 0;
}
.stories #modal > div nav.sharing ul .facebook .fb-like {
  min-height: 30px;
}
.stories #modal > div nav.sharing ul li {
  float: left;
  margin: 9px auto 10px;
}

  .stories #modal > div .close {
    border: 3px solid white;
    border-radius: 100%;
    float: none;
    margin-bottom: auto;
    padding: 2px 5px 6px;
    position: absolute;
    right: -14px;
    text-align: center;
    top: -17px;
    width: auto;
    color: #fff;
    -webkit-transition: background linear 0.3s;
    -moz-transition: background linear 0.3s;
    transition: background linear 0.3s; cursor:pointer;
  }
  .stories #modal > div .close:hover {
    background: #4e7826;
  }
  .stories #modal > div .close:before {
    display: none;
  }
  .stories #modal > div.active {
    max-width: 500px;
    overflow: visible;
    width: auto;
  }
  .stories #modal > div.active span.prev,
  .stories #modal > div.active span.next {
    display: block;
  }
  .stories #modal > div.active span.prev {
    left: -44px;
  }
  .stories #modal > div.active span.next {
    right: -44px;
  }
  .stories #modal > div.active .summary {
    max-height: 300px;/* max-height: 122px;
                      height: auto; */
  
    /*                     overflow-y: scroll;
                      overflow-x: hidden; */
  
    overflow: auto;
  }
  .stories #modal > div nav.sharing ul {
    padding: 0 15px;
  }
}

.ie7 .stories #modal > div nav.sharing ul li {
  display: inline;
  zoom: 1;
}
.ie7 .stories #modal > div nav.sharing ul li.facebook {
  width: 100px;
}
