@charset "utf-8";
@font-face {
    font-family: 'BPG GEL DejaVu Sans Light Caps';
    src: url('fonts/hinted-BPGGELDejaVuSansLightCaps-ExtraLight.eot');
    src: url('fonts/hinted-BPGGELDejaVuSansLightCaps-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/hinted-BPGGELDejaVuSansLightCaps-ExtraLight.woff') format('woff'),
    url('fonts/hinted-BPGGELDejaVuSansLightCaps-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'BPG GEL DejaVu Sans Caps';
    src: url('fonts/hinted-BPGGELDejaVuSansCaps.eot');
    src: url('fonts/hinted-BPGGELDejaVuSansCaps.eot?#iefix') format('embedded-opentype'),
    url('fonts/hinted-BPGGELDejaVuSansCaps.woff') format('woff'),
    url('fonts/hinted-BPGGELDejaVuSansCaps.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPG GEL DejaVu Sans';
    src: url('fonts/hinted-BPGGELDejaVuSansLight-ExtraLight.eot');
    src: url('fonts/hinted-BPGGELDejaVuSansLight-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/hinted-BPGGELDejaVuSansLight-ExtraLight.woff') format('woff'),
    url('fonts/hinted-BPGGELDejaVuSansLight-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'BPG GEL DejaVu Sans';
    src: url('fonts/hinted-BPGGELDejaVuSans.eot');
    src: url('fonts/hinted-BPGGELDejaVuSans.eot?#iefix') format('embedded-opentype'),
    url('fonts/hinted-BPGGELDejaVuSans.woff') format('woff'),
    url('fonts/hinted-BPGGELDejaVuSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'indigolight';
    src: url('fonts/indigo-webfont.eot');
    src: url('fonts/indigo-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/indigo-webfont.woff2') format('woff2'),
    url('fonts/indigo-webfont.woff') format('woff'),
    url('fonts/indigo-webfont.ttf') format('truetype'),
    url('fonts/indigo-webfont.svg#indigoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Neue';
    src: url('fonts/DejaVuNeue-Bold.eot');
    src: url('fonts/DejaVuNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuNeue-Bold.woff') format('woff'),
    url('fonts/DejaVuNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Neue';
    src: url('fonts/DejaVuNeue.eot');
    src: url('fonts/DejaVuNeue.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuNeue.woff') format('woff'),
    url('fonts/DejaVuNeue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DejaVu Neue';
    src: url('fonts/DejaVuNeue-ExtraLight.eot');
    src: url('fonts/DejaVuNeue-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/DejaVuNeue-ExtraLight.woff') format('woff'),
    url('fonts/DejaVuNeue-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 1.5rem 0 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 0.75rem;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9; /* Target only IE7 and IE8 with this hack */
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nano > .nano-pane > .nano-slider {
    background: #ffc600;
    position: relative;
    margin: 0 1px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    margin: 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    position: absolute;
}

p {
    margin: 0 0 2.2rem 0;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: justify;
}

.small-text {
    font-size: 2rem;
}

a {
    text-decoration: none;
}

/** common classes */
.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.center-text {
    text-align: center;
}

.no-margins {
    margin: 0;
}

.full-screen {
    width: 100%;
    height: 100%;
}

.full-width {
    width: 100%;
}

.svg-wrapper img {
    width: 100%;
    height: 100%;
}

.inline-block {
    display: inline-block;
}

.yellow {
    color: #ffc600;
}

.yellow-bar {
    background-color: #ffc600;
}

.center-margin {
    margin-right: auto;
    margin-left: auto;
}

/** layers */
#loader,
#wrapper,
#story-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    background: url(../img/loader.gif) no-repeat center;
}

#story-background {
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-image 300ms ease-in 200ms;
    -moz-transition: background-image 300ms ease-in 200ms;
    -o-transition: background-image 300ms ease-in 200ms;
    transition: background-image 300ms ease-in 200ms;
}

.container {
    height: 100%;
    position: absolute;
    width: 100%;
}

#page-content {
    height: 100%;
    position: absolute;
    width: 100%;
}

/** header */
header.main {
    border-top: solid #ffc600 0.8125rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.home-btn {
    height: 9rem;
    position: relative;
    top: -0.125rem;
    cursor: pointer;
    display: inline-block;
}

.home-btn a {
    display: block;
}

.home-btn .svg-wrapper {
    width: 9rem;
    height: 9rem;
}

.language-switcher {
    position: absolute;
    right: 2rem;
    top: 1rem;
    z-index: 3000;
}

.home-btn .svg-wrapper,
.language-switcher .lang {
    display: inline-block;
}

.language-switcher .lang {
    color: #fff;
    padding: 1rem;
}

.language-switcher .lang-ka {
    font-size: 1.7rem;
    font-family: "BPG GEL DejaVu Sans Caps", sans-serif;
    text-align: right;
}

.language-switcher .lang-en {
    font-size: 1.7rem;
    font-family: "BPG GEL DejaVu Sans Caps", sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.current-language {
    opacity: 0.4;
}

/** indigo logo */
.indigo-logo {
    right: 6.0625rem;
    height: 4.375rem;
    width: 1.875rem;
    position: absolute;
}

/** */
.indigolight {
    font-family: "indigolight", sans-serif;
}

h1.indigolight {
    font-size: 11rem;
    font-weight: normal;
    text-align: center;
}

/** page loader */
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0.125rem solid rgba(36, 36, 36, 0.76);
    border-left-color: rgba(122, 122, 122, 0.83);
    border-radius: 117.0625rem;
    -o-border-radius: 117.0625rem;
    -ms-border-radius: 117.0625rem;
    -webkit-border-radius: 117.0625rem;
    -moz-border-radius: 117.0625rem;
}

.cssload-whirlpool {
    margin: -2.9375rem 0 0 -2.9375rem;
    height: 5.875rem;
    width: 5.875rem;
    animation: cssload-rotate 4000ms linear infinite;
    -o-animation: cssload-rotate 4000ms linear infinite;
    -ms-animation: cssload-rotate 4000ms linear infinite;
    -webkit-animation: cssload-rotate 4000ms linear infinite;
    -moz-animation: cssload-rotate 4000ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -2.6875rem 0 0 -2.6875rem;
    height: 5.1875rem;
    width: 5.1875rem;
    animation: cssload-rotate 4000ms linear infinite;
    -o-animation: cssload-rotate 4000ms linear infinite;
    -ms-animation: cssload-rotate 4000ms linear infinite;
    -webkit-animation: cssload-rotate 4000ms linear infinite;
    -moz-animation: cssload-rotate 4000ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -3.375rem 0 0 -3.375rem;
    height: 6.5625rem;
    width: 6.5625rem;
    animation: cssload-rotate 8000ms linear infinite;
    -o-animation: cssload-rotate 8000ms linear infinite;
    -ms-animation: cssload-rotate 8000ms linear infinite;
    -webkit-animation: cssload-rotate 8000ms linear infinite;
    -moz-animation: cssload-rotate 8000ms linear infinite;
}

@keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

/**                   */
#page-content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/** Slider */
ul.parts-nav-full {
    padding: 0 2rem;
    display: inline-block;
    background-size: 100% 100%;
}

ul.parts-nav-full li {
    display: inline-block;
    width: 8rem;
    height: 8rem
}

/** scroll-icon */
.scroll-icon {
    border: #ffc600 solid 0.375rem;
    width: 2.375rem;
    height: 3.3125rem;
    border-radius: 1.3125rem;
    bottom: 4rem;
    cursor: pointer;
}

.scroll-icon .wheel {
    display: block;
    margin: 0.375rem auto;
    background: #ffc600;
    -webkit-animation: scroll 2s ease-out 0s both infinite;
    animation: scroll 2s ease-out 0s both infinite;
    width: 0.375rem;
    height: 1rem;
    border-radius: 0.375rem;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1.25rem);
        -ms-transform: translateY(1.25rem);
        transform: translateY(1.25rem);
    }
}

/** pages */
.project-title {
    text-align: center;
    font-family: "indigolight", sans-serif;
    font-weight: normal;
    color: #ffc600;
}

body[data-locale="en"] .project-title {
    font-size: 14rem !important;
    letter-spacing: 0.2rem;
}

.project-tagline {
    font-family: "BPG GEL DejaVu Sans Caps", sans-serif;
    text-align: center;
    color: #fff;
}

.project-description {
    font-family: "indigolight", sans-serif;
    text-align: center;
}

#full-screen-request .project-title,
.main-page .project-title {
    font-size: 14.85rem;
    margin: 19.65rem auto 0;
}

#full-screen-request .project-tagline,
.main-page .project-tagline {
    font-size: 2.375rem;
    margin-top: 0;
}

#full-screen-request .description {
    font-size: 4rem;
    font-family: "indigolight", sans-serif;
    text-align: center;
    margin-top: 20rem;
}

body[data-locale="en"] #full-screen-request .description {
    letter-spacing: 0.2rem;
}

.main-page .project-description {
    font-size: 5.28rem;
    line-height: normal;
    margin: 6.875rem auto 0 auto;
    width: 120rem;
}

.parts-page .project-title {
    font-size: 5.06rem;
    margin-top: 14.8rem;
}

.nav-panel .slider-header,
.parts-page .slide-header {
    margin: 0;
    text-align: center;
    font-family: "indigolight", sans-serif;
    color: #fff;
    font-size: 11rem;
}

.parts-page .slide-header {
    margin-top: 18.6rem;
}

.nav-panel .slider-header {
    margin: 14rem 0 22rem 0;
}

.parts-page .slide-description {
    font-family: "indigolight", sans-serif;
    text-align: center;
    font-size: 5rem;
    margin: 6.2rem auto 0 auto;
    width: 120rem;
}

blockquote {
    font-family: "indigolight", sans-serif;
    font-size: 5rem;
    line-height: normal;
    color: #ffc600;
}

#slider-nav {
    text-align: center;
    width: 100%;
    left: 0;
}

.parts-page #slider-nav {
    margin-top: 6.2rem;
}

