.nav ul li.current-menu-item a{
	margin: 0 0 0 -1px;
  border-color: #bebebe #bebebe #fff;
  border-style: solid;
  border-width: 1px;
  padding: 41px 23px 28px;
  color: #d60f0f;
  position: relative;
  z-index: 1;
}
.nav ul li.current-menu-item a span{
  border: medium none;
  padding: 0;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container-music { 
	position: relative; 
	padding-bottom: 76.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container-music iframe,
.embed-container-music object,
.embed-container-msuic embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

