
.popover-info .content {
	padding: 10px 40px 0 40px;
}

.popover-info .certified {
	font-size: 18px;
	margin-top: 10px;
	padding: 5px 0;
	font-weight: bold;
}

.popover-info .fa-star,
.popover-info .fa-star-o {
	color: #E3CA62;
	font-size: 16px;
}

.popover-info .url {
	font-size: 15px;
}

.popover-info .content .top {
	border-bottom: 1px solid #f4ce00;
	padding-bottom: 25px;
	height: 170px;
	max-height: 170px;
}

.popover-info .content {
	margin-bottom: 25px;
}

.bottom-wrap {
	max-height: 210px;
	height: 210px;
}

.popover-info .content .bottom {
	padding: 20px 0;
}

#security ul {
	padding: 0;
	margin: 0;
}

#security li {
	padding: 8px 0 8px 70px;
	list-style-type: none;
	margin-top: 10px;
}

#security li:first-child {
	margin-top: 0;
}

#security .ncsc {
	background: url('/img/popover/01.png') no-repeat;
}

#security .threats {
	background: url('/img/popover/02.png') no-repeat;
}

#security .ssl {
	background: url('/img/popover/03.png') no-repeat;
}

#website ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#website li {
	padding: 5px 0;
}

.menu {
	height: 30px;
	padding: 0 50px;
	background: #f4ce00;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.menu ul {
	height: 30px;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
}

.menu a,
.menu a:hover,
.menu a:link {
	color: #333;
}

.menu .active {
	position: relative;
	font-weight: bold;
}

.menu li {
	padding-top: 2px;
	margin: 0;
	display: inline-block;
}

.menu .active:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(244, 206, 0, 0);
	border-bottom-color: #f4ce00;
	border-width: 10px;
	margin-left: -10px;
}