#slider-nav div.slider-line {
    height: 0.2rem;
    width: 50rem;
    margin: 0 auto;
    position: relative;
    top: 4.12rem;
    background: #ffc600;
}

/** */
.tween-part-slide,
.tween-part {
    display: inline-block;
    opacity: 0;
}

/** slider page */
.nav-panel svg.dash {
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 0.25rem;
    font-size: 1rem;
}

svg.dash line {
    fill: none;
    stroke: #ffc600;
    stroke-width: 0.25em;
    stroke-dasharray: 1em, 1em;
}

.slider-page .nav-panel {
    width: 68rem;
    float: left;
    height: 100%;
    position: relative;
    padding: 0 7rem;
}

.slider-page .slide-container {
    float: left;
    height: 100%;
}

.slider-page .slide-container .slide-body {
    position: absolute;
    top: 0;
    font-size: 2.125rem;
    font-family: "DejaVu Neue", sans-serif;
    font-weight: 100;
    line-height: 3.75rem;
    height: 100%;
    overflow: hidden;
    display: none;
}

.slider-page .project-title {
    font-size: 4.6rem;
    margin-top: 14.8rem;
}

body[data-locale="en"] .slider-page .project-title {
    font-size: 4.4rem !important;
    letter-spacing: 0.2rem;
}

