﻿/* cool video stuff */
.video-row {
	display:block;
	padding:0 20px;
}
.fw-video {
    position: relative;
    margin-bottom: 20px;
}
.fw-video a.fw-video-img-link {
  display: block;
}
.fw-video a.fw-video-img-link .img-wrapper {
  position: relative;
  display: block;
  z-index: 8;
}
.fw-video a.fw-video-img-link .fw-video-overlay {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.35);
  text-align: center;
  transition: 0.15s ease all;
}
.fw-video a.fw-video-img-link .fw-video-overlay .far {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 70px;
  z-index: 10;
}
.fw-video a.fw-video-img-link:hover .fw-video-overlay .far,
.fw-video a.fw-video-img-link:focus .fw-video-overlay .far,
.fw-video a.fw-video-img-link:focus-within .fw-video-overlay .far {
  color: #ffffff !important;
}
.fw-video a.fw-video-img-link:hover .fw-video-overlay,
.fw-video a.fw-video-img-link:focus .fw-video-overlay,
.fw-video a.fw-video-img-link:focus-within .fw-video-overlay {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.fw-video .video-duration {
  background: rgba(0, 0, 0, 0.68);
  color: #fff !important;
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 3px 7px;
}
.fw-video .video-title {
  display: block;
  text-align: center;
  padding: 3px;
  color: #11588b !important;
}
.fw-video img {
  width: 100%;
}
#myModal button.close {
  box-shadow:none !important;
  opacity:0.75;
  color:#fff;
      font-size: 35px;
    position: absolute;
    top: -18px;
    right: -18px;
    z-index: 100;
}
#myModal button.close:hover,
#myModal button.close:focus {
	opacity:0.95;
}