html {
  overflow-y: scroll;
}
.popover-body {
	padding: 15px;
}
.popover-body p {
	margin: 0 0 10px 0;
}
.modal-header {
	display:block;
	padding:20px;
}

.modal-header p {
	padding:0 50px 0 0;
}

.modal-header h3 {
	line-height:1em;
	margin-bottom:0;
	font-size:1.5rem;
}

.modal-header button.close, .modal-header a.close {
	position:absolute;
	top:0;
	right:0;
	background-color:#9a0404;
	padding:10px;
	display:block;
	line-height:.75em;
	text-shadow:none;
}

.modal-header button.close:after, .modal-header a.close:after {
	content:"back";
	font-size:.3em;
	display:block;
}
.bs-popover-top {
	line-height:1.35em;
}

.modal-more p {
	margin-bottom:0;
	padding:0;
}

/*.logo {*/
/*    width: 400px;*/
/*    height:50px;*/
/*}*/


@media(max-width:1280px) {
	::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(255, 255, 255, .5);
		-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}
}
