.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 and (max-width: 980px) {
	
  .ShowBuddy .modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}

@media (min-width: 980px) {
  .ShowBuddy .video_content {
    margin-top: 10%;
  }
}

@media (min-width: 800px) and (max-width: 980px) {
  .ShowBuddy .video_content {
    margin-top: 15%;
  }
}

@media (min-width: 700px) and (max-width: 800px) {
  .ShowBuddy .video_content {
    margin-top: 20%;
  }
  .modal__close{
  	top: 100px !important;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .ShowBuddy .video_content {
    margin-top: 25%;
  }
  .modal__close{
  	top: 100px !important;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .ShowBuddy .video_content {
    margin-top: 30%;
  }
}

@media (min-width: 400px) and (max-width: 500px) {
  .ShowBuddy .video_content {
    margin-top: 35%;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  .ShowBuddy .video_content {
    margin-top: 70%;
  }
}

.ShowBuddy .buddyButton {
  cursor: pointer;
  background: #bac4c6;
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
  float: right;
  margin-top: -30px;
  margin-right: 15px;
  background-image: url('../images/showBuddy/buddy_replay_icon.jpg');
  background-repeat: no-repeat;
  width: 54px;
  height: 31px;
  border-bottom: 1px solid #ddd;
}

.ShowBuddy .responsive_video{
  max-width: 100% !important;
  height: auto;
}

.ShowBuddy .tooltipBuddy span{
	min-width: 55px;
	position: absolute;
	display: none;
	padding: 4px 8px;
	border-radius: 4px;
	color: white;
	z-index: 2000;
	font-size: 12px;
	left: 634px;
	top: 74px;
	text-align: left;
	-webkit-touch-callout: none;
	-webkit-user-select: none;  
	-khtml-user-select: none;    
	-moz-user-select: none;      
	-ms-user-select: none;       
	user-select: none;  
}

.ShowBuddy .tooltipBuddy:hover span{
	display: block;
}