.slider-page .project-tagline {
    font-size: 1.2rem;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

.synod-position,
.highlight {
    color: #ffc600;
    font-weight: normal;
}

.synod .person-description {
    padding-bottom: 6rem;
}

.synod .person-description p,
.synod .person-description {
    font-size: 2rem !important;
    line-height: 3rem;
    margin: 1rem 0;
}

.synod .person-description ul {
    margin-left: 3rem;
}

/** persons */
.synod {
    height: 100%;
}

.persons {
    display: inline-block;
}

.medium-thumb,
.small-thumb {
    overflow: hidden;
    display: block;
    float: left;
}

.small-thumb {
    width: 9.6875rem;
    height: 9.6875rem;
    margin: 0 0.6875rem 0.6875rem 0;
    border-radius: 4.84375rem;
    -webkit-border-radius: 4.84375rem;
    -moz-border-radius: 4.84375rem;
}

.small-thumb.selected,
.small-thumb:hover {
}

.small-thumb img {
    width: 100%;
    opacity: 0.5;
}

.small-thumb.selected img,
.small-thumb:hover img {
    opacity: 1;
}

.row-pointer {
    width: 2.375rem;
    height: 2.75rem;
    position: absolute;
    left: -0.25rem;
}

.active-person {
    position: absolute;
    bottom: 0;
}

.active-person .medium-thumb img {
    width: 100%;
}

.active-person .medium-thumb {
    width: 19.5rem;
    height: 19.5rem;
    border-radius: 9.75rem;
    -webkit-border-radius: 9.75rem;
    -moz-border-radius: 9.75rem;
    margin-right: 3.625rem;
}

.active-person .person-info {
    float: left;
}

.active-person .person-name {
    font-size: 4.5375rem;
    font-family: indigolight, sans-serif;
    color: #ffc600;
    margin-bottom: 2rem;
}

.active-person .person-about {
    height: 14.625rem;
}

.small-thumb div.circle {
    position: relative;
    width: inherit;
    height: inherit;
    top: -9.6875rem;
    left: 0;
    opacity: 0.5;
}

/** overflow-y: scroll;*/
.filter-block {
    min-height: 45rem;
    width: 66.8rem;
    top: 11rem;
    left: -74.2rem;
    position: absolute;
}

.filter-block .caption {
    font-family: "indigolight", sans-serif;
    color: #fff;
    font-size: 8.125rem;
    margin-top: 5rem;
    text-align: center;
    width: 100%;
    line-height: 11rem;
}

.filter-block .close-btn {
    width: 2.125rem;
    height: 2.125rem;
    margin: 3rem auto 0;
}

.filter-block .close-btn img {
    width: 100%;
    height: 100%;
}

.filter-block ul {
    margin: 5rem 0 0 14.75rem;
    list-style: none;
}

.filter-block ul li:before {
    width: 2rem;
    height: 2rem;
    content: '\0020';
    display: inline-block;
    margin-right: 1.625rem;
    background-size: cover;
}

.filter-block ul li {
    font-family: "indigolight", sans-serif;
    font-size: 3rem;
}

.filter-block ul li.selected,
.filter-block ul li:hover {
    color: #ffc600;
}

.person.hidden img {
    opacity: 0.05;
}

/** cards */
.card-title {
    font-size: 3.8125rem;
    font-family: "indigolight", sans-serif;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    display: block;
}

.card-title:after,
.card-title:before {
    content: '';
    background: #ffc600;
    height: 0.3125rem;
    width: 23%;
    display: inline-block;
    margin: 1rem 3.375rem;
}

.card-article-number {
    font-size: 11rem;
    line-height: 0.5;
    font-family: "indigolight", sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 12.5rem;
}

.card-header {
    font-family: "indigolight", sans-serif;
    font-size: 6rem;
    text-align: center;
    display: block;
    margin-top: 4.3rem;
    color: #ffc600;
}

.card blockquote,
.card p {
    margin-top: 6.375rem;
    display: block;
}

/** */
.synod-slide {
    padding: 11.625rem 4rem 1rem 7rem !important;
    margin: 0 !important;
    height: 100% !important;
    overflow: visible !important;
}

/** final selectors */
.tween-part-slide a,
.tween-part-slide a:visited {
    color: #ffc600;
}

.slide-body-footer {
    height: 20rem;
    width: 100%;
}

.transparent {
    opacity: 0;
}

.slide-body .indigo-chart {
    width: 100%;
}

.graph-header {
    font-family: indigolight, sans-serif;
    font-size: 4.5rem;
    text-align: center;
    width: 100%;
    margin-top: 0.5rem;
}

/** chartist                */
.ct-label.ct-vertical,
.ct-label.ct-horizontal {
    color: #fff;
    font-family: indigolight, sans-serif;
    font-size: 3rem;
}

.ct-grid {
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 1px;
    stroke-dasharray: 0;
}

.ct-label.ct-vertical.ct-start {
    line-height: 0;
}

.graph-legend {
    display: block;
    margin: 2rem auto;
    text-align: center;
    max-width: 80%;
}

.graph-legend ul li {
    display: inline-block;
    font-family: indigolight, sans-serif;
    border-width: 0.125rem 0.125rem 0.125rem 3rem;
    border-style: solid;
    height: 3rem;
    padding: 0 1rem 0 0.875rem;
    line-height: 3.5rem;
    font-size: 2.5rem;
    margin: 0 1rem;
    opacity: 0.5;
}

.graph-legend ul li:hover {
    opacity: 1;
}

/** **************************************** */
#full-screen-request {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    display: none;
}

