/*-----------------------------------------------------------------------------
 *           POPE VIDEO POPUP            
 *---------------------------------------------------------------------------*/
.blur {
   -webkit-filter: blur(5px);
}
 
#cboxOverlay {
  background: url(../img/bg.png) repeat left top;
}

#cboxContent,
#cboxLoadingGraphic {
  background: transparent !important;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  display: none;
}

#cboxClose:hover {
  background: url(../img/popevideo_return.png) no-repeat center top;
}

#cboxClose {
  position: fixed;
  background: url(../img/popevideo_return.png) no-repeat center -12px;
  top: 30px;
  right: 281px;
  height: 12px;
  width: 119px;
}

.popevideo {
  margin-top: 125px;
}

.popevideo .title {
  background: url(../img/popevideo_main_title.png) no-repeat center top;
  height: 77px;
  margin: 0 auto 30px;
  width: 823px;
}

.popevideo-embed {
  border: 1px solid #fff;
  cursor: pointer;
  box-shadow: 1px 1px 40px 0px #3A3A3A;
  margin: 0 auto;
  width: 719px;
}

.popevideo .share {
  background: url(../img/popevideo_share.png) no-repeat left top !important;
  height: 30px;
  margin: 30px auto 10px !important;
  width: 194px;
}

.popevideo-social-links {
  margin: 0 auto;
  width: 142px;
}

.popevideo-social-link {
  float: left;
}

.popevideo-social-link a {
  height: 61px;
  display: block;
  text-indent: -9999px;
  text-transform: uppercase;
  width: 60px;
}

.popevideo-facebook a {
  background: url(../img/popevideo_social_icons.png) no-repeat 0 -60px !important;
  margin-right: 22px;
}

.popevideo-facebook a:hover {
  background: url(../img/popevideo_social_icons.png) no-repeat 0 1px !important;
}

.popevideo-twitter a {
  background: url(../img/popevideo_social_icons.png) no-repeat -77px -60px !important;
}

.popevideo-twitter a:hover {
  background: url(../img/popevideo_social_icons.png) no-repeat -77px 1px !important;
}

