#overlay {
		background-color: rgba(0,0,0,0.7);
	}

#overlay .title {
		background-color: #006eab;
		color: #fff;
		padding: 10px 20px;
		font-size: 20px;
		line-height: 28px;
	}

#overlay .footer {
		background-color: #006eab;
		padding: 10px 20px;
	}

#popup {
		background-color: #fff;
	}

#fans {
  width: 100%;
  height: 100%;
  opacity: .95;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  background-color: #313131;
  overflow: auto;
  z-index: 1000;

  transition: all 0.2s ease;
}

.fans #y {
  width: 20px;
  text-align: right;
  padding-top: 20px;
}

.fans img#close {
  cursor: pointer;
}

.fans {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

.fans section {
  background: #fff;
  padding: 40px;
}

.fans section h3 {
  color: #1781a7;
	font-weight: 300;
	font-size: 32px;
}

.fans section p,
ul,
li {
  color: #555;
  line-height: 24px;
}
