/*-- COLORS --*/
/*-- FOMTS --*/
html,
body {
  height: 100%;
}

.wgtc-gallery {
  position: relative;
  margin-top:1em;
  /* header */
  /* Slide Caption */
  /**/
}
.wgtc-gallery .bx-wrapper {
  border: none;
  box-shadow: none;
  background:#222222;
}
.wgtc-gallery .bx-wrapper .bx-controls-direction a {
  margin-top:-22px;
  width:43px;
  height:43px;
}
.wgtc-gallery .bx-wrapper .bx-prev {
  background: url('/National_Library/20160930123623oe_/http://wegotthiscovered.com/wp-content/plugins/face3-wgtc-gallery/frontend/img/icn-left-arrow.png') no-repeat scroll 0 0 ;
  left:0;
  opacity:0.3;
}
.wgtc-gallery .bx-wrapper .bx-next {
  background: url('/National_Library/20160930123623oe_/http://wegotthiscovered.com/wp-content/plugins/face3-wgtc-gallery/frontend/img/icn-right-arrow.png') no-repeat scroll 0 0 ;
  right:0;
  opacity:0.3;
}
.wgtc-gallery .bx-wrapper .bx-next:hover, .wgtc-gallery .bx-wrapper .bx-next:focus {
  background-position:0 0;
}
.wgtc-gallery .bx-wrapper .bx-next:hover {
  opacity:1;
}
.wgtc-gallery .bx-viewport {
  height:400px;
}
.wgtc-gallery__ad--bottom, .wgtc-gallery__ad--top {
  display: none;
  text-align: center;
  background-color: white;
  height:90px;
  overflow:hidden;
  padding:0;
  margin:0;
}
.wgtc-gallery__ad--bottom {
  clear: both;
}
.wgtc-gallery-main {
  background-color: #222222;
}
.wgtc-gallery-header {
  background-color: #f4f4f4;
}
.wgtc-gallery-header * {
  display: inline-block;
}
.wgtc-gallery-header .wgtc-gallery-logo {
  display:none;
}
.wgtc-gallery-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 16px 0 16px 20px;
  vertical-align: top;
  max-width:70%;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.wgtc-gallery-toolbar {
  padding: 17px 0 13px 10px;
  float:right;
}
.wgtc-gallery-slide-count {
  height:20px;
  vertical-align:top;
  font-size:12px;
}
.wgtc-gallery-slide-count span {
  font-size: 16px;
  vertical-align:middle;
  font-weight:bold;
}
.wgtc-gallery-ico-thumbs:before {
  content: '';
  display: inline-block;
  background: url("/National_Library/20160930123623oe_/http://wegotthiscovered.com/wp-content/plugins/face3-wgtc-gallery/frontend/img/icn--thumbs.png") no-repeat scroll 50%;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.wgtc-gallery-ico-fullscreen {
  font-style: normal;
}
.wgtc-gallery-ico-fullscreen:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("/National_Library/20160930123623oe_/http://wegotthiscovered.com/wp-content/plugins/face3-wgtc-gallery/frontend/img/icn--fullscreen.png") no-repeat scroll 50%;
}
.wgtc-gallery-caption {
  display: block;
  background-color: rgba(0,0,0,0.8);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index:1;
}
.wgtc-gallery-slide-title {
  padding: 16px 0 16px 24px;
  display:block;
  line-height:18px;
}
.wgtc-gallery-slide-description {
  padding: 0 25px 25px;
  font-size: 12px;
  text-align: left;
  color: #d3cdcd;
}
.wgtc-gallery-main__display {
  background-color: #252525;
}
.wgtc-gallery-slideshow-container {
  list-style: none;
}
.wgtc-gallery-caption {
  color: white;
}
.wgtc-gallery .slide {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.wgtc-gallery .slide:first-child {
  display: block;
}
.wgtc-gallery .slide > img:first-child {
  max-width: 100%;
  max-height:100%;
  margin: 0 auto;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wgtc-gallery .wgtc-gallery-thumbs, .wgtc-gallery .wgtc-gallery-interstitial {
  display: none;
  position: absolute;
  background-color: #252525;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow:auto;
}
.wgtc-gallery-interstitial {
  z-index:120;
}
.wgtc-gallery .wgtc-gallery-interstitial > .wgtc-gallery-ad-container {
  max-width:80%;
  max-height:80%;
  overflow:hidden;
}
.wgtc-gallery .wgtc-gallery-interstitial > .wgtc-gallery-ad-container .gpp_video_widget_container {
  margin:0 auto;
}
.wgtc-gallery .wgtc-gallery-thumbs img {
  display: block;
  float: left;
  margin: 12px;
  border: 1px solid transparent;
}
.wgtc-gallery .wgtc-gallery-thumbs img:hover {
  cursor: pointer;
  border: 1px solid gainsboro;
}
.btn-close-interstitial, .wgtc-gallery-interstitial .wgtc-gallery-ad-container {
  display:block;
  margin:0 auto;
  text-align:center;
}
.wgtc-gallery .wgtc-gallery-ico-fullscreen {
  font-style: normal;
  cursor: pointer;
}
.wgtc-gallery .wgtc-gallery-main__display {
  position: relative;
  display: block;
/*  height: calc(100% - 126px);*/
  height: 400px;
  margin-bottom: 20px;
  width: 100%;
}
.wgtc-gallery .wgtc-gallery-sidebar {
  display: none;
  position: absolute;
  z-index:5;
  top: 0;
  left: 80%;
  width: 330px;
  overflow: hidden;
  background-color: #f4f4f4;
  text-align: center;
}
.wgtc-gallery--fullscreen {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
  z-index: 2147483647;
  background: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-top:0;
  /* HEADER */
  /**/
}
.wgtc-gallery--fullscreen .wgtc-gallery__ad--bottom, .wgtc-gallery--fullscreen .wgtc-gallery__ad--top {
  display: block;
}
#ad_gallery_side {
  text-align:center;
  width:300px;
  margin:0 auto;
}
.wgtc-gallery--fullscreen:before, .wgtc-gallery--fullscreen:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wgtc-gallery--fullscreen:after {
  clear: both;
}
.wgtc-gallery--fullscreen {
  *zoom: 1;
}
.wgtc-gallery--fullscreen .wgtc-gallery-header {
  position: relative;
  padding-left: 12px;
  background: white;
}
.wgtc-gallery--fullscreen .wgtc-gallery-header .wgtc-gallery-logo {
  display:inline-block;
}
.wgtc-gallery--fullscreen .wgtc-gallery__ad--bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  right: 0;
  padding-top: 0;
}

