/* MENU MODIFICATION */

.navbar-WWE{
  background-color: rgb(36, 40, 40);
  border-color: #e7e7e7;
}

.navbar-brand {
  padding: 4px 15px;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: #74747466;
}

.navbar-toggle {
  background-color: #74747466;
}

.navbar-toggle .icon-bar{
  background-color: white;
}

.navbar-WWE a {
  color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
  color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background-color: #74747466;
}

.btn {
padding: 3px 12px;
}

/* .dropdown-menu>li>a {
  color: #fff;
} */

.footer-wwe {
  color: #f00!important;
  text-align: center;
  background-color: rgb(36, 40, 40);
}

.login-wwe {
  max-width: 500px;
}

.form-signin {
  text-align: center;
}

/* MENU MODIFICATION */

/* NEWS PAGE */

.jumbotron-smackdown {
  text-align: center;
  color: white;
  content: "";
  background:url("../img/smackdown-corner.png") #0014ff no-repeat -10px -50px;
  background-size: 350px;
  background-repeat: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.jumbotron-raw{
  text-align: center;
  color: white;
  content: "";
  background:url("../img/raw-corner.png") #b80a1b no-repeat -10px -50px;
  background-size: 350px;
  background-repeat: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.jumbotron-ppv{
  text-align: center;
  color: white;
  content: "";
  background:url("../img/PPV-corner.png") #000 no-repeat -10px -50px;
  background-size: 350px;
  background-repeat: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* NEWS PAGE */

/* STREAM PAGE */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  margin-bottom: 50px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.stream_title {
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

/* STREAM PAGE */

#mytextarea2editodiv {
  overflow: inherit!important;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: rgb(36, 40, 40);
    border-color: #ddd;

}
