@font-face {
    font-family: "SkolarSans";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl-RG.woff)
}

@font-face {
    font-family: "Skolar";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarLatnCyrl-Lt.woff)
}

@font-face {
    font-family: "SkolarSansLight";
    src: url(https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrl-El.woff)
}

body, html {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: "Skolar", Georgia, "Times New Roman", Times, serif;
    color: #666
}

@media (max-width:480px) {
    body, html {
        font-size: 17px
    }
}

a {
    color: #bbb;
    transition: .5s all
}

a:hover {
    color: #ea6903;
    transition: .5s all
}

.fullScreenPage, .mainPage {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.debug .fullScreenPage, .debug .mainPage {
    position: absolute
}

html .fullScreenPage, html .mainPage {
    width: 100vw;
    height: 100vh
}

.fullScreenPage {
    display: none;
    z-index: -1
}

.debug .fullScreenPage {
    display: block !important;
    z-index: auto
}

.fullScreenVideo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100
}

.debug .fullScreenVideo {
    position: absolute
}

.fullScreenBgVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-aspect-ratio:16/9) {
    .fullScreenBgVideo {
        width: 100%;
        height: auto
    }
}

@media (max-aspect-ratio:16/9) {
    .fullScreenBgVideo {
        width: auto;
        height: 100%
    }
}

@media (max-width:767px) {
    .fullScreenVideo {
        display: none
    }
    .fullScreenBgVideo {
        display: none
    }
}

.container-big {
    padding: 20px 0;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box
}

.reveal {
    opacity: 0
}

.reveal.visible {
    opacity: 1;
    transition: opacity .5s
}

.columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 20px
}

.columns figure {
    padding: 0 5px;
    flex: 1
}

.columns figure figcaption {
    padding-left: 0 !important
}

@media (max-width:640px) {
    .columns {
        display: block
    }
    .columns figure {
        margin: 0 0;
        padding: 24px 0
    }
}

figure {
    position: relative;
    margin: 0;
    padding: 0
}

figure img {
    width: 100%;
    height: auto;
    display: block
}

.container-full figure figcaption {
    max-width: 1400px;
    padding: 5px 20px !important;
    margin: 0 auto;
    box-sizing: border-box
}

.container-full.columns figure figcaption {
    padding-left: 0 !important
}

figure figcaption {
    color: #5c646b;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
    width: 100%
}

figure figcaption p {
    margin-bottom: 0
}

figure figcaption p+p {
    margin-top: 5px
}

figure .apollo-gallery-overlay {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 8px;
    border: 1px #fff solid;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer
}

figure:hover .apollo-gallery-overlay {
    opacity: .8
}

.mainContainer {
    position: relative;
    width: 100%;
    max-width: 970px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 450px
}

html .mainContainer {
    padding-top: 20vh;
    padding-bottom: 40vh;
    min-height: 100vh
}

