@import url(//fonts.googleapis.com/css?family=Bitter:400,700);
@import url(//fonts.googleapis.com/css?family=Comfortaa:700);
@import url(//fonts.googleapis.com/css?family=Lato:400,300);

.videoshowcontainer {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 20%;
    height: 100%;
    overflow: hidden
    }

.videoshowcontainer-inner {
    margin-left: 1px;
    width: 100%;
    position: relative;
    height: auto
    }

.videoshowwrap {
    border-right: 10px solid rgba(255, 255, 255, 0);
    position: relative
    }

.videoshowmainvideo {
    position: absolute;
    background: url(http://www.tankchair.com/wp-content/plugins/wp-videoshow/css/loader.png) no-repeat center center;
    top: 0%;
    left: 0%;
    width: 79.5%;
    height: 100%;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
    }

.videoshowmainvideo iframe {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%
    }

.videoshow-item {
    margin-top: 5px;
    position: relative;
    height: auto;
    -webkit-background-size: 100%;
    background-size: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    overflow: hidden;
    -webkit-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    border-left: 0 solid rgba(255, 255, 255, 0);
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
    }

.videoshow-item img {
    z-index: 3;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
    }

.videoshow-item.playing img {
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
    }

.videoshow-item.playing:hover img {
    cursor: pointer;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
    }

.videoshow-item:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    opacity: 0.2;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
    }

.videoshow-item .play {
    cursor: pointer;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%
    }

.videoshowwrap .videoshow-item.playing {
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease
    }

.videoshowwrap .videoshow-item.playing:hover iframe {
    margin-left: 0% !important
    }

.videoshowcontainer-inner .player .controls .play-wrapper {
    display: none !important;
    text-align: center;
    vertical-align: middle
    }

.videoshowwrap .videoshow-item.playing img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
    filter: alpha(opacity=20) !important;
    opacity: 0.2 !important
    }

.videoshow-item h3 {
    bottom: 0 !important;
    color: #444;
    font-size: 0.5em;
    height: auto;
    line-height: 0.5em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    bottom: -100%;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all 1.5s ease-in-out 0s !important;
    -o-transition: all 1.5s ease-in-out 0s !important;
    -webkit-transition: all 1.5s ease-in-out 0s !important;
    transition: all 1.5s ease-in-out 0s !important;
    white-space: nowrap;
    background: #fff;
    margin: 0;
    z-index: 2;
    -moz-transition: all 1.5s ease-in-out !important;
    -o-transition: all 1.5s ease-in-out !important;
    -webkit-transition: all 1.5s ease-in-out !important;
    transition: all 1.5s ease-in-out !important
    }

.videoshow-item:hover h3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0%;
    -moz-transition: all 0.5s ease-in-out !important;
    -o-transition: all 0.5s ease-in-out !important;
    -webkit-transition: all 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important
    }

.video-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 99;
    cursor: pointer
    }

.videoshow-item img.user-image {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 10%;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s
    }

.videoshow-item:hover img.user-image {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s
    }

.videoshowwrap .videoshow-item .vs-arrow-right {
    position: absolute;
    top: 25%;
    left: -100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 4;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s
    }

.videoshowwrap .videoshow-item.playing .vs-arrow-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    left: 0%
    }

.videoshowmainvideo {
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
    }

.flipping .videoshowmainvideo {
    backface-visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -moz-transform: perspective(500px) rotatey(-30deg);
    -ms-transform: perspective(500px) rotatey(-30deg);
    -o-transform: perspective(500px) rotatey(-30deg);
    -webkit-transform: perspective(500px) rotatey(-30deg);
    transform: perspective(500px) rotatey(-30deg);
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s
    }

.videoshowcontainer {
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
    }

.flipping .videoshowcontainer {
    backface-visibility: visible;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -moz-transform: perspective(500px) rotatey(-30deg);
    -ms-transform: perspective(500px) rotatey(-30deg);
    -o-transform: perspective(500px) rotatey(-30deg);
    -webkit-transform: perspective(500px) rotatey(-30deg);
    transform: perspective(500px) rotatey(-30deg);
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s
    }

.flipping .videoshow-item.playing {
    background: url(http://www.tankchair.com/wp-content/plugins/wp-videoshow/css/loader.png) no-repeat center center
    }

.flipping .playing {
    backface-visibility: visible;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-transform: perspective(500px) scale(0.75);
    -ms-transform: perspective(500px) scale(0.75);
    -o-transform: perspective(500px) scale(0.75);
    -webkit-transform: perspective(500px) scale(0.75);
    transform: perspective(500px) scale(0.75);
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99
    }

.video-buttons-wrapper {
    bottom: -58px;
    clear: both;
    color: #111;
    left: 0;
    margin-top: 0;
    padding-bottom: 10px;
    position: absolute;
    width: 100%
    }

.video-buttons-wrapper .loadvideos-button {
    color: #111;
    display: inline-block;
    float: left;
    padding: 5px
    }

.video-buttons-wrapper h3 {
    display: block;
    float: right;
    font-size: 23px;
    line-height: 23px;
    position: absolute
    }

.video-buttons-wrapper span {
    display: block;
    font-family: Comfortaa !important;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-right: 5px
    }

.video-buttons-wrapper span.icon {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-rendering: auto
    }

.video-buttons-wrapper ul {
    margin: 0;
    padding: 0
    }

.video-buttons-wrapper ul li {
    float: left;
    list-style-type: none !important;
    cursor: pointer
    }

.video-buttons-wrapper ul li:hover span.icon {
    color: #999 !important
    }

.video-buttons-wrapper ul li span.selected {
    color: #999 !important
    }

.video-play-button {
    position: absolute;
    top: 0% !important;
    right: 0% !important;
    width: 1.5em !important;
    height: 1.5em !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
    }

.video-play-button.video-buttons-wrapper span.icon {
    position: absolute;
    top: 0% !important;
    right: 0% !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 1.5em;
    line-height: 1.5em
    }

.videoshow-item:hover .video-play-button.video-buttons-wrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s
    }

.videoshow-item.playing:hover .video-play-button.video-buttons-wrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
    }