/* Main wrap */
.b-tommyxgigi-page {
    width: 1000px;
    margin: 0 auto;
}

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

.b-tommyxgigi-page__tile {
    position: relative;
    float: left;
    background-repeat: no-repeat;
}

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

.b-tommyxgigi-page__tile--1000x600 {
    width: 1000px;
    height: 600px;
}

.b-tommyxgigi-page__tile--680x600 {
    width: 680px;
    height: 600px;
}

.b-tommyxgigi-page__tile--300x600 {
    width: 300px;
    height: 600px;
}

.b-tommyxgigi-page__tile--480x400 {
    width: 480px;
    height: 400px;
}

.b-tommyxgigi-page__tile--240x400 {
    width: 240px;
    height: 400px;
}

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

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

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

.b-tommyxgigi-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-tommyxgigi-page__tile-text {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.b-tommyxgigi-page__tile-text:last-child {
    margin-bottom: 0;
}

.b-tommyxgigi-page__tile-text--small {
    font-size: 12px;
    line-height: 16px;
}

.b-tommyxgigi-page__tile-link {
    display: block;
    width: 170px;
    height: 55px;
    font-weight: 700;
    font-size: 12px;
    line-height: 55px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
    background: #d3001f;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}

.b-tommyxgigi-page__tile-wrap-link:hover .b-tommyxgigi-page__tile-link,
.b-tommyxgigi-page__tile-link:hover {
    color: #fff;
    background: #004ccc;
}

/* Video */
.b-tommyxgigi-page__tile-video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.b-tommyxgigi-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/tommyxgigi/play_button.png) no-repeat 50% 50%;
    z-index: 10;
}

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

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

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

.b-tommyxgigi-page__share-btn:hover {
    background-color: #004ccc;
}

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

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

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

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

/* Footer */
.b-tommyxgigi-page__footer {
    max-width: 810px;
    margin: 0 auto;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #bababa;
}

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