.wgtc-gallery--fullscreen .wgtc-gallery-ico-thumbs {
  position:absolute;
  top:15px;
  right:0;
}
.wgtc-gallery--fullscreen .wgtc-gallery-ico-fullscreen {
  position:absolute;
  top:-30px;
  right:0;
}
.wgtc-gallery--fullscreen .wgtc-gallery-ico-fullscreen:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/National_Library/20160930123623oe_/http://wegotthiscovered.com/wp-content/plugins/face3-wgtc-gallery/frontend/img/icn--times.png") no-repeat 50%;
}
.wgtc-gallery--fullscreen .wgtc-gallery-title {
  width: calc(70% - 94px);
  max-width: calc(70% - 94px);
}
.wgtc-gallery--fullscreen.ad-count-2 .wgtc-gallery-main {
  position: relative;
  height: calc(100% - 145px);
}
.wgtc-gallery--fullscreen.ad-count-1 .wgtc-gallery-main {
  position: relative;
  height: calc(100% - 72px);
}
.wgtc-gallery--fullscreen.ad-count-0 .wgtc-gallery-main {
  position: relative;
  height: 100%;
}
.wgtc-gallery--fullscreen .wgtc-gallery-slideshow-container {
  height:100%;
}
.wgtc-gallery--fullscreen .wgtc-gallery-main:before, .wgtc-gallery--fullscreen .wgtc-gallery-main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.wgtc-gallery--fullscreen .wgtc-gallery-main:after {
  clear: both;
}
.wgtc-gallery--fullscreen .wgtc-gallery-main {
  *zoom: 1;
}
.wgtc-gallery--fullscreen .wgtc-gallery-main__display {
  position: relative;
  display: block;
  float: left;
  height: calc(100% - 150px);
  width: 100%;
}
.wgtc-gallery--fullscreen .wgtc-gallery-sidebar {
  display: none;
  float: right;
  top: 168px;
  text-align: center;
  padding-top: 73px;
  left: 100%;
  height: calc(100% - 126px);
  position: static;
  width: 30%;
  overflow:hidden;
}
.wgtc-gallery--fullscreen .wgtc-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wgtc-gallery .btn.btn-expand {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  line-height: 1;
  padding: 16px;
  cursor: pointer;
}
.wgtc-gallery .btn.btn-expand:before {
  content: '';
  background: url("/National_Library/20160930123623oe_/http://wegotthiscovered.com/wp-content/plugins/face3-wgtc-gallery/frontend/img/icn--plus.png") no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.wgtc-gallery .btn.btn-expand.expand--less:before {
  background-image: url("/National_Library/20160930123623oe_/http://wegotthiscovered.com/wp-content/plugins/face3-wgtc-gallery/frontend/img/icn--minus.png");
}
.wgtc-gallery--fullscreen .wgtc-gallery-slideshow-container {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wgtc-gallery--fullscreen .wgtc-gallery-slideshow-container .slide {
  vertical-align: middle;
  display: none;
  height: 100%;
}
.wgtc-gallery--fullscreen .wgtc-gallery-slideshow-container .slide * {
  white-space: normal;
}
.wgtc-gallery--fullscreen .wgtc-gallery-slideshow-container .slide img {
  margin: 0 auto;
  display: block;
  object-fit: contain;
  height: 100%;
  max-width: 100%;
}
.wgtc-gallery--fullscreen .wgtc-gallery-slideshow-container .slide:first-child {
  display: inline-block;
}
.wgtc-gallery-zoom-magnifier {
	display:none;
}
@media screen and (min-width: 1020px) {
  .wgtc-gallery-zoom-magnifier {
	  display:block;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.5;
    color:white;
    font-size:11px;
    text-transform: uppercase;
  }
  .wgtc-gallery-zoom-magnifier > img {
    height: 20px;
    vertical-align:middle;
    margin-left:5px;
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-sidebar {
    display: block;
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-main__display {
    max-width: 70%;
    width: 70%;
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-slideshow-container {
    padding: 0 4%;
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-title {
    width: calc(70% - 94px);
    max-width: calc(70% - 94px);
    vertical-align:top;
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-toolbar {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 100;
    width: 29%;
  }
  .wgtc-gallery--fullscreen .slide iframe {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .wgtc-gallery.wgtc-gallery--fullscreen {
    height: 100%; // hide top menu in fullscreen
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-sidebar {
    display: none !important;
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-ico-fullscreen, .wgtc-gallery--fullscreen .wgtc-gallery-ico-thumbs  {
    position: static;
  }
}
@media screen and (max-width: 768px) {
   .wgtc-gallery-title {
     max-width: 60%;
   }
  #ad_gallery_top, #ad_gallery_bottom {
    width:320px;
  }
  .wgtc-gallery__ad--bottom, .wgtc-gallery__ad--top {
    min-height:50px;
    max-height:100px;
    height:auto;
   }

  .wgtc-gallery .bx-wrapper .bx-next,
  .wgtc-gallery .bx-wrapper .bx-prev
  {
    opacity:1;
  }
  .wgtc-gallery-slide-title {
    padding-right:35px;
  }
  .wgtc-gallery-caption {
    max-height: 100%;
    overflow: auto;
    padding-left:30px;
    padding-right:30px;
  }
  .wgtc-gallery .btn.btn-expand {
    right:30px;
  }
}
@media screen and (max-width: 500px) {
  .wgtc-gallery {
    margin-top: calc(1em + 24px);
  }
  .wgtc-gallery-main__display {
    height: 345px;
  }
  .wgtc-gallery--fullscreen .wgtc-gallery-header  .wgtc-gallery-logo, .wgtc-gallery-logo {
    display:none;
  }
  .wgtc-gallery-header {
    position:relative;
    width:100%;
  }
  .wgtc-gallery-title {
    max-width: 100%;
    padding-left: 5px;
    position: absolute;
    top: -28px;
    padding: 8px 4px 4px;
    background: #f4f4f4;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
  }
  .wgtc-gallery-toolbar {
    padding: 2px 0 2px 2px;
    float:none;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
  }
  .wgtc-gallery-slide-count span {
    font-size: 14px;
  }
}
/* zergnet */

.wgtc-gallery .slide h3 {
  text-align: center;
  margin-top: 0 !important;
  line-height: 2.3em !important;
}

/* desktop */
.slide #zergnet-widget-41994 .zergentity,
.slide #zergnet-widget-41994 .zergentity:nth-child(odd),
.slide #zergnet-widget-41994 .zergentity:nth-child(even) {
  width: 30% !important;
  min-height: inherit !important;
  margin: 7px !important;
  padding: 0 !important;
  float: left !important;
  overflow: hidden !important;
}

/* mobile */
.slide #zergnet-widget-41997 .zergentity,
.slide #zergnet-widget-41997 .zergentity:nth-child(odd),
.slide #zergnet-widget-41997 .zergentity:nth-child(even) {
  width: 39% !important;
  min-height: inherit !important;
  margin: 7px 0 45px 20px !important;
  padding: 0 !important;
  float: left !important;
  overflow: hidden !important;
}

#zergnet-widget-41994 .zergentity .zergheadline a,
#zergnet-widget-41997 .zergentity .zergheadline a {
  color:#FFF !important;
}

.wgtc-gallery--fullscreen .slide #zergnet-widget-41997 .zergentity,
.wgtc-gallery--fullscreen .slide #zergnet-widget-41997 .zergentity:nth-child(odd),
.wgtc-gallery--fullscreen .slide #zergnet-widget-41997 .zergentity:nth-child(even) {
  margin-bottom:0;
}

#zergnet-widget-41994 #zerglayout{
  width: 100% !important;
  max-width: 500px;
}

#zergnet-widget-41997 #zerglayout {
  width: 85% !important;
  max-width: 500px;
}