#full-screen-request .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../photo/bg/22.jpg);
    opacity: 0.4;
    z-index: -100;
}

.full-screen-text {
    margin: 4rem auto;
    font-family: indigolight, sans-serif;
    font-size: 4rem;
}

.full-screen-btn {
    width: 7.25rem;
    height: 5rem;
    margin: 4rem auto;
    cursor: pointer;
}

.full-screen-btn svg {
    width: 100%;
    height: 100%;
}

.full-screen-btn svg path#border {
    fill: none;
    stroke: #fcc400;
    stroke-width: 5;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.full-screen-btn svg path.corner {
    fill: #fcc400;
    fill-opacity: 1
}

@-webkit-keyframes hideshow {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hideshow {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.full-screen-btn svg .corner {
    opacity: 0;
    -webkit-animation: scale 5s .5s ease infinite;
    animation: scale 5s .5s ease infinite;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/***** */
video.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* transform: matrix(1, 0, 0, 1, -1080, 0); */
    background: 0 0 / cover rgb(0, 0, 0);
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}

.stopfade {
    opacity: .5;
}

.inteview-caption {
    color: #ffc600;
    font-family: "indigolight", sans-serif;
    font-size: 7.5rem;
}

.inteview-caption .name {
    line-height: normal;
    margin: 1rem 0 -1rem 0;
}

.inteview-caption .position,
.inteview-caption .interview {
    font-family: "indigolight", sans-serif;
    font-size: 3rem;
    color: #fff;
}

.inteview-caption .interview:after {
    display: inline-block;
    width: 15rem;
    height: 0.375rem;
    background: #ffc600;
    content: '';
    margin: 0.9rem 2rem;
}

/** cloud */
.cloud-switcher,
.cloud-footer,
.indigo-gifts-cloud {
    font-family: "indigolight", sans-serif;
}

.indigo-gifts-cloud {
    margin: 0;
    width: 100%;
    text-align: center;

}

.indigo-gifts-cloud .loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/loader.gif) no-repeat center;
}