@media (max-width:800px) {
    .mainContainer, html .mainContainer {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.mainSubTitle, .mainTitle {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "Skolar", Georgia, "Times New Roman", Times, serif;
    font-size: 76px;
    line-height: 1.0952381;
    padding: 0 12px
}

.mainTitle {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 66%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    text-transform: none;
    color: #2d2d2d
}

.mainSubTitle {
    font-size: 24px;
    text-transform: none
}

.mainLead {
    color: #fff;
    text-align: center;
    position: relative;
    padding: 24px
}

.mainIntroduction {
    color: #fff;
    text-align: center;
    padding: 0 16px;
    font-size: 32px;
    line-height: 42px;
    font-family: "SkolarSans", Arial, sans-serif;
}

.mainLine {
    position: relative;
    width: 60%;
    margin: 16px auto;
    height: 1px;
    /*background: #ea6903;*/
    background: #ff0055;
    /*background: -webkit-linear-gradient(left, rgba(234, 105, 3, 0), #ea6903, #ea6903, rgba(234, 105, 3, 0));
    background: -moz-linear-gradient(left, rgba(234, 105, 3, 0), #ea6903, #ea6903, rgba(234, 105, 3, 0));
    background: linear-gradient(left, rgba(234, 105, 3, 0), #ea6903, #ea6903, rgba(234, 105, 3, 0));*/
    background: -webkit-linear-gradient(left, rgba(255, 0, 85, 0), #ff0055, #ff0055, rgba(255, 0, 85, 0));
    background: -moz-linear-gradient(left, rgba(255, 0, 85, 0), #ff0055, #ff0055, rgba(255, 0, 85, 0));
    background: linear-gradient(left, rgba(255, 0, 85, 0), #ff0055, #ff0055, rgba(255, 0, 85, 0));
}

.mainAuthor {
    color: #bbb;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-family: "SkolarSans", Arial, sans-serif;
    ;
}

.mainTorch {
    position: relative;
    margin: 16px auto 0;
    width: 56px;
    height: 56px;
    background-size: cover;
    background-image: url(http://docs.rferl.org/Branding/CT/infographics-branding/img/logos/logo-light-mobile.png)
}

.mainArrowDown {
    margin: 60px auto 12px;
    width: 52px;
    height: 30px;
    background-image: url(https://docs.rferl.org/Infographics/2017/2017_09/2017_09_Across_the_River/media/ArrowDownWhite.png);
    opacity: .6
}

@media (max-width:780px) {
    .mainIntroduction {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:800px) {
    .is-mobile {
        display: block !important
    }
    .hidden-mobile, .is-desktop {
        display: none !important
    }
}

@media (min-width:801px) {
    .hidden-desktop, .is-mobile {
        display: none !important
    }
    .is-desktop {
        display: block !important
    }
}

@media (max-width:720px) {
    .mainLine {
        width: 80%
    }
}

@media (max-width:620px) {
    .mainIntroduction {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:560px) {
    .mainSubTitle, .mainTitle {
        font-size: 60px;
        padding: 0 12px 0
    }
    .mainSubTitle {
        font-size: 18px
    }
    .mainLine {
        width: 100%
    }
}

.bodyContainer {
    padding-top: 58px;
    position: relative;
    overflow: hidden;
}

.sectionParallax {
    position: relative;
    min-height: 100%
}

html .sectionParallax {
    min-height: 100vh
}

@media (max-width:800px) {
    .sectionParallax, html .sectionParallax {
        min-height: 0
    }
}

.empty, .mainContainer, .sectionContainer, .sectionContainerIndents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.empty {
    position: relative;
    min-height: 100%;
    z-index: 200
}

html .empty {
    min-height: 100vh
}

@media (max-width:800px) {
    .empty, html .empty {
        min-height: 0
    }
    .empty .photoContainer {
        background: #b2b2b2;
        padding: 0 !important
    }
    .empty .photoContainer .photo {
        display: block
    }
}

.section {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 300
}

.sectionStripe {
    margin: 0 auto;
    max-width: 970px;
    padding-bottom: 24px
}

.sectionWide {
    max-width: 100%;
    width: 100%
}

.sectionContainer {
    position: relative;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 970px;
    padding-top: 300px;
    padding-bottom: 300px
}

html .sectionContainer {
    padding-top: 40vh;
    padding-bottom: 40vh;
    min-height: 100vh
}

@media (max-width:800px) {
    .sectionContainer, html .sectionContainer {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0
    }
}

html .sectionCredits {
    padding-top: 4vh;
    padding-bottom: 4vh
}

.sectionTextOnBg {
    position: relative;
    color: #fff
}

.sectionTextOnBg .article {
    background: rgba(0, 0, 0, .3)
}

@media (max-width:800px) {
    .sectionTextOnBg .article {
        background: #32363a
    }
    .sectionTextOnBg .article+.article {
        padding-top: 12px
    }
}

@media (max-width:800px) {
    .sectionTextOnBg {
        background: #32363a
    }
}

.sectionTextOnBg .subtitles {
    color: #fff;
    font-family: "SkolarSansLight", Arial, sans-serif;
    text-transform: none;
    font-weight: 300;
    background-color: rgba(0, 0, 0, .7);
    padding: 20px;
    box-sizing: border-box;
    font-size: 21px
}

@media (max-width:800px) {
    .sectionTextOnBg .subtitles {
        padding-top: 36px;
        padding-bottom: 36px
    }
}

@media (min-width:801px) {
    .sectionTextOnBgLeft, .sectionTextOnBgRight {
        max-width: 50%
    }
    .sectionTextWideOnBgLeft, .sectionTextWideOnBgRight {
        max-width: 480px
    }
    .sectionTextOnBgLeft, .sectionTextWideOnBgLeft {
        margin-left: 40px;
        margin-right: auto
    }
    .sectionTextOnBgRight, .sectionTextWideOnBgRight {
        margin-left: auto;
        margin-right: 40px;
        text-align: right
    }
    .sectionTextFullWidth, .sectionWrapper {
        max-width: 100%
    }
    .sectionTextFullWidth {
        margin-left: 40px;
        margin-right: 40px
    }
    .sectionTextOnBgInline .article {
        display: inline-block
    }
}

.article {
    padding: 10px 20px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    box-sizing: border-box
}

@media (max-width:492px) {
    .article {
        padding: 24px 12px
    }
}

.spacer {
    height: 48px
}

.spacer-big {
    height: 144px
}

@media (max-width:800px) {
    .spacer, .spacer-big {
        height: 12px
    }
}

.sidePhotoContainer {
    position: relative;
    background-color: #fff;
    float: right;
    width: 40%;
    height: auto
}

.sidePhoto {
    width: 120%;
    height: auto;
    padding: 24px;
    background-color: #fff
}

.captionSide {
    position: relative;
    font-size: 14px;
    width: 120%;
    color: #444;
    text-align: center;
    top: -8px;
    padding: 4px 24px;
    background-color: #fff
}

@media (max-width:1172px) {
    .sidePhotoContainer {
        width: 60%
    }
    .sidePhoto {
        width: 90%
    }
    .captionSide {
        width: 90%
    }
}

@media (max-width:492px) {
    .sidePhotoContainer {
        float: none;
        width: 100%
    }
    .sidePhoto {
        width: 100%;
        padding: 16px 0
    }
}

.caption {
    position: relative;
    font-size: 14px;
    color: #444;
    text-align: center;
    padding: 4px 8px
}

.photoContainer {
    position: relative;
    padding: 16px;
    text-align: center;
    background-color: #fff
}

.photo {
    width: 100%;
    height: auto
}

@media (max-width:492px) {
    .photoContainer {
        padding: 16px 0
    }
}

.orangeSquere {
    position: relative;
    margin: 24px auto;
    width: 12px;
    height: 12px;
    background-color: #ea6903
}

.subtitles, .titles {
    text-align: center;
    font-size: 32px;
    padding: 0 16px;
    text-transform: uppercase;
    font-family: "Skolar", Georgia, "Times New Roman", Times, serif;
    color: #000
}

.subtitles {
    font-size: 24px;
    font-weight: 700
}

@media (max-width:680px) {
    .titles {
        font-size: 24px
    }
    .subtitles {
        font-size: 20px
    }
}

table {
    border-collapse: collapse
}

table tr td {
    padding: 12px 8px;
    border-bottom: 1px solid #ddd
}

@media (max-width:540px) {
    table tr td {
        padding: 12px 2px
    }
}

.youtubeContainer {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 12px;
    text-align: center
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.boxShadow {
    box-shadow: rgba(0, 0, 0, .5) 0 0 10px
}

.textShadow {
    text-shadow: #000 0 0 5px
}

.bigLetter {
    float: left;
    font-size: 76px;
    line-height: 64px;
    margin: 0 8px 0 0
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.clearfix {
    clear: both
}

.clearfix:after {
    display: table;
    content: '';
    clear: both
}

.align-right {
    text-align: right
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.displayNone {
    display: none
}

.processContainer {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1300
}

.process {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    /*background-color: #ea6903;*/
    background-color: #ff0055;
    -webkit-transition-property: all;
    -webkit-transition-duration: .4s;
    transition-property: all;
    transition-duration: .4s
}

h6.footer-headline {
    margin: 0 0 20px 0;
    padding: 0;
    letter-spacing: 0
}

#social-profiles {
    width: 100%
}

#social-profiles a {
    text-decoration: none;
    border: none
}

#social-profiles a svg {
    fill: #000;
    fill-opacity: .65;
    margin: 0 5px;
    transition: all .3s
}

#social-profiles a:hover svg {
    /*fill: #ea6903;*/
    fill: #ff0055;
    fill-opacity: .9
}

.article .content {
    text-align: center
}

.article .content h6 {
    padding: 0;
    font-size: 21px;
    margin: 0 0 20px 0
}

.article .content p {
    font-family: "Skolar Sans PE", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #616871;
    margin: 0;
    line-height: 18px
}

.article .content img {
    width: 32px;
    height: auto;
    margin: 20px 0
}

.article .content p.copy {
    font-family: "Skolar Sans PE", Arial, sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #616871;
    text-transform: uppercase;
    margin: 0
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 58px;
    z-index: 999;
    background: black;
    -webkit-background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    -moz-background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0))
}

.headerBlack {
    background: black
}

header a.facebook, header a.twitter, header a.mail {
    margin-top: 7px;
    display: inline-block
}

header a.logo-desktop.ct-russian {
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    height: 40px;
    width: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('https://docs.rferl.org/Branding/CDN/Apollo_Framework/img/logo/rfe-ct.png')
}

@media(max-width: 800px) {
    header a.logo-desktop.ct-russian {
        margin-top: 10px;
        margin-left: 10px;
        display: inline-block;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('https://docs.rferl.org/Branding/CDN/Apollo_Framework/img/logo/rfe-ct.png')
    }
}

header a#backtonav {
    font-family: "Skolar", "Georgia", "Times New Roman", "Times", serif;
    font-weight: 600;
    padding: 0 30px;
    margin: 0;
    font-size: 19px;
    color: #616871;
    line-height: 58px;
    text-decoration: none;
    cursor: pointer
}

.col-3 {
    float: left;
    width: 33.33%;
    min-height: 52px
}

header .social {
    position: relative;
    top: 8px;
    margin-right: 16px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: "Skolar Sans PE", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s ease-in-out
}

@media(max-width:400px) {
    header .social span {
        display: none
    }
}

.mainTitle {
    margin-top: 30%
}

header .social-bar {
    position: absolute;
    height: 42px;
    padding: 7px;
    background: #212121;
    border-radius: 999px;
    display: none;
    top: 1px;
    right: 8px;
    z-index: 999
}

header .social-bar a {
    text-decoration: none;
    cursor: pointer
}

header .social-bar a:last-child {
    border-left: 1px #555 solid;
    padding-left: 10px
}

header .social svg, header .social-bar a svg {
    vertical-align: middle;
    margin-right: 5px;
    transition: fill .3s ease-in-out;
    fill: #fff
}

header .social:hover {
    color: #FFC72C
}

header .social:hover svg, header .social-bar a:hover svg {
    fill: #FFC72C
}

.closeContainer {
    position: absolute;
    top: 58px;
    right: 0px;
    width: 58px;
    height: 58px
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-size: cover
}

.closeWhite {
    background-image: url(https://docs.rferl.org/Infographics/2016/2016_09/2016_09_VanishingHeritage/img/icons/CloseWhite.png)
}

.closeWhite:hover {
    background-image: url(https://docs.rferl.org/Infographics/2016/2016_09/2016_09_VanishingHeritage/img/icons/CloseOrange.png)
}

.closeBlack {
    background-image: url(https://docs.rferl.org/Infographics/2016/2016_09/2016_09_VanishingHeritage/img/icons/CloseBlack.png)
}

.closeBlack:hover {
    background-image: url(https://docs.rferl.org/Infographics/2016/2016_09/2016_09_VanishingHeritage/img/icons/CloseOrange.png)
}

.displayNone {
    display: none
}

.timelineContainer {
    position: relative;
    height: 526px;
    width: 100%;
    overflow: hidden
}

.timeline {
    position: absolute;
    width: 100%;
    height: 100%
}

.timelineSlide {
    position: absolute;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 0 12%;
    background-size: cover;
    background-position: center
}

.timelineSlide p {
    position: absolute;
    bottom: 32px;
    right: 32px;
    color: white
}

.timelineSlide img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
}

.timelineSlideA1 {
    left: 0%;
    background-image: url('images/photos1/1-28.jpg')
}

.timelineSlideA2 {
    left: 100%;
    background-image: url('images/photos1/1-64.jpg')
}

.timelineSlideA3 {
    left: 200%;
    background-image: url('images/photos1/1-31.jpg')
}

.timelineSlideA4 {
    left: 300%;
    background-image: url('images/photos1/1-27.jpg');
    background-position-y: top
}

.timelineSlideA5 {
    left: 400%;
    background-image: url('images/photos1/1-60.jpg')
}

.timelineSlideA6 {
    left: 500%;
    background-image: url('images/photos1/1-36.jpg')
}

.timelineSlideA7 {
    left: 600%;
    background-image: url('images/photos1/1-13.jpg')
}

.timelineSlideA8 {
    left: 700%;
    background-image: url('images/photos1/1-20.jpg')
}

.timelineSlideA9 {
    left: 800%;
    background-image: url('images/photos1/1-15.jpg')
}

.timelineSlideA10 {
    left: 900%;
    background-image: url('images/GalleryA11.jpg')
}

.timelineSlideA11 {
    left: 1000%;
    background-image: url('images/photos1/1-51.jpg')
}

.timelineSlideA12 {
    left: 1100%;
    background-image: url('images/photos1/1-65.jpg')
}

.timelineSlideA13 {
    left: 1200%;
    background-image: url('images/GalleryA14.jpg')
}

.timelineSlideA14 {
    left: 1300%;
    background-image: url('images/photos1/1-34.jpg')
}

.leftBTN {
    position: absolute;
    left: 12px;
    top: 50%;
    width: 30px;
    height: 52px;
    cursor: pointer;
    background-image: url('images/ArrowLeftWhite.png');
    background-size: cover;
    background-position: center
}

.leftBTN:hover {
    opacity: 0.7;
    transition: opacity .3s
}

.rightBTN {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 30px;
    height: 52px;
    cursor: pointer;
    background-image: url('images/ArrowRightWhite.png');
    background-size: cover;
    background-position: center
}

.rightBTN:hover {
    opacity: 0.7;
    transition: opacity .3s
}

.timelineControls {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    bottom: 12px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%
}

.timelinePoint {
    position: relative;
    width: 13px;
    height: 13px;
    background-color: white;
    float: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer
}

.timelinePointArea {
    position: absolute;
    width: 43px;
    height: 43px;
    top: -15px;
    left: -15px
}

.timelinePointActive {
    background-color: #ff0055;
}

.timelineLine {
    position: relative;
    width: 20px;
    height: 3px;
    background-color: white;
    float: left;
    margin: 5px 4px
}

@media(max-width:624px) {
    .timelineSlide {
        padding: 0 15%
    }
}

@media(max-width:386px) {
    .leftBTN {
        display: none
    }
    .rightBTN {
        display: none
    }
    .timelineSlide {
        padding: 0 24px
    }
}

.timelineSlideB1 {
    left: 0%;
    background-image: url('images/GalleryB1.jpg')
}

.timelineSlideB2 {
    left: 100%;
    background-image: url('images/GalleryB2.jpg')
}

.timelineSlideB3 {
    left: 200%;
    background-image: url('images/GalleryB3.jpg')
}

.timelineSlideB4 {
    left: 300%;
    background-image: url('images/GalleryB4.jpg')
}

.timelineSlideB5 {
    left: 400%;
    background-image: url('images/photos2/386.jpg')
}

.timelineSlideB6 {
    left: 500%;
    background-image: url('images/GalleryB6.jpg')
}

.timelineSlideB7 {
    left: 600%;
    background-image: url('images/GalleryB7.jpg')
}

.timelineSlideC1 {
    left: 0%;
    background-image: url('images/GalleryC1.jpg')
}

.timelineSlideC2 {
    left: 100%;
    background-image: url('images/GalleryC2.jpg')
}

.timelineSlideC3 {
    left: 200%;
    background-image: url('images/GalleryC3.jpg')
}

.timelineSlideC4 {
    left: 300%;
    background-image: url('images/GalleryC4.jpg')
}

.timelineSlideC5 {
    left: 400%;
    background-image: url('images/GalleryC5.jpg')
}

.timelineSlideC6 {
    left: 500%;
    background-image: url('images/GalleryC6.jpg');
    background-position-y: bottom
}

.timelineSlideC7 {
    left: 600%;
    background-image: url('images/GalleryC7.jpg')
}

.timelineSlideC8 {
    left: 700%;
    background-image: url('images/GalleryC8.jpg')
}

.timelineSlideC9 {
    left: 800%;
    background-image: url('https://docs.rferl.org/Infographics/2018/2018_07/2018_07_RussianAvalanches/images/GalleryC9.jpg')
}

.timelineSlideC10 {
    left: 900%;
    background-image: url('https://docs.rferl.org/Infographics/2018/2018_07/2018_07_RussianAvalanches/images/GalleryC10.jpg')
}

.timelineSlideC11 {
    left: 1000%;
    background-image: url('https://docs.rferl.org/Infographics/2018/2018_07/2018_07_RussianAvalanches/images/GalleryC11.jpg')
}

.titles.cite {
    font-family: "SkolarSans", Arial, sans-serif;
    text-transform: none;
    text-align: center;
    font-style: italic;
    color: #2d2d2d
}

.caption {
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-family: "SkolarSans", Arial, sans-serif;
    color: #fff
}

.sectionHeader {
    margin: 0 auto
}

.sectionHeader .subtitles {
    font-family: 'Skolar', Georgia, 'Times New Roman', Times, serif;
    font-size: 50px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1)
}

@media (max-width: 801px) {
    .sectionHeader .subtitles {
        font-size: 40px
    }
}

.article.lastArticle h6 {
    margin-bottom: 8px
}

.lastArticle .footer-headline {
    margin-bottom: 20px
}

.article.lastArticle p {
    margin-bottom: 10px
}