/* Headline Daily */
.ep-primary {
	color: #710002;
}
.ep-primary:hover {
	color: #710002;
}
.ep-top {
  padding: 5px 0;
  border-top: 0px solid #860287; /* #ff9900 */
  background-color: #FFFFFF;
  position: relative;
}
.ep-top .epcontainer {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  padding: 0;
}
.ep-brand .logo {
  display: block;
  width: 270px;
  height: 90px;
  background-image: url(logo.gif);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.ep-header {
  border-bottom: 5px solid #860287; 

  background-color: #860287;

}
.ep-navbar {
  border-top: 0px solid #860287; /* #ffffff */
  background-color: #FFFFFF; /* #cc0000 */
  width: 100%; 
}
.ep-ad {
  background-color: #FFFFFF; /* #cc0000 */
  width: 100%;
}
.ep-menu {
  margin-left: 0px;
}
.ep-menu li {
  position: relative; margin:0px !important;
}

.ep-menu li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -4px;
  width: 1px;
  background-color: white;
}

.ep-menu li:first-child:after {
  display: none;
}

.ep-menu li a {
  padding: 2px 15px;
  height: 26px;
  font-size: 15px;
	font-weight: normal;
  color: #666666;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
}

.ep-menu li a:hover {
	background-color: rgba(255,255,255,.25);
}

.ep-menu li.active a {
	color: #cc0000;
	background-color: #ffcc33;
}

.floatingad-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* z-index: 1200; */
  z-index: 10001;
}

.btn-close {
  position: absolute;
  z-index: 99999;
  padding: 10px;
  background: white;
  border-radius: 30px;
  margin: 10px;
  right: -20px;
  margin-top: -20px;
  cursor: pointer;
}

.btn-close img {
  width: 20px;
}