.popup-video .home-video-banner {
  margin-bottom: 25px;
  line-height: 0;
  cursor:pointer;
}

.popup-video .content-wrapper,
.popup-video .popup-video-column {
  padding: 0 15px;
}

.popup-video .modal {
  position: fixed;
  z-index: 1050;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.popup-video .modal,.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.popup-video .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%)
}

.popup-video .modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0)
}

.popup-video .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.popup-video .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 9999;
}

.popup-video .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.popup-video .modal-backdrop {
  position: fixed;
  z-index: 1040;
  background-color: #000
}

.popup-video .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
  display: none;
}

.popup-video .carousel-control,.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.popup-video .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.popup-video .modal-header .close {
  margin-top: -2px
}

.popup-video .modal-title {
  margin: 0;
  line-height: 1.42857143
}

.popup-video .modal-body {
  position: relative;
  padding: 15px
}

.popup-video .modal-footer {
  padding: 12px 15px 11px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.popup-video .modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.popup-video .modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.popup-video .modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.popup-video .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

.popup-video .modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.popup-video .fade.in {
  opacity: 1;
  visibility: visible;
}

.popup-video .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.popup-video.overlay-open .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

@media (min-width: 768px) {
  .popup-video .modal-dialog {
    width:600px;
    margin: 30px auto
  }

  .popup-video .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
  }

  .popup-video .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .popup-video .modal-lg {
    width: 900px;
  }
}

.popup-video .responsive-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.popup-video .responsive-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-video .modal-footer a.button {
  background-color: #00a399;
  padding: 2.8px 15px 4.5px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 18px;
  font-family: BariolBold;
  text-transform: lowercase;
  transition: none;
}

.popup-video .modal-backdrop.fade.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.popup-video .fade {
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.popup-video .fade.in {
    overflow-x: hidden;
    overflow-y: auto;
}