/* Main wrap */
.b-igora-page {
    padding: 0 5px;
}

/* Tiles */
.b-igora-page__tiles-row {
    margin: 0 0 20px;
    overflow: hidden; /* Clearfix */
}

.b-igora-page__tile {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.b-igora-page__tile + .b-igora-page__tile {
    margin-left: 20px;
}

.b-igora-page__tile--w1 {
    width: 760px;
}

.b-igora-page__tile--w2 {
    width: 500px;
}

.b-igora-page__tile--w3 {
    width: 240px;
}

.b-igora-page__tile-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

.b-igora-page__tile-wrap-link:hover {
    color: inherit;
}

.b-igora-page__tile-content {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
}

.b-igora-page__tile-title {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.b-igora-page__tile-text {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.b-igora-page__tile-link {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 40px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    background: #ca0f0a;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.b-igora-page__tile-wrap-link:hover .b-igora-page__tile-link,
.b-igora-page__tile-link:hover {
    color: #fff;
    background: #720c09;
}


.b-igora-page__tile-video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-igora-page__tile-video-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.b-igora-page__tile-video-play-btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -72px 0 0 -72px;
    width: 144px;
    height: 144px;
    background: url(/img/specprojects/igora/play_button.png) no-repeat 50% 50%;
    z-index: 10;
}

.b-igora-page__tile-video-play-btn:hover {
    opacity: 0.85;
}

.b-igora-page__tile-video-title {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
}

/* Share buttons */
.b-igora-page__share-btns {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.b-igora-page__share-btns--large {
    margin: 20px 0 30px;
}

.b-igora-page__share-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #ca0f0a;
    background-image: url(/img/specprojects/igora/share_icons.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    border-radius: 50%;
    transition: all 0.3s;
}

.b-igora-page__share-btns--large .b-igora-page__share-btn {
    width: 46px;
    height: 46px;
    background-size: auto auto;
}

.b-igora-page__share-btn:hover {
    background-color: #720c09;
}

.b-igora-page__share-btn:first-child {
    margin-left: 5px;
}

.b-igora-page__share-btn--tw {
    background-position: -34px 0;
}

.b-igora-page__share-btns--large .b-igora-page__share-btn--tw {
    background-position: -55px 0;
}

.b-igora-page__share-btn--vk {
    background-position: -68px 0;
}

.b-igora-page__share-btns--large .b-igora-page__share-btn--vk {
    background-position: -110px 0;
}

.b-igora-page__share-btn--ok {
    background-position: -104px 0;
}

.b-igora-page__share-btns--large .b-igora-page__share-btn--ok {
    background-position: -166px 0;
}

/* Hide the search form of the main layout */
#search-form {
    display: none;
}