body {
	background: #fff;
	position: relative;
	text-rendering: optimizeLegibility;
  	-webkit-font-smoothing: antialiased;
	}

body#w {
	background: #0a0a0a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	position: relative;
	color: rgba(255,255,255,.8);
	font-size: 18px;
	line-height: 32px;
	}

.hello {
	background: url(//static1.squarespace.com/static/557e91eae4b0fd931dc7fc7d/577a04796b8f5b92c33c87df/577a048bf7e0ab3baff6e328/1467614353191/hello.gif);
	text-align: center;
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	color: #fff;
	width: 800px;
	height: 600px;
	margin: -360px 0 0 -440px;
	z-index: 1;
	}

.main-link {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	cursor: url(cursor-close.png), crosshair;
	}

.payment_w {
	background: #333;
	opacity: 0;
	}

.payment {
	width: 320px;
	margin: -160px 0 0 -160px;
	top: 50%;
	position: fixed;
	left: 50%;
	}

.payment:before {
	content: '';
	position: absolute;
	background: url(wine.jpg) 0 0 no-repeat;
	background-size: 100%;
	width: 34px;
	height: 50px;
	top: 28px;
	right: 20px;
	}

@-webkit-keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}
@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}}

@-webkit-keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}
@keyframes fadeOut {from {opacity: 1;}to {opacity: 0;}}

.payment-animation {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	animation-delay: : 1s;
	}

.wrapper {
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #0a0a0a url(black-x.jpg) center center no-repeat;
	z-index: -2;
	}

.bg-cover {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: -1;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	}

.cnt {
	max-width: 1440px;
	}

header,
footer {
	max-width: 1440px;
	margin: 10vh auto;
	height: 32px;
	padding: 20px 3%;
	text-align: center;
	}

section {
	max-width: 1440px;
	padding: 0 3%;
	margin: 0 auto;
	text-align: center;
	}

h1 {}
h2 {}

h3 {
	color: rgba(255,255,255,.5);
	font-size: 15px;
	line-height: 1.3;
	}

header .h1,
footer .h1 {
	float: left;
	text-align: left;
	white-space: nowrap;
	display: block;
	z-index: 2;
	width: 25%;
	}

.nav {
	position: relative;
	float: left;
	width: 50%;
	}

.mail {
	float: right;
	text-align: right;
	z-index: 2;
	}

a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
	transition: color .15s ease;
	}

a:hover,
a.__ac {
	color: rgba(255,255,255,1);
}

.nav a + a {margin-left: 12px;}

.content {
	/*background: rgba(0,0,0,.5);*/
	/*padding: 200px;*/
	margin: 24px 0;
	/*opacity: .5;*/
	}

	.content img {width: 100%;}

/*.content:hover {opacity: 1;}*/
