.cloud-switcher,
.cloud-footer {
    text-align: center;
    line-height: normal;
    display: block !important;
}

.cloud-switcher {
    font-size: 5rem;
    color: #ffc600;
}

.cloud-footer {
    border-top: 0.5rem solid #ffc600;
}

.cloud-footer .info {
    font-size: 5rem;
    color: #000;
    background: #ffc600;
    min-width: 50rem;
    margin: -0.25rem auto 0;
    padding: 1rem 2rem 0;
    display: inline-block;
}

.cloud-footer .info .name {
    color: #525252;
    margin-right: 2rem;
}

.cloud-switcher .next,
.cloud-switcher .prev {
    display: inline-block !important;
    width: 2.4rem;
    height: 4.3rem;
    top: 0.5rem;
    position: relative;
    margin: 0 3.5rem !important;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.cloud-switcher .period-title {
    display: inline-block;
}

/** bug */
.parts-slider-full {
    height: 50rem !important;
}

table.data-page,
table.about {
    width: 100%;
}

table.data-page .tween-part-slide,
table.about .tween-part-slide {
    display: block;
}

table.data-page p.tween-part-slide,
table.about p.tween-part-slide {
    margin-bottom: 3rem;
}

table.data-page p.tween-part-slide {
    padding: 0 6rem;
    font-size: 2rem;
    text-align: left;
    line-height: 2.6rem;
}

table.data-page td,
table.about td {
    vertical-align: top;
    display: table-cell !important;
}

table.data-page blockquote,
table.about blockquote {
    font-size: 4rem;
}

table.data-page img.folder {
    display: inline-block !important;
    height: 4.2rem;
    top: 1rem;
    position: relative;
}

p.about-footer {
    font-size: 2rem;
    line-height: 3rem;
    width: 70%;
    margin-top: 5rem;
}

table.about img {
    margin: 0 !important;
}

table.about .yellow-box {
    background: #ffc600;
    height: 1.2rem;
    width: 12rem;
    margin-bottom: 4rem;
}

/** c3 */
.c3-tooltip {
    background-color: transparent !important;
    border-collapse: separate;
}

.c3-tooltip-container {
    font-family: "indigolight", sans-serif;
    color: #000;
    margin: 0.5rem 0 0 -2.2rem;
}

.c3-legend-item {
    fill: #fff;
}

.c3-axis-y text {
    fill: #fff;
}

.c3 svg {
    font-family: indigolight, sans-serif !important;
    font-size: 3rem !important;
    fill: #ffffff !important;
}

.indigo-chart.c3 svg {
    overflow: visible !important;
}

.c3-tooltip th {
    background-color: #000;
    font-size: 3rem;
    padding: 0.4rem 0.5rem 0 2.5rem;
    text-align: left;
    color: #ffc600;
}

.c3-tooltip td {
    font-size: 2.5rem;
    padding: 0.2rem 0.5rem 0;
    background-color: #000;
    border: none;
    color: #fff;
}

.c3-tooltip td.name {
    padding-left: 2.5rem;
}

.c3-grid line {
    stroke: #fff;
    stroke-width: 0.2rem;
    stroke-opacity: 0.5;
    stroke-dasharray: 0;
}

.c3 .domain {
    stroke: transparent;
}

.c3-custom-legend {
    text-align: center;
}

.c3-custom-legend span {
    font-size: 2.5rem;
    font-family: "indigolight", sans-serif;
    margin: 0.5rem;
    padding: 0.4rem 0 0 0;
}

.c3-custom-legend span:hover {
    color: #ffc600;
    border-bottom: 0.2rem solid #fff;
}

.c3-custom-legend span span.color-bar {
    min-width: 2.2rem;
    display: inline-block;
    height: 2.2rem;
    top: 0.3em;
    margin-right: 0.5rem;
    background: black;
    position: relative;
}

.lands-chart {
    height: 60rem;
}

/** */
.filter-block .filters {
    margin: 5rem 0 0 14.75rem;
}

.filter-block .dropdown-filters {
    margin: 5rem 11rem 0 14.75rem;
    padding: 1rem;
    background: #040404;
}

.filter-block ul.region-dropdown,
.filter-block ul.source-dropdown {
    margin: 0 0 0 10.5rem;
    background: rgba(0, 0, 0, 0.95);
    padding: 0.5rem 1rem;
    width: 25rem;
    display: none;
}

.filter-block .filter-caption,
.filter-block ul.region-dropdown li,
.filter-block ul.source-dropdown li {
    font-family: "indigolight", sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
}

.filter-block ul.region-dropdown li:before,
.filter-block ul.source-dropdown li:before {
    content: normal;
}

.filter-block .filters .filter-label {
    width: 10rem;
    display: inline-block;
    text-align: right;
    margin-right: 1rem;
}

.filter-block .filters .btn {
    width: 25rem;
    display: inline-block;
    color: #ffc600;
}

.btn.dropdown:after {
    content: '';
    background: url(../img/dropdown.svg);
    width: 1.5rem;
    height: 1.05rem;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 1rem;
    padding: 0 0 0.4rem;
}

.nav-panel ul.related-stories {
    list-style-type: none;
    text-align: center;
    position: absolute;
    width: 54rem;
    bottom: 10rem;
}

.nav-panel ul.related-stories li {
    margin: 2rem 0;
}

.nav-panel ul.related-stories a {
    display: inline-block;
    color: #fff;
    font-family: "indigolight", sans-serif;
    font-size: 3rem;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1);
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    transform: scale(1);
    cursor: pointer;
}

