@font-face {
    font-family: 'proxima';
    src: url('../fonts/proxima-nova-regular-latin-1-webfont.eot');
    src: url('../fonts/proxima-nova-regular-latin-1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima-nova-regular-latin-1-webfont.woff2') format('woff2'),
         url('../fonts/proxima-nova-regular-latin-1-webfont.woff') format('woff'),
         url('../fonts/proxima-nova-regular-latin-1-webfont.ttf') format('truetype'),
         url('../fonts/proxima-nova-regular-latin-1-webfont.svg#proxima') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
	box-sizing: border-box;
}
html,body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
body {
	font-family: "proxima",Arial,sans-serif;
	color: #000;
	text-align: center;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
h1 {
	margin: 21px 0 6px;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p {
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
img, a img {
	border: 0 none;
}
.closedStore-msg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 455px;
	max-width: 100%;
	padding: 75px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(255,255,255,0.85);
}
.closedStore-msg img {
	width: 280px;
	height: auto;
}
.closedStore-msg p.homeLink {
	margin-top: 21px;
}
@media screen and (max-width: 767px){
	.closedStore-msg {
		padding: 40px;
	}
}