/* Roboto Slab Fonts */
@font-face {
    font-family: 'Roboto Slab';
    src: url('/fonts/roboto_slab/roboto_slab_bold.woff2') format('woff2'),
    url('/fonts/roboto_slab/roboto_slab_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* PT Sans Fonts */
@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/pt_sans/pt_sans_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/fonts/pt_sans/pt_sans_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

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

/* Header */
.b-redbull-page__header {
    position: relative;
    margin: 0 0 20px;
    padding: 55px 0 0;
    width: 100%;
    height: 170px;
    background: url(/img/specprojects/redbull/header.jpg) no-repeat;
}

.b-redbull-page__header-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 0 0;
}

.b-redbull-page__header-title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    text-align: center;
}

.b-redbull-page__header-title-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.b-redbull-page__header-title-link:hover {
    color: inherit;
}

.b-redbull-page__header-title-text {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.b-redbull-page__header-link {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto 20px;
    font-size: 10px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #fff;
    background: #cc1c49;
    text-decoration: none;
    text-transform: uppercase;
}

.b-redbull-page__header-wrap-link:hover .b-redbull-page__header-link,
.b-redbull-page__header-link:hover {
    color: #fff;
    background: #bf1c45;
}

/* Text content */
.b-redbull-page__text-content {
    margin: 0 0 20px;
    padding: 20px;
    font-family: 'PT Sans', sans-serif;
    background: #f4f4f4;
}

.b-redbull-page__text-content p {
    margin: 0;
    font-size: 13px;
    line-height: 17px;
}

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

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

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

.b-redbull-page__tile--w1 {
    width: 500px;
    height: 400px;
}

.b-redbull-page__tile--w2 {
    width: 240px;
    height: 400px;
}

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

.b-redbull-page__tile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.b-redbull-page__tile-content--centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b-redbull-page__tile-title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    text-align: center;
}

.b-redbull-page__tile-title--large {
    font-size: 24px;
    line-height: 28px;
}

.b-redbull-page__tile-text {
    color: #fff;
    text-align: center;
}

.b-redbull-page__tile-link {
    display: block;
    width: 160px;
    height: 40px;
    margin: 0 auto 20px;
    font-size: 10px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    color: #fff;
    background: #cc1c49;
    text-decoration: none;
    text-transform: uppercase;
}

.b-redbull-page__tile-wrap-link:hover .b-redbull-page__tile-link,
.b-redbull-page__tile-link:hover {
    color: #fff;
    background: #bf1c45;
}

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

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

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

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

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

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

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

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

.b-redbull-page__share-btn:hover {
    background-color: #cc1c49;
}

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

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

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

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

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

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

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

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