.nav-panel ul.related-stories a:hover {
    color: #ffc600;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1.1);
    -o-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    transform: scale(1.1);
}

@keyframes pulsar-bubble {
    0% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(5, 5);
        transform: scale(5, 5);
    }
}

@-webkit-keyframes pulsar-bubble {
    0% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(5, 5);
        transform: scale(5, 5);
    }
}

.pulsar {
    position: relative;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    height: 8rem;
    cursor: pointer;
}

.pulsar svg {
    position: absolute;
    top: 2.9em;
    opacity: 0;
    left: 2.9em;
}

.slider-page .nav-panel .pulsar svg {
    top: 3.2em;
}

.pulsar svg.static {
    opacity: 1;
}

.pulsar svg.static circle {
    fill: #000;
    stroke: #ffc600;
    stroke-width: 0.3em;
}

li.active .pulsar svg.static circle {
    fill: #ffc600;
}

li.active .pulsar {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

li.active .pulsar svg.p1 {
    animation: pulsar-bubble 3s ease-out 0s infinite;
    -webkit-animation: pulsar-bubble 3s ease-out 0s infinite;
}

li.active .pulsar svg.p2 {
    animation: pulsar-bubble 3s ease-out 1s infinite;
    -webkit-animation: pulsar-bubble 3s ease-out 1s infinite;
}

li.active .pulsar svg.p3 {
    animation: pulsar-bubble 3s ease-out 2s infinite;
    -webkit-animation: pulsar-bubble 3s ease-out 2s infinite;
}

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none !important
}

