.popup-container {
	position: fixed;
	top: 10%;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	height: 80%;
	z-index: 999;
	padding: 42px;
}
.popup-container .popup-close {
	background-color: #CCC;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #FFF;
	font-size: 21px;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}
.popup-container .popup-close i {
	line-height: 42px;
}
.popup-container {
	margin-top: 0;
	text-align: left;
}
.popup-container header {
	padding: 42px;
}
.popup-container .popup-branches {
	padding: 0 42px 42px;
}

.popup-container .scrollbar {
	width: 100%;
}
.popup-container .popup-close:hover {
	color: #ffde17;
	background-color: #000;
}
.popup-container > .overlay {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
.popup-branches > .container {
	width: auto;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}
.popup-container > .container {
	background-color: #fff;
	display: block;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
@media screen and (max-width:960px) {
	.popup-container {
		width: 100%;
		margin: 0;
		left: 0;
		top: 0; 
		height: 100%;
	}
}