/* =Skitter styles
----------------------------------------------- */
.box_skitter {
    position: relative;
    background: #000;
    height: 300px;
}

.skitter_width-1 {
    width: 240px !important;
}

.skitter_width-2 {
    width: 480px !important;
}

.skitter_width-3 {
    width: 720px !important;
}

.skitter_width-4 {
    width: 960px !important;
}

.box_skitter img {
    max-width: none;
} /* Tip for stildv */
.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
}

/* =Box clone
-------------------------------------------------------------- */
.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}


/* =Loading
-------------------------------------------------------------- */
.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/ajax-loader.gif) no-repeat left top;
    width: 32px;
    height: 32px;
}

/* =Label
-------------------------------------------------------------- */
.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    height: 74px;
    bottom: 0px;
    left: 0px;
    display: none;
    padding-top: 13px;
    padding-left: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

.box_skitter .label_skitter .ajanloitemtitle {
    width: 900px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 300;
}

.box_skitter .label_skitter .ajanloitemdesc {
    width: 690px;
}

.box_skitter .label_skitter p {
    padding: 10px;
    margin: 0;
    font: normal 22px arial,tahoma;
    letter-spacing: -1px;
}

.box_skitter .progressbar {
    background: white;
    position: absolute;
    top: 212px;
    left: 0px;
    height: 1px;
    z-index: 160;
}

.box_skitter.skitter_width-1 .progressbar {
    width: 240px;
}

.box_skitter.skitter_width-2 .progressbar {
    width: 480px;
}

.box_skitter.skitter_width-3 .progressbar {
    width: 720px;
}

.box_skitter.skitter_width-4 .progressbar {
    width: 960px;
}

.box_skitter:hover a.next_button, .box_skitter:hover a.prev_button{
    display: block !important;
}

.box_skitter a.prev_button {
    display: none !important;
    background: url('/style/skitter/sprite-clean.png') no-repeat;
    width: 47px;
    height: 46px;
    position: absolute;
    overflow: hidden;
    padding: 0;
    text-indent: -9999em;
    top: 122px;
    left: 5px;
    z-index: 100;
}

.box_skitter a.next_button {
    display: none !important;
    background: url('/style/skitter/sprite-clean.png') no-repeat;
    width: 47px;
    height: 46px;
    position: absolute;
    overflow: hidden;
    padding: 0;
    text-indent: -9999em;
    top: 122px;
    right: 5px;
    z-index: 100;
    background-position: 0px -46px;
}

.box_skitter a.prev_button:hover, .box_skitter a.next_button:hover {
    opacity: 0.5;
}

.box_skitter .label_skitter img {
    float: left;
    margin-top: 3px;
    display: inline-block;
    cursor: hand;
    cursor: pointer
}

.box_skitter .label_skitter .ajanloitemvideo {
    margin-top: 9px;
    margin-left: 31px;
    font-size: 13px;
}

/* TOP 5 */

@-webkit-keyframes float-background {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    50% {
        transform: translate(-25px, 15px) rotate(0.03deg);
        -o-transform: translate(-25px, 15px) rotate(0.03deg);
        -ms-transform: translate(-25px, 15px) rotate(0.03deg);
        -moz-transform: translate(-25px, 15px) rotate(0.03deg);
        -webkit-transform: translate(-25px, 15px) rotate(0.03deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes float-background {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    50% {
        transform: translate(-25px, 15px) rotate(0.03deg);
        -o-transform: translate(-25px, 15px) rotate(0.03deg);
        -ms-transform: translate(-25px, 15px) rotate(0.03deg);
        -moz-transform: translate(-25px, 15px) rotate(0.03deg);
        -webkit-transform: translate(-25px, 15px) rotate(0.03deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

#top-five {
    clear: both;
}

#top-five ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top-five li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#top-five .label-stack {
    float:left;
    border-bottom: 1px solid #1a1a1a;
    width: 317px;
    background: #2b2b2b;
}

#top-five .label-stack ul {
    margin: 0;
    padding: 0;
}

#top-five .label-stack ul li {
    /*border-right: 1px solid #212121;*/
    border-bottom: 1px solid #1a1a1a;
    list-style-type: none;
    cursor: pointer;
    /*        transition: background 0.4s;
            -o-transition: background 0.4s;
            -moz-transition: background 0.4s;
            -webkit-transition: background 0.4s;*/
}

#top-five .label-stack ul li.active {
    border-right: none;
    /*background: #666666;*/
    background: #1a1a1a;
}

#top-five .label-stack ul li.active .number-label {
    background-color: #f97a20;
}

#top-five .label-stack ul li:hover {
    /*background: #666666;*/
    background: #1a1a1a;
}

#top-five .label-stack ul li:last-child {
    border-bottom: none;
}

#top-five .label-stack .number-label {
    display: inline-block;
    margin-left: 8px;
    border: 1px solid #f97a20;
    border-radius: 2px;
    padding: 7px 10px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 22px;
    color: white;
}

#top-five .label-stack h3 {
    display: inline-block;
    margin: 0;
    padding: 11px;
    width: 245px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 28px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: white;
}

/* image-stack */

#top-five .image-stack {
    position: relative;
    float: left;
    padding: 9px;
    width: 635px;
    height: 245px;
    /*background: #666666;*/
    background: #1a1a1a;
    overflow: hidden;
    box-sizing: border-box;
}

#top-five .image-stack ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#top-five .image-stack ul li {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 1.3s;
    -o-transition: opacity 1.3s;
    -moz-transition: opacity 1.3s;
    -webkit-transition: opacity 1.3s;
}

#top-five .image-stack ul li.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 100 !important;
}

#top-five .image-stack .desc-container {
    position: relative;
    height: 244px;
    overflow: hidden;
    cursor: pointer;
}

#top-five .image-stack .image-background {
    position: absolute;
    left: 0;
    top: -15px;
    width: 653px;
    height: 259px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#top-five .image-stack ul li.play .image-background {
    animation: float-background 18s linear;
    -webkit-animation: float-background 18s linear;
}

#top-five .image-stack h3 {
    position: relative;
    margin: 0;
    padding: 11px;
    width: 606px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: white;
    /*background: rgba(255, 255, 255, 0.2);*/
    /*background: #fa6900;*/
    /*background: rgba(250, 105, 0, 0.78);*/
    /*background:  #f97a20;*/
    transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    z-index: 2;
}

#top-five .image-stack p {
    position: absolute;
    bottom: 0px;
    margin-bottom: 16px;
    padding: 13px;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    z-index: 2;
}

#top-five .image-stack:hover p
/*#top-five .image-stack:hover h3*/
{
    opacity: 0;
}

#top-five .image-stack .tick-tack {
    position: absolute;
    bottom: 8px;
    width: 0px;
    height: 1px;
    background: white;
    z-index: 101;
    /*    transition: width 0.21s linear;
        -o-transition: width 0.21s linear;
        -moz-transition: width 0.21s linear;
        -webkit-transition: width 0.21s linear;*/
}