.video-js .vjs-control {
    width: 3em
}

.video-js .vjs-menu-button-inline:before {
    width: 1.5em
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em
}

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button {
    display: block
}

.video-js .vjs-load-progress div, .vjs-seeking .vjs-big-play-button, .vjs-waiting .vjs-big-play-button {
    display: none !important
}

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
    padding: 0 .4em .3em
}

.video-js.vjs-ended .vjs-loading-spinner {
    display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
    display: block !important;
}

.video-js *, .video-js:after, .video-js:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

.video-js.vjs-fullscreen, .video-js.vjs-fullscreen .vjs-tech {
    width: 100% !important;
    height: 100% !important
}

.video-js {
    font-size: 14px;
    overflow: hidden
}

.video-js .vjs-control {
    color: inherit
}

.video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 8.35em
}

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
    height: 3em;
    width: 6.35em
}

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 1em #fff
}

.video-js .vjs-spacer, .video-js .vjs-time-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.video-js .vjs-time-control.vjs-time-divider {
    width: 14px
}

.video-js .vjs-time-control.vjs-time-divider div {
    width: 100%;
    text-align: center
}

.video-js .vjs-time-control.vjs-current-time {
    margin-left: 1em
}

.video-js .vjs-time-control .vjs-current-time-display,
.video-js .vjs-time-control .vjs-duration-display {
    display: none;
}

