/* CSS: Esprit Games > Language */

/* ОСНОВНЫЕ */

* {
    padding: 0;
    margin: 0;
    /*border: 0;*/
}

html {
    background: #000;  /* Может быть, сработает */
}

body {
    background: #000;  /* Может быть, сработает */
    min-width: 995px;
}

a {
    color: #FFF;
}
a:hover {
    color: #FFF;
}

img {
    border: 0;
}

b, strong, h1, h2, h3 {
    font-weight: bold;  /* Исправляем отображение толщины шрифтов в Windows 7 */
}


/* ВЁРСТКА */

.wrapperLanding {
    font: 18px/1 'Arial Narrow', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-stretch: condensed;  /* Для нормального отображения Arial Narrow в FF (новый стандарт) */
    color: #FFF;
    background: url(img/landingBg-1.jpg) center top no-repeat;
    height: 900px;
    padding-top: 1px;  /* Оключаем схлопывание маргинов */
}

/* Выбор языка */

.landingLanguage {
    text-transform: uppercase;
    text-align: center;
    width: 995px;
    margin: 262px auto 0;
}

.landingLanguage-title {
    font-weight: bold;
    line-height: 21px;
    background: url(img/language-title.png);
    height: 69px;
    padding-top: 13px;
/* Блочная модель border-box !!! */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.landingLanguage-itemLink {
    width: 247px;
    height: 307px;
    margin-top: 2px;
    margin-right: 1px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.landingLanguage-itemLink:hover {
    color: #FFF;
    text-decoration: none;
}

.landingLanguage-itemLink > span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.landingLanguage-item-text {
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 20px;
    color: #FFF;
    text-decoration: none;
    background-position: 50% 125px;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-left: 4px;
/* Блочная модель border-box !!! */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.landingLanguage-itemLink:nth-of-type(1) > .landingLanguage-item-text {
    background-image: url(img/language-bgGer.png?v=1);
}
.landingLanguage-itemLink:nth-of-type(2) > .landingLanguage-item-text {
    background-image: url(img/language-bgFra.png?v=1);
}
.landingLanguage-itemLink:nth-of-type(3) > .landingLanguage-item-text {
    background-image: url(img/language-bgRus.png?v=1);
}
.landingLanguage-itemLink:nth-of-type(4) > .landingLanguage-item-text {
    background-image: url(img/language-bgPol.png?v=1);
}

.landingLanguage-item-bg, .landingLanguage-item-bgHover {
    background: url(img/language-item.spr.png) repeat-x;
    transition: opacity 0.15s linear;
}

.landingLanguage-item-bg {
    opacity: 1;
}
.landingLanguage-itemLink:hover > .landingLanguage-item-bg {
    opacity: 0;
}

.landingLanguage-item-bgHover {
    background-position: left bottom;
    opacity: 0;
}
.landingLanguage-itemLink:hover > .landingLanguage-item-bgHover {
    opacity: 1;
}

/* Партнёры */

.landingPartnersOuter {
    text-align: center;
    background: #0A0A0A;
    margin-top: 86px;
}

.landingPartners {
    margin: 10px auto 0 auto;
    width: 980px;
    display: inline-block;
    vertical-align: top;
}

.landingPartners > a {
    background-position: center top;
    background-repeat: no-repeat;
    width: 206px;
    height: 55px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.landingPartners > a:nth-child(3) {
    /* width: 202px; */
}

.landingPartners > a:nth-child(1), .landingPartners > a:nth-child(1) > span {
    background-image: url(img/partner01-1.jpg);
    width: 162px;
}
.landingPartners > a:nth-child(2), .landingPartners > a:nth-child(2) > span {
    background-image: url(img/partner02-1.jpg);
    width: 187px;
}
.landingPartners > a:nth-child(3), .landingPartners > a:nth-child(3) > span {
    background-image: url(img/partner03-1.jpg);
    width: 217px;
}
.landingPartners > a:nth-child(4), .landingPartners > a:nth-child(4) > span {
    background-image: url(img/partner04-1.jpg);
    width: 162px;
}
.landingPartners > a:nth-child(5), .landingPartners > a:nth-child(5) > span {
    background-image: url(img/partner05-1.jpg);
    width: 147px;
}
.landingPartners > a:nth-child(6), .landingPartners > a:nth-child(6) > span {
    background-image: url(img/partner06-1.jpg);
    width: 156px;
}
.landingPartners > a:nth-child(7), .landingPartners > a:nth-child(7) > span {
    background-image: url(img/partner07-1.jpg);
    width: 180px;
}
.landingPartners > a:nth-child(8), .landingPartners > a:nth-child(8) > span {
    background-image: url(img/partner08-1.jpg);
    width: 207px;
}
.landingPartners > a:nth-child(9), .landingPartners > a:nth-child(9) > span {
    background-image: url(img/partner09-1.jpg);
    width: 172px;
}

.landingPartners > a > span {
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0;
    display: block;
    transition: opacity 0.15s linear;
}

.landingPartners > a:hover > span {
    opacity: 1;
}


/* Layout: <IZEM©STUDIO> • 2016 */
