div.ShowBuddy * {
	box-sizing: content-box;
}

.ShowBuddy .sweet-alert{
	width: auto !important;
	top: 36% !important;
	left: 45% !important;
}

.ShowBuddy .modal-content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0,0,0, .9);
  transition: opacity .1000s ease;
  z-index: 9999;
}

.ShowBuddy .modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #262626;
}

.ShowBuddy .modal-state {
  display: none;
}

.ShowBuddy .buddy_title{
	text-align: center;
	font-size: 40px;
	margin-top: 25px;
}

.ShowBuddy .modal-state:checked + .modal-content {
  opacity: 1;
  visibility: visible;
}

.ShowBuddy .modal-state:checked + .modal-content .modal__inner {
  top: 0;
}

.ShowBuddy .mejs-container{
	/*top: 5%;
	left: 10%;*/
}

.ShowBuddy .modal_hidden{
	opacity: 0;
	transition: opacity .25s ease;
}

.ShowBuddy .modal__inner {
  width: 960px;
  height: auto;
  
  transition: all .80s ease;
  position: absolute;
  top: -70%;
  right: 0;
  bottom: 0;
  left: 0; 
  margin: auto;
  overflow: hidden;
}

.ShowBuddy .modal__close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 1.9em;
    position: absolute;
    right: 1em;
    top: 4.8em;
    width: 1.1em;
}

.ShowBuddy .modal__close::after, .modal__close::before {
    background: #ccc none repeat scroll 0 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 2.5em;
    left: 50%;
    margin: -3px 0 0 -1px;
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
    width: 2px;
}

.ShowBuddy .modal__close:hover:after,
.ShowBuddy .modal__close:hover:before {
  background: #aaa;
}

.ShowBuddy .modal__close:before {
  transform: rotate(-45deg);
}

@media screen {
  .ShowBuddy .modal__inner {
    width: 90%;
    height: auto;
    box-sizing: border-box;
  }
  .ShowBuddy .video_content {
    margin-top: 40%;
  }
  .modal__close{
  	top: 10px !important;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .ShowBuddy .modal__inner {
    width: 80%;
  }
  .ShowBuddy .video_content {
    margin-top: 20%;
  }
}

@media (min-width: 800px) {
  .ShowBuddy .modal__inner {
    width: 70%;
  }
  .ShowBuddy .video_content {
    margin-top: 8%;
  }
}

.ShowBuddy .buddyButton {
	cursor: pointer;
	background: #bac4c6;
	padding: 0;
	color: #fff;
	float: right;
	margin-top: -25px;
	/* margin-right: 15px; */
	background-image: url('../images/showBuddy/buddy_replay_icon.jpg');
	background-repeat: no-repeat;
	width: 80px;
	height: 49px;
	position:relative;
}

.ShowBuddy .responsive_video {
  max-width: 100% !important;
  height: auto;
}

.ShowBuddy .buddyButton span {
	position: absolute;
	display: none;
	padding: 4px 8px;
	border-radius: 3px;
	color: white;
	z-index: 2000;
	font-size: 12px;
	left: 10px;
	top: 59px;
	text-align: left;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ShowBuddy .buddyButton:hover span {
	display: block;
}
