/* CSS: Hunter x Hunter > Landing */

/* ОСНОВНЫЕ */

* {
	padding: 0;
	margin: 0;
	/*border: 0;*/
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #9999FF;
}

img {
	border: 0;
}

b, strong, h1, h2, h3 {
	font-weight: bold;  /* Исправляем отображение толщины шрифтов в Windows 7 */
}


/* ВЁРСТКА */

.landingWrapper {
	/* font: 18px/1 Arial, Helvetica, sans-serif;
	color: #E8E8E8; */
	background: #120303;
	overflow: hidden;
	min-width: 980px;
		height: 900px;  /* Для Opera 12 */
	height: 100vh;
	min-height: 600px;
	position: relative;
}

.landingWrapperInner {
	width: 1920px;  /* Ширина фона */
	height: 100vh;
	min-height: 1080px;  /* Высота фона */
	margin-left: -960px;
	position: absolute;
	top: 0;
	left: 50%;
	transform-origin: 50% 0;
}

/* КОНТЕНТ */

.landing-content {
	background: url(img/landing-bg.jpg) 50% 0 no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* Галерея */

.landing-gallery {
	width: 350px;
	height: 700px;
	margin-left: -665px;
	position: absolute;
	left: 50%;
	top: 45px;
}

.landing-gallery > div {  /* Пункты галереи */
	background-color: #130F0E;
	background-repeat: no-repeat;
	width: 116px;
	height: 116px;
	border: 4px solid #130F0E;
	transform-origin: 58px 58px;
	transform: rotate(-45deg);
	position: absolute;
	z-index: 20;
/* Блочная модель border-box !!! */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.landing-gallery-item0 {
	background-image: url(pic/landing-gallery-item0.jpg);
	background-position: -4px -3px;
	top: 25px;
	left: 117px;
}
.landing-gallery-item1{
	background-image: url(pic/landing-gallery-item1.jpg);
	background-position: -4px -4px;
	top: 114px;
	left: 32px;
}
.landing-gallery-item2 {
	background-image: url(pic/landing-gallery-item2.jpg);
	background-position: -4px -4px;
	top: 114px;
	left: 202px;
}
.landing-gallery-item3 {
	background-image: url(pic/landing-gallery-item3.jpg);
	background-position: -4px -4px;
	top: 203px;
	left: 117px;
}
.landing-gallery-item4 {
	background-image: url(pic/landing-gallery-item4.jpg);
	background-position: -3px -3px;
	top: 291px;
	left: 31px;
}
.landing-gallery-item5 {
	background-image: url(pic/landing-gallery-item5.jpg);
	background-position: -4px -3px;
	top: 291px;
	left: 202px;
}
.landing-gallery-item6 {
	background-image: url(pic/landing-gallery-item6.jpg);
	background-position: -4px -4px;
	top: 380px;
	left: 117px;
}
.landing-gallery-item7 {
	background-image: url(pic/landing-gallery-item7.jpg);
	background-position: -3px -4px;
	top: 468px;
	left: 32px;
}
.landing-gallery-item8 {
	background-image: url(pic/landing-gallery-item8.jpg);
	background-position: -3px -4px;
	top: 468px;
	left: 202px;
}
.landing-gallery-item9 {
	background-image: url(pic/landing-gallery-item9.jpg);
	background-position: -3px -4px;
	top: 557px;
	left: 117px;
}

.landing-gallery > div > div {  /* hover frame */
	background-image: url(img/landing-gallery-hover.png);
	width: 124px;
	height: 124px;
	opacity: 0;
	position: absolute;
	top: -8px;
	left: -8px;
	transition: opacity 0.15s linear;
}
.landing-gallery > div.itemActive > div {
	opacity: 1;
}

.landing-gallery > img {  /* Большие картинки */
	width: 920px;
	height: 873px;
	position: absolute;
	top: -45px;
	left: 204px;
	z-index: 10;
	opacity: 0.001;
	transition: opacity 0.45s linear;
}
div.itemActive + img {
	opacity: 1;
}

/* Слоган */

.landing-slogan {
	background: url(img/landing-slogan.png) no-repeat;
	width: 865px;
	height: 81px;
	margin-left: -430px;
	position: absolute;
	top: 774px;
	left: 50%;
	z-index: 40;
}

/* Форма */

.landing-form {
	width: 371px;
	height: 528px;
	margin-right: -659px;
	position: absolute;
	top: 225px;
	right: 50%;
	z-index: 30;
}


#esprit-auth-widget-holder {
	height: 100%;
}

/* Копирайт */
/*
.landing-copyright {
	color: #DBEAF8;
	text-align: center;
	margin-top: 122px;
}

.landing-copyright > a {
	color: #DBEAF8;
	text-decoration: none;
}
.landing-copyright > a:hover {
	color: #8686C0;
	text-decoration: underline;
}
*/

/* Layout: <IZEM©STUDIO> • 2017 */