.video-js .vjs-play-progress:before, .video-js .vjs-progress-control .vjs-play-progress:before, .video-js .vjs-remaining-time, .video-js .vjs-volume-level:after, .video-js .vjs-volume-level:before, .video-js.vjs-live .vjs-time-control.vjs-current-time, .video-js.vjs-live .vjs-time-control.vjs-duration, .video-js.vjs-live .vjs-time-control.vjs-time-divider, .video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none
}

.video-js.vjs-no-flex .vjs-time-control {
    display: table-cell;
    width: 4em
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: .5em;
    top: -.5em
}

.video-js .vjs-progress-control .vjs-load-progress, .video-js .vjs-progress-control .vjs-play-progress, .video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0
}

.video-js .vjs-progress-control:hover {
    height: 1.5em;
    top: -1.5em
}

.video-js .vjs-control-bar {
    -webkit-transition: -webkit-transform .1s ease 0s;
    -o-transition: -o-transform .1s ease 0s;
    transition: -webkit-transform .1s ease 0s;
    -o-transition: transform .1s ease 0s;
    transition: transform .1s ease 0s, -webkit-transform .1s ease 0s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s ease 0s;
    -o-transition: -o-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
    height: .25em;
    top: -.25em;
    pointer-events: none;
    -webkit-transition: height 1s, top 1s;
    -o-transition: height 1s, top 1s;
    transition: height 1s, top 1s
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    -o-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s
}

.video-js.vjs-live .vjs-live-control {
    margin-left: 1em
}

.video-js .vjs-menu-button-popup .vjs-menu {
    left: -3em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: transparent;
    width: 12em;
    left: -1.5em;
    padding-bottom: .5em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #151b17;
    margin: .3em 0;
    padding: .5em;
    border-radius: .3em
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: #2483d5
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    border: none;
    border-radius: 50%;
    width: 7.5rem;
    height: 7.5rem;
    color: #000;
    background-size: cover;
    opacity: 0.7;
    -webkit-transition: border-color .4s, outline .4s, background-color .4s;
    -o-transition: border-color .4s, outline .4s, background-color .4s;
    transition: border-color .4s, outline .4s, background-color .4s
}

.video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button:active {
    opacity: 1;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: '' !important;
}

.video-js:hover .vjs-big-play-button {
    background-color: rgba(255, 255, 255, 0.23)
}

.video-js .vjs-loading-spinner {
    border-color: rgba(255, 255, 255, 0.7)
}

.video-js .vjs-control-bar {
    background-color: transparent !important;
    color: #fff;
    font-size: 16px
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level {
    background-color: #ccc
}

.video-js {
    display: block;
    margin: 3rem 0 3rem;
}

.video-js.vjs-fluid {
    margin: 2rem 0;
}

.vjs-play-control,
.vjs-current-time,
.vjs-time-control,
.vjs-duration,
.vjs-live-control,
.vjs-remaining-time,
.vjs-volume-panel {
    display: none !important;
}

.vjs-control-bar {
    display: none !important;
    height: 7rem !important;
    bottom: 7rem !important;
}

.vjs-progress-control {
    top: 5rem !important;
}

.vjs-load-progress,
.vjs-progress-holder {
    background-color: transparent !important;
}

.vjs-play-progress {
    background-color: #ffc600 !important;
}

.video-js .vjs-big-play-button {
    background-image: url(../img/play-btn.svg);
}

.small-thumb div.circle {
    background-image: url('../img/light-circle.svg');
}

.small-thumb.selected div.circle,
.small-thumb:hover div.circle {
    background-image: url('../img/bold-circle.svg');
    opacity: 1;
}

.filter-block ul li:before {
    background-image: url('../img/circle.svg');
}

.filter-block ul li.selected:before {
    background-image: url('../img/circle-dot.svg');
}

.cloud-switcher .prev {
    background-image: url('../img/l-arr.svg');
}

.cloud-switcher .next {
    background-image: url('../img/r-arr.svg');
}

.cloud-switcher .next:hover {
    background-image: url('../img/r-arr-y.svg');
}

.cloud-switcher .prev:hover {
    background-image: url('../img/l-arr-y.svg');
}
