#vinderslide {
    position: relative;
    background: #fff;
    width: 85%;
    max-width: 350px;
    margin:30px auto;
}

#vinderslide ul {
    margin: 0;
    position: relative;
    display: block;
    padding-bottom: 177%;
}

#vinderslide li {
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    overflow: hidden;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background: #eee;
    font-size: 24px;
    color: #000;
    border: 1px solid #fff;
    border: 1px solid #dfdfdf;
    border: 1px solid rgba(96, 96, 96, 0.2);
    -webkit-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -moz-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -ms-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -o-transform: translate3d(0%,0,0) scale3d(1,1,1);
    transform: translate3d(0%,0,0) scale3d(1,1,1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Image text */
#vinderslide li h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .2);
}

/* Image rotation */
#vinderslide li.pane:nth-child(2n-1) {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

#vinderslide li.pane:nth-child(2n) {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

/* Like & dislike badge images */
#vinderslide .like,
#vinderslide .dislike {
    background: url("../img/liked.png") no-repeat scroll 0 0;
    opacity: 0;
    height: 80px;
    position: absolute;
    width: 170px;
    left: 45px;
    top:50px;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -moz-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -ms-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -o-transform: translate3d(0%,0,0) scale3d(1,1,1);
    transform: translate3d(0%,0,0) scale3d(1,1,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#vinderslide .dislike {
    right: 45px;
    left: auto;
    background: url("../img/nope.png") no-repeat scroll 0 0;
}

/* Image container */
#vinderslide .img {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    -webkit-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -moz-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -ms-transform: translate3d(0%,0,0) scale3d(1,1,1);
    -o-transform: translate3d(0%,0,0) scale3d(1,1,1);
    transform: translate3d(0%,0,0) scale3d(1,1,1);
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) scale3d(1,1,1);
    -webkit-transform-style: preserve-3d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 177%;
}

/* Action - buttons */
.acts.vinder {
    text-align: center;
    margin-top: 40px;
    position: relative;
    z-index: 50;
    max-width: 350px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.acts.vinder > div {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #aaa;
    margin-left: calc(25% - 41px);
    margin-right: calc(25% - 41px);
    display: inline-block;
    cursor: pointer;
    box-shadow: 1px 2px 3px 1px #d3d3d3;
}
.acts.vinder > div:hover {
    background: #f5f5f5;
}
.acts.vinder i {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
}
.acts.vinder .dislike2 i {
   color: #ee161f;
}
.acts.vinder .like2 i {
    color: #028910;
}

/* Numbers */
.counter.vinder {
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    font-size: 1.6em;
    font-weight: bold;
    width: 85%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.counter .teller, .numb {
    padding: 5px;
    border-radius: 5px;
    border:2px solid #000;
    display: inline-block;
}
.numb {
    position: absolute;
    top: 0px;
    width: 42px;
}
.numb.liked {
    right: 0px;
    color: #028910;
    border:2px solid #028910;
}
.numb.disliked {
    left: 0px;
    color: #ee161f;
    border:2px solid #ee161f;
}

/* jTinder status text */
#status {
    text-align: center;
    font-size: 18px;
    font-family: arial;
    margin-top: 30px;
    font-weight: bold;
}

@media all and (max-width: 600px){
    .counter.vinder {
        margin-top: 20px;
    }  
    .acts.vinder {
        margin-top: 20px;
    }
    .acts.vinder > div {
        width: 60px;
        height: 60px;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #aaa;
        margin-left: calc(25% - 31px);
        margin-right: calc(25% - 31px);
        display: inline-block;
        cursor: pointer;
        box-shadow: 1px 2px 3px 1px #d3d3d3;
    }
    .acts.vinder > div:hover {
        background: #f5f5f5;
    }
    .acts.vinder i {
        position: absolute;
        top: 50%;
        left: 50%;
        -o-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 30px;
    }  
}