body {
    background: #fff;
}

.fixedsticky {
    display: block;
    top: 0;
}

.cover, .cover > * {
    min-height: 400px;
}

.cover500, .cover500 > * {
    min-height: 500px;
}

.cover600, .cover600 > * {
    min-height: 600px;
}

.lineTop.ukr {
    border-color: #ff9900;
}

.lineTop.rus {
    border-color: #cc0000;
}

.miarslogo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -25px;
}

#rec1216611 a {
    color: #fff;
}

#rec1216611 a:hover {
    text-decoration: underline;
}

/**
 ** CarouselTimeline
 **/

.carouselTimeline {
    font-family: 'PT Sans';
}

.carouselTimeline .timeline {
    margin: 0 15px 20px;
    position: relative;
}

.carouselTimeline .linePassive,
.carouselTimeline .lineActive {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 6px;
    left: 0;
    background: #BFBFBF;
    z-index: 0;
    -webkit-transition: width .3s;
            transition: width .3s;
}

.carouselTimeline .lineActive {
    width: 0;
    background: #000;
}

.carouselTimeline .carousel-indicators {
    position: static;
    width: auto;
    margin: 0 auto;
    text-align: justify;
}
.carouselTimeline .carousel-indicators:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.carouselTimeline .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 0;
    background: #fff;
    border: solid 2px #BFBFBF;
    border-radius: 9px;
    margin: 0;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    text-indent: -12px;
    line-height: 40px;
    font-weight: bold;
    -webkit-transition: border-color .3s;
            transition: border-color .3s;
}

.carouselTimeline .carousel-indicators li:nth-child(2n) {
    line-height: -40px;
}

.carouselTimeline .carousel-indicators li.active,
.carouselTimeline .carousel-indicators li.pass {
    border-color: #000;
}

.carouselTimeline .carousel-indicators li:last-child {
    margin-right: 0;
}

.carouselTimeline .text {
    margin-top: 20px;
    font-size:16px;
    line-height:20px;
    font-family:PT Sans;
}

.carouselTimeline img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}

.carouselTimeline .lr_col_2 {
    text-align: center;
}

/**
 ** ExpandableQuote
 **/

.expandableQuote {
    position: relative;
}

.expandableQuote .expand {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 18px;
    bottom: -21px;
    cursor: pointer;
    background: url('../images/expandQuote.png') left top no-repeat;
}

.expandableQuote .long {
    display: none;
}

.expandableQuote.expanded .short {
    display: none;
}

.expandableQuote.expanded .long {
    display: block;
}

.expandableQuote.expanded .expand {
    background: url('../images/collapseQuote.png') left top no-repeat;
}

/**
 ** LayersSet
 **/

.layersSet {
    display: inline-block;
    position: relative;
}

.layersSet .layers {
    position: relative;
}

.layersSet .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s, visibility 1s;
            transition: opacity 1s, visibility 1s;
    visibility: hidden;
    pointer-events: none;
}

.layersSet .layer.active,
.layersSet .layer.persist {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/**
 ** ControlDots
 **/

.controlDots {
    margin-top: 28px;
}

.controlDots .selector {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    font-family: 'PT Sans';
}

.controlDots .dot {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border: 2px solid #999999;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: background-color 1s;
            transition: background-color 1s;
}

.controlDots .dot:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}

.controlDots .selector + .selector {
    margin-left: 22px;
}

.controlDots .selector + .selector .dot:after {
    content: "";
    display: block;
    width: 82px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    background: #999999;
}


.controlDots .selector.active .dot {
    background-color: #CB000B;
}

.controlDots .selector.active .dot.ukr {
    background: #FE971E;
}

.controlDots .selector.active .dot.tat{
    background: #379999;
}

/**
 ** MarkersSet
 **/

.markersSet {
    display: inline-block;
    position: relative;
}

.markersSet .markers {
    position: relative;
}

.markersSet .stack {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.markersSet .marker{
    cursor: pointer;
}

.markersSet .textBox{
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
}

.markersSet .textBox.active{
    opacity: 1;
    pointer-events: auto;
}

/**
 ** Civilian Map
 **/

.civilianMap .legend {
    width: 26.04%;
    height: 44.83%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: auto;
}

.civilianMap .legend:not(.active) > * {
    pointer-events: none;
}

/**
 ** VotingDiagram
 **/

.votingDiagram .layer {
     -webkit-transition: opacity .5s, visibility .5s;
             transition: opacity .5s, visibility .5s;
}

.votingDiagram .layer:not(.active) > svg {
    visibility: hidden;
}

@media screen and (max-width: 950px) {
    .centeredVerticallyBlock-w-images img {
        display: none;
    }

    .carouselTimeline img {
        display: none;
    }
}

@media screen and (max-height: 1000px) {
    .centeredVerticallyBlock-w-images {
        height: 600px !important;
    }
}
