.period-slider,
.period-slider-label {
    margin: 0 auto;
}

.period-slider {
    margin-top: 40px;
}

.period-slider-label {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.period-slider-min,
.period-slider-max {
    color: #F07D24;
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.period-slider-bar {
    display: inline-block;
    width: 60%;
    max-width: 400px;
    position: relative;
    vertical-align: middle;
    height: 10px;
    margin: 0 10px 0 0;
}

.period-slider-bar:after {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    background: #f67819;
    position: absolute;
    top: 5px;
    left: 6px;
    z-index: 5;
}

.period-slider .ui-slider-handle {
    display: inline-block;
    height: 17px;
    width: 16px;
    position: absolute;
    cursor: pointer;
    top: -3px;
    z-index: 10;
    background: #000;
}

.period-slider-left,
.period-slider-right {
    display: inline-block;
    width: 16px;
    height: 24px;
    vertical-align: middle;
}

.period-slider-left {
    background: url(../images/map-arrow-left.png);
}

.period-slider-right {
    background: url(../images/map-arrow-right.png);
}

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

.word-cloud .canvas {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
}

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

.country-counter-title {
    font-weight: 700;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.country-counter-value {
    margin: 0 auto;
    background: #000000;
    font-size: 36px;
    color: #f67819;
    font-family: 'Stardos Stencil', sans-serif;
    /*min-width: 45px;*/
    line-height: 1em;
    text-align: center;
    position: relative;
    height: 54px;
}

.country-counter-value span {
    display: inline-block;
    height: 100%;
    background: #000;
    padding: 10px 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.counter div {
    transition: ease-out 1s;
}

.counter {
    font-family: 'Stardos Stencil', sans-serif;
}

.counter h1 {
    font-size: 38px;
    color: #f67819;
    padding-bottom: 15px;
}
.counter {
    padding: 15px 0;
    font-size: 90px;
    height: 110px;
    line-height: 90px;
    overflow: hidden;
    position: relative;
    width: 90%;
    max-width: 450px;
    font-weight: bold;
    background-color: #fff;
    /*box-shadow: #000 0 0 17px -6px inset;*/
    margin: 0 auto;
}

@media (max-width: 380px) {
    .counter {
        font-size: 70px;
    }
}

.counter .digit {
    position: absolute;
    color: #f67819;
    height: 100%;
    width: 15%;
    z-index: 5;
}

.counter .digit:nth-child( 1) {
    margin-left: 5%;
}

.counter .digit:nth-child( 2) {
    margin-left: 20%;
}

.counter .digit:nth-child( 3) {
    margin-left: 35%;
}

.counter .digit:nth-child( 4) {
    margin-left: 50%;
}

.counter .digit:nth-child( 5) {
    margin-left: 65%;
}

.counter .digit:nth-child( 6) {
    margin-left: 80%;
}

.counter .digit div {
    height: 90px;
    text-align: center;
    line-height: 90px;
}

.counter .digit div.bottom {
    transform: rotate3d(-1, 0, 0, 45deg);
    transition: ease-out .5s;
}

.counter .digit div.top {
    transform: rotate3d(1, 0, 0, 45deg);
    transition: ease-out .5s;
}

.counter-select {
    height: 30px;
}

.counter .foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 0;
    /*background-color: #000000;*/
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0) 36%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.08) 95%, rgba(0,0,0,0.61) 100%);*/
    /*background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.69)), color-stop(5%, rgba(0,0,0,0.08)), color-stop(36%, rgba(0,0,0,0)), color-stop(64%, rgba(0,0,0,0)), color-stop(95%, rgba(0,0,0,0.08)), color-stop(100%, rgba(0,0,0,0.61)));*/
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0) 36%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.08) 95%, rgba(0,0,0,0.61) 100%);*/
    /*background: -o-linear-gradient(top, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0) 36%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.08) 95%, rgba(0,0,0,0.61) 100%);*/
    /*background: -ms-linear-gradient(top, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0) 36%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.08) 95%, rgba(0,0,0,0.61) 100%);*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.08) 5%, rgba(0,0,0,0) 36%, rgba(0,0,0,0) 64%, rgba(0,0,0,0.08) 95%, rgba(0,0,0,0.61